From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 29 Oct 2015 11:16:04 -0600 Subject: [U-Boot] [PATCH V2 5/7] ARM: tegra: switch Tegra210 to common XUSB padctl In-Reply-To: <1445619053-2167-5-git-send-email-swarren@wwwdotorg.org> References: <1445619053-2167-1-git-send-email-swarren@wwwdotorg.org> <1445619053-2167-5-git-send-email-swarren@wwwdotorg.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23 October 2015 at 10:50, Stephen Warren wrote: > From: Stephen Warren > > This change simply deletes code from the Tegra210 XUSB padctl driver that > is already present in the common XUSB padctl code. Since all the arrays > in tegra210_socdata are empty, this update may leave the Tegra210 XUSB > padctl driver non-functional at run-time. However, (a) this driver is not > used yet so no regression can be observed and (b) the next commit will > immediately fix this up. > > Signed-off-by: Stephen Warren > --- > arch/arm/mach-tegra/tegra210/Makefile | 1 + > arch/arm/mach-tegra/tegra210/xusb-padctl.c | 173 +++-------------------------- > 2 files changed, 16 insertions(+), 158 deletions(-) Reviewed-by: Simon Glass