mbox

[U-Boot,PULL] u-boot-usb/master

Message ID 201508192233.12196.marex@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-usb.git HEAD

Message

Marek Vasut Aug. 19, 2015, 8:33 p.m. UTC
The following changes since commit 0f9258228e2b2070368ffccf5c243218128770a8:

  of: clean up OF_CONTROL ifdef conditionals (2015-08-18 13:46:05 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git HEAD

for you to fetch changes up to 7a1386f96bca550240670fa3461d3a0dc060aa01:

  usb: dwc2: Rename to dwc2_usb (2015-08-19 22:31:39 +0200)

----------------------------------------------------------------
Adrian Alonso (4):
      imx: usb: ehci-mx6: reg accessor cleanups
      imx: usb: ehci-mx6: document board specific functions
      imx: usb: ehci-mx6: add usb support for imx7d soc
      imx: usb: ehci-mx6: wait_for_bit to check reg status

Kishon Vijay Abraham I (3):
      usb: gadget: ether: Perform board initialization from ethernet gadget 
driver
      usb: host: xhci-omap: invoke board_usb_cleanup in xhci_hcd_stop
      usb: gadget: ether: populate _reset_ callback

Marek Vasut (2):
      usb: dwc2: Add original Synopsys compat string
      usb: dwc2: Rename to dwc2_usb

Sergey Temerkhanov (1):
      usb: xhci: Fix a potential NULL pointer dereference

Stefan Roese (1):
      usb: spear: Add support for both SPEAr600 EHCI controllers

 arch/arm/cpu/arm926ejs/spear/cpu.c         |   4 ++
 arch/arm/include/asm/arch-spear/hardware.h |   2 +
 drivers/usb/gadget/ether.c                 |   5 +++
 drivers/usb/host/Makefile                  |   1 +
 drivers/usb/host/dwc2.c                    |   3 +-
 drivers/usb/host/ehci-mx6.c                | 211 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------
 drivers/usb/host/ehci-spear.c              |  38 +++++++++++++++--
 drivers/usb/host/xhci-omap.c               |   1 +
 drivers/usb/host/xhci.c                    |  19 ++++++---
 9 files changed, 223 insertions(+), 61 deletions(-)

Comments

Tom Rini Aug. 20, 2015, 4:35 p.m. UTC | #1
On Wed, Aug 19, 2015 at 10:33:12PM +0200, Marek Vasut wrote:

> The following changes since commit 0f9258228e2b2070368ffccf5c243218128770a8:
> 
>   of: clean up OF_CONTROL ifdef conditionals (2015-08-18 13:46:05 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git HEAD
> 
> for you to fetch changes up to 7a1386f96bca550240670fa3461d3a0dc060aa01:
> 
>   usb: dwc2: Rename to dwc2_usb (2015-08-19 22:31:39 +0200)
> 

Applied to u-boot/master, thanks!

But two notes:
xilinx_zynqmp_ep nows has a ton of warnings and h2200 fails to link.
Please look into this Marek, thanks!
Marek Vasut Aug. 20, 2015, 10:05 p.m. UTC | #2
On Thursday, August 20, 2015 at 06:35:43 PM, Tom Rini wrote:
> On Wed, Aug 19, 2015 at 10:33:12PM +0200, Marek Vasut wrote:
> > The following changes since commit 0f9258228e2b2070368ffccf5c243218128770a8:
> >   of: clean up OF_CONTROL ifdef conditionals (2015-08-18 13:46:05 -0400)
> > 
> > are available in the git repository at:
> >   git://git.denx.de/u-boot-usb.git HEAD
> > 
> > for you to fetch changes up to 7a1386f96bca550240670fa3461d3a0dc060aa01:
> >   usb: dwc2: Rename to dwc2_usb (2015-08-19 22:31:39 +0200)
> 
> Applied to u-boot/master, thanks!
> 
> But two notes:
> xilinx_zynqmp_ep nows has a ton of warnings and h2200 fails to link.
> Please look into this Marek, thanks!

Kishon, that h2200 breakage is introduced by your patch:
    usb: gadget: ether: Perform board initialization from ethernet gadget driver
please send a fix ; should be very easy.

Best regards,
Marek Vasut