[U-Boot] [PULL] u-boot-usb/master
Wolfgang Denk
wd at denx.de
Mon Mar 19 07:40:42 CET 2012
Dear Marek Vasut,
In message <201203190011.08270.marex at denx.de> you wrote:
> The following changes since commit f933e84e3497bddf29b8183ca6ee37a7a12e9ac3:
>
> bootstage: arm: Add bootstage calls in board and bootm (2012-03-18 21:43:> 17
> +0100)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-usb.git master
>
> for you to fetch changes up to dbb87bbd8eff11cf974caa2b5cc397aea444bc5a:
>
> Armada100: gplugD: Add FAT & EXT2 command support (2012-03-19 00:08:26 +0> 100)
>
> ----------------------------------------------------------------
> Ajay Bhargav (4):
> USB: Armada100: Add UTMI PHY interface driver
> USB: Armada100: EHCI Driver for Armada100 SOCs
> Armada100: gplugD: Add USB command support
> Armada100: gplugD: Add FAT & EXT2 command support
>
> Amit Virdi (1):
> USB:gadget:designware Make locally used functions static
>
> Mike Frysinger (3):
> usb: musb: fix printf warning
> usb: replace wait_ms() with mdelay()
> git-mailrc: change usb maintainer to Marek
>
> Shiraz Hashim (1):
> USB:gadget:designware Fix memory nonalignment issue
>
> Vipin KUMAR (3):
> USB:gadget:designware USB device controller (UDC) implementation
> USB:gadget:designware Device controller bugfixes
> USB:gadget:designware Support high speed
>
> Łukasz Majewski (1):
> usb:udc:samsung:fix Remove the req_config flag
>
> arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c | 28 ++--
> arch/arm/cpu/pxa/usb.c | 2 +-
> arch/arm/include/asm/arch-armada100/armada100.h | 9 ++
> .../include/asm/arch-armada100/utmi-armada100.h | 79 +++++++++++
> arch/mips/cpu/mips32/au1x00/au1x00_usb_ohci.c | 28 ++--
> arch/powerpc/cpu/mpc5xxx/usb_ohci.c | 6 +-
> arch/powerpc/cpu/ppc4xx/usb_ohci.c | 6 +-
> arch/sparc/cpu/leon3/usb_uhci.c | 8 +-
> board/efikamx/efikamx-usb.c | 2 +-
> board/mcc200/auto_update.c | 4 +-
> board/mpl/common/usb_uhci.c | 8 +-
> board/renesas/sh7785lcr/selfcheck.c | 10 +-
> common/usb.c | 16 +--
> common/usb_hub.c | 10 +-
> common/usb_storage.c | 16 +-
> doc/git-mailrc | 2 +-
> drivers/serial/usbtty.h | 4 +-
> drivers/usb/gadget/Makefile | 2 +-
> drivers/usb/gadget/{spr_udc.c => designware_udc.c} | 138 ++++++++++++--> -----
> drivers/usb/gadget/s3c_udc_otg_xfer_dma.c | 18 +--
> drivers/usb/host/Makefile | 1 +
> drivers/usb/host/ehci-armada100.c | 64 +++++++++
> drivers/usb/host/ehci-hcd.c | 4 +-
> drivers/usb/host/isp116x-hcd.c | 12 +-
> drivers/usb/host/ohci-hcd.c | 28 ++--
> drivers/usb/host/r8a66597-hcd.c | 14 +-
> drivers/usb/host/utmi-armada100.c | 96 ++++++++++++++
> drivers/usb/musb/musb_hcd.c | 2 +-
> include/configs/gplugd.h | 14 ++
> include/configs/spear-common.h | 4 +-
> include/usb.h | 1 -
> include/usb/{spr_udc.h => designware_udc.h} | 7 +-
> include/usb/s3c_udc.h | 2 +-
> 33 files changed, 461 insertions(+), 184 deletions(-)
> create mode 100644 arch/arm/include/asm/arch-armada100/utmi-armada100.h
> rename drivers/usb/gadget/{spr_udc.c => designware_udc.c} (89%)
> create mode 100644 drivers/usb/host/ehci-armada100.c
> create mode 100644 drivers/usb/host/utmi-armada100.c
> rename include/usb/{spr_udc.h => designware_udc.h} (98%)
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
The greatest threat towards future is indifference.
More information about the U-Boot
mailing list