[U-Boot] [PATCH 0/4 v2] AM35X: Add musb support
Ajay Kumar Gupta
ajay.gupta at ti.com
Fri Jul 9 08:13:46 CEST 2010
Remy,
These patches add support for musb in AM35x.
Changes from v1:
- Moved SCM definitions to am35x specific file am35x_def.h
Patches have been created against uboot-ti/master tree (as on 9th July)
but they also apply cleanly to both denx/master and uboot-usb/master
as there is no interdependent changes.
Regards,
Ajay
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
arch/arm/include/asm/arch-omap3/am35x_def.h | 52 +++++++++
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 +-
8 files changed, 344 insertions(+), 1 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