[U-Boot] Pull request: u-boot-usb

Wolfgang Denk wd at denx.de
Mon Dec 21 21:02:17 CET 2009


Dear Remy Bohmer,

In message <3efb10970912200451g3ffe2436nc9a21a2daf45b641 at mail.gmail.com> you wrote:
> 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

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
There's a way out of any cage.
	-- Captain Christopher Pike, "The Menagerie" ("The Cage"),
	   stardate unknown.


More information about the U-Boot mailing list