[U-Boot] [PATCH v2 6/7] tegra: usb: move implementation into right directory

Simon Glass sjg at chromium.org
Fri Jan 25 22:25:56 CET 2013


On Sat, Jan 26, 2013 at 3:41 AM, Lucas Stach <dev at lynxeye.de> wrote:
> This moves the Tegra USB implementation into the drivers/usb/host
> directory. Note that this merges the old
> /arch/arm/cpu/armv7/tegra20/usb.c file into ehci-tegra.c. No code
> changes, just moving stuff around.
>
> v2: While at it also move some defines and the usb.h header file to make
> usb driver usable for Tegra30.
> NOTE: A lot more work is required to properly init the PHYs and PLL_U on
> Tegra30, this is just to make porting easier and it does no harm here.
>
> Signed-off-by: Lucas Stach <dev at lynxeye.de>

Acked-by: Simon Glass <sjg at chromium.org>

I have to admit I am not sure what happened to the existing
drivers/usb/host/ehci-tegra.c, but I'm sure you have it covered.

> ---
>  arch/arm/cpu/armv7/tegra20/Makefile                |   1 -
>  arch/arm/cpu/armv7/tegra20/usb.c                   | 555 ---------------------
>  .../include/asm/{arch-tegra20 => arch-tegra}/usb.h |   0
>  arch/arm/include/asm/arch-tegra20/tegra.h          |   1 -
>  arch/arm/include/asm/arch-tegra30/tegra.h          |   2 +
>  board/nvidia/common/board.c                        |   2 +-
>  drivers/usb/host/ehci-tegra.c                      | 535 +++++++++++++++++++-
>  7 files changed, 536 insertions(+), 560 deletions(-)
>  delete mode 100644 arch/arm/cpu/armv7/tegra20/usb.c
>  rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/usb.h (100%)
>


More information about the U-Boot mailing list