[U-Boot] Pull request: u-boot-usb
Remy Bohmer
linux at bohmer.net
Thu Aug 12 16:42:57 CEST 2010
The following changes since commit 69a2a4d9a5884a6f2d04a551308980d452b9b349:
Sergei Trofimovich (1):
disk/part.c: 'usb storage' avoiding overflow when output capacity
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
Ajay Kumar Gupta (4):
AM35x: Adding SCM general register definitions
musb: MSC host support for AM35x
musb: am35x: Workaround for fifo read issue
AM3517EVM: musb: add usb config
Sergei Poselenov (1):
Fixed clobbered output of the "help usb" command
arch/arm/include/asm/arch-omap3/am35x_def.h | 52 +++++++++
common/cmd_usb.c | 2 +-
drivers/usb/musb/Makefile | 1 +
drivers/usb/musb/am35x.c | 150 +++++++++++++++++++++++++++
drivers/usb/musb/am35x.h | 94 +++++++++++++++++
drivers/usb/musb/musb_core.c | 6 +
drivers/usb/musb/musb_udc.c | 2 +
include/configs/am3517_evm.h | 38 +++++++
include/usb.h | 2 +-
9 files changed, 345 insertions(+), 2 deletions(-)
create mode 100644 arch/arm/include/asm/arch-omap3/am35x_def.h
create mode 100644 drivers/usb/musb/am35x.c
create mode 100644 drivers/usb/musb/am35x.h
More information about the U-Boot
mailing list