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

2014-03-03 Thread Stefan Agner
Am 2014-02-24 19:43, schrieb Stephen Warren: Are you planning on sending a later patch which removes arch/arm/include/asm/arch-tegra124/usb.h too? I did not noticed that file, I created the patch on top of upstream U-Boot. In which branch/repo can I find this file? git.denx.de seems to be down

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

2014-03-03 Thread Stephen Warren
On 03/01/2014 10:30 AM, Stefan Agner wrote: Am 2014-02-24 19:43, schrieb Stephen Warren: Are you planning on sending a later patch which removes arch/arm/include/asm/arch-tegra124/usb.h too? I did not noticed that file, I created the patch on top of upstream U-Boot. In which branch/repo can

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

2014-02-24 Thread Stephen Warren
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:

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

2014-02-22 Thread Stefan Agner
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 swar...@nvidia.com Signed-off-by: