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

Wolfgang Denk wd at denx.de
Tue Jan 12 23:39:44 CET 2010


Dear Remy Bohmer,

In message <3efb10971001090201w17b02f49me80d8230438330e7 at mail.gmail.com> you wrote:
> The following changes since commit
> 6ca9da4d42aeb43df5ef29f7d0518009df583b2f:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Ajay Kumar Gupta (4):
>       DA830: Add pinmux for USB0_DRVVBUS
>       DA8xx: Add GPIO register definitions
>       DA8xx: Add MUSB host support
>       DA830: Add usb config
> 
> Bryan Wu (4):
>       usb: musb: make fifo support configurable
>       usb: musb: make multipoint optional
>       usb: musb: change rxcsr register from write to read/modify/write
>       usb: musb: add support for Blackfin MUSB
> 
> Chris Zhang (3):
>       Fix EHCI port reset.
>       Add ppc440epx USB ehci support.
>       Adds EHCI definitions to sequoia board configuration file.
> 
> Mike Frysinger (1):
>       usb: musb: make sure the register layout is packed
> 
> Sanjeev Premi (1):
>       omap3: fix compile warning
> 
>  board/davinci/da830evm/da830evm.c           |    8 +
>  drivers/usb/host/Makefile                   |    1 +
>  drivers/usb/host/ehci-hcd.c                 |    3 +
>  drivers/usb/host/ehci-ppc4xx.c              |   48 +++++
>  drivers/usb/musb/Makefile                   |    2 +
>  drivers/usb/musb/blackfin_usb.c             |  143 +++++++++++++++
>  drivers/usb/musb/blackfin_usb.h             |   99 ++++++++++
>  drivers/usb/musb/da8xx.c                    |  139 ++++++++++++++
>  drivers/usb/musb/da8xx.h                    |  103 +++++++++++
>  drivers/usb/musb/musb_core.c                |   18 ++-
>  drivers/usb/musb/musb_core.h                |   18 ++-
>  drivers/usb/musb/musb_hcd.c                 |   26 +++-
>  drivers/usb/musb/musb_hcd.h                 |    4 +-
>  drivers/usb/musb/omap3.c                    |    3 +
>  include/asm-arm/arch-davinci/gpio_defs.h    |   14 ++
>  include/asm-blackfin/mach-common/bits/usb.h |  264 +++++++++++++++++++++++++++
>  include/configs/da830evm.h                  |   38 ++++-
>  include/configs/sequoia.h                   |   16 ++-
>  include/usb.h                               |    3 +-
>  19 files changed, 935 insertions(+), 15 deletions(-)
>  create mode 100644 drivers/usb/host/ehci-ppc4xx.c
>  create mode 100644 drivers/usb/musb/blackfin_usb.c
>  create mode 100644 drivers/usb/musb/blackfin_usb.h
>  create mode 100644 drivers/usb/musb/da8xx.c
>  create mode 100644 drivers/usb/musb/da8xx.h
>  create mode 100644 include/asm-blackfin/mach-common/bits/usb.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
History tends to exaggerate.
	-- Col. Green, "The Savage Curtain", stardate 5906.4


More information about the U-Boot mailing list