[U-Boot] [PATCH 0/4] AM35X: Add musb support
Ajay Kumar Gupta
ajay.gupta at ti.com
Wed Jul 7 13:57:36 CEST 2010
Remy,
These patches add support for musb in AM35x.
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/cpu.h | 20 +++++
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, 312 insertions(+), 1 deletions(-)
create mode 100644 drivers/usb/musb/am35x.c
create mode 100644 drivers/usb/musb/am35x.h
More information about the U-Boot
mailing list