[U-Boot] Pull request: u-boot-usb
Remy Bohmer
linux at bohmer.net
Sun Dec 20 13:51:21 CET 2009
The following changes since commit
bb3bcfa2426cc6a0aecec7270e3ee67ca843a125:
Wolfgang Denk (1):
Merge branch 'next' of ../next
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
Ajay Kumar Gupta (1):
omap3evm: musb: add USB config
Mahavir Jain (1):
usb: write command for RAW partition.
Tom Rix (9):
USB Consolidate descriptor definitions
USB add macros for debugging usb device setup.
TWL4030 Add usb PHY support
OMAP3 Add usb device support
OMAP3 zoom1 Add usbtty configuration
OMAP3 beagle Add usbtty configuration
USBTTY make some function declarations easier to use.
OMAP3 zoom2 Use usbtty if the debug board is not connected.
OMAP3 USB Initialize twl4030 only if required
Makefile | 1 +
board/logicpd/zoom2/zoom2_serial.c | 12 +-
common/cmd_usb.c | 44 ++-
common/usb.c | 35 +-
common/usb_kbd.c | 22 +-
common/usb_storage.c | 115 ++++-
cpu/ppc4xx/usbdev.c | 4 +-
drivers/serial/usbtty.h | 2 +
drivers/usb/host/ehci-hcd.c | 2 +-
drivers/usb/musb/Makefile | 2 +
drivers/usb/musb/musb_core.c | 8 +-
drivers/usb/musb/musb_core.h | 40 ++
drivers/usb/musb/musb_debug.h | 205 ++++++++
drivers/usb/musb/musb_hcd.c | 2 +-
drivers/usb/musb/musb_udc.c | 963 ++++++++++++++++++++++++++++++++++++
drivers/usb/musb/omap3.c | 134 +++++
drivers/usb/musb/omap3.h | 48 ++
drivers/usb/phy/Makefile | 44 ++
drivers/usb/phy/twl4030.c | 189 +++++++
include/configs/omap3_beagle.h | 16 +
include/configs/omap3_evm.h | 39 ++
include/configs/omap3_zoom1.h | 16 +
include/configs/omap3_zoom2.h | 17 +
include/serial.h | 18 +
include/twl4030.h | 143 +++++-
include/usb.h | 73 +---
include/usb/musb_udc.h | 54 ++
include/usbdescriptors.h | 26 +
include/usbdevice.h | 103 ++++
29 files changed, 2245 insertions(+), 132 deletions(-)
create mode 100644 drivers/usb/musb/musb_debug.h
create mode 100644 drivers/usb/musb/musb_udc.c
create mode 100644 drivers/usb/musb/omap3.c
create mode 100644 drivers/usb/musb/omap3.h
create mode 100644 drivers/usb/phy/Makefile
create mode 100644 drivers/usb/phy/twl4030.c
create mode 100644 include/usb/musb_udc.h
More information about the U-Boot
mailing list