[U-Boot] [PATCH 0/4 v4] DA8xx: USB support
Ajay Kumar Gupta
ajay.gupta at ti.com
Sun Nov 15 06:33:42 CET 2009
Hi,
These patch set have been created against uboot-ti/master branch.
Changes from previous version are,
- Used C structure for DA8xx usb registers.
I didn't modify the alignment in include/usb.h as Nick suggested,
would wait for Remy Bohmer's comment on this.
Regards,
Ajay
Ajay Kumar Gupta (4):
DA830: Add pinmux for USB0_DRVVBUS
DA8xx: Add GPIO register definitions
DA8xx: Add MUSB host support
DA830: Add usb config
board/davinci/da830evm/da830evm.c | 8 ++
drivers/usb/musb/Makefile | 1 +
drivers/usb/musb/da8xx.c | 139 ++++++++++++++++++++++++++++++
drivers/usb/musb/da8xx.h | 103 ++++++++++++++++++++++
include/asm-arm/arch-davinci/gpio_defs.h | 14 +++
include/configs/da830evm.h | 38 +++++++-
include/usb.h | 3 +-
7 files changed, 300 insertions(+), 6 deletions(-)
create mode 100644 drivers/usb/musb/da8xx.c
create mode 100644 drivers/usb/musb/da8xx.h
More information about the U-Boot
mailing list