Re: [U-Boot] [PATCH v2 6/7] Tegra2: Add USB support

2011-05-13 Thread Remy Bohmer
Hi Simon, This patch touches a lot of files in different subsystems. Please split it up. For example start with a patch series modifying the generic USB code in drivers/usb, followed by a series that modifies board files. Hi Remy, Thanks for the response. The series has 7 patches in all.

Re: [U-Boot] [PATCH v2 6/7] Tegra2: Add USB support

2011-05-12 Thread Remy Bohmer
Hi, 2011/5/5 Simon Glass s...@chromium.org: This adds basic USB support for port 0. The other port is not supported by this CL. Signed-off-by: Simon Glass s...@chromium.org ---  arch/arm/include/asm/arch-tegra2/tegra2.h |    2 +  arch/arm/include/asm/arch-tegra2/usb.h    |  217

Re: [U-Boot] [PATCH v2 6/7] Tegra2: Add USB support

2011-05-12 Thread Simon Glass
On Thu, May 12, 2011 at 12:43 PM, Remy Bohmer li...@bohmer.net wrote: Hi, 2011/5/5 Simon Glass s...@chromium.org: This adds basic USB support for port 0. The other port is not supported by this CL. Signed-off-by: Simon Glass s...@chromium.org ---

[U-Boot] [PATCH v2 6/7] Tegra2: Add USB support

2011-05-05 Thread Simon Glass
This adds basic USB support for port 0. The other port is not supported by this CL. Signed-off-by: Simon Glass s...@chromium.org --- arch/arm/include/asm/arch-tegra2/tegra2.h |2 + arch/arm/include/asm/arch-tegra2/usb.h| 217 board/nvidia/common/Makefile