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 ++++++++++++++++++++ > board/nvidia/common/Makefile | 53 +++++ > board/nvidia/common/board.c | 5 + > board/nvidia/common/usb.c | 313 > +++++++++++++++++++++++++++++ > drivers/usb/host/Makefile | 1 + > drivers/usb/host/ehci-hcd.c | 39 ++++ > drivers/usb/host/ehci-tegra.c | 73 +++++++ > drivers/usb/host/ehci.h | 6 +- > include/configs/harmony.h | 7 + > include/configs/seaboard.h | 10 + > include/configs/tegra2-common.h | 30 +++
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. Kind regards, Remy _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot