[U-Boot] [PATCH v4 3/3] usb: tegra: combine header file

Stephen Warren swarren at wwwdotorg.org
Mon Feb 24 19:43:15 CET 2014


On 02/22/2014 01:53 PM, Stefan Agner wrote:
> Combine the Tegra USB header file into one header file for all SoCs.
> Use ifdef to account for the difference, especially Tegra20 is quite
> different from newer SoCs. This avoids duplication especially
> between Tegra30 and newer devices.
> 
> Reviewed-by: Stephen Warren <swarren at nvidia.com>
> Signed-off-by: Stefan Agner <stefan at agner.ch>
> ---
>  arch/arm/include/asm/arch-tegra/usb.h    | 214 +++++++++++++++++++++++++++++++
>  arch/arm/include/asm/arch-tegra114/usb.h | 156 ----------------------
>  arch/arm/include/asm/arch-tegra20/usb.h  | 160 -----------------------
>  arch/arm/include/asm/arch-tegra30/usb.h  | 168 ------------------------
>  board/nvidia/common/board.c              |   1 -
>  drivers/usb/host/ehci-tegra.c            |   1 -

Are you planning on sending a later patch which removes
arch/arm/include/asm/arch-tegra124/usb.h too?


More information about the U-Boot mailing list