mbox series

[U-Boot,PULL,u-boot] Please pull u-boot-amlogic-20190910

Message ID 99fcc772-b283-c888-4747-b89fdf27177d@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL,u-boot] Please pull u-boot-amlogic-20190910 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20190910

Message

Neil Armstrong Sept. 10, 2019, 11:28 a.m. UTC
Hi Tom,

This PR simply adds support for dis_u2_susphy_quirk in the xhci-dwc3 driver to fix boot when
a device is plugged only in the OTG capable port for libretech-ac and libretech-cc.

Bin acked me for pushing this fix through my tree.

The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/642

Thanks,
Neil

The following changes since commit c705fc3b40b88bfbf465448643c91da71426df2f:

  arm: ti: Add missing "=" from previous fix (2019-09-09 10:55:45 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20190910

for you to fetch changes up to b35b8076828d1059c1fcc648ed8c8210ebe6a3dd:

  usb: xhci-dwc3: Add support for dis_u2_susphy_quirk (2019-09-10 10:00:53 +0200)

----------------------------------------------------------------
- Add support for dis_u2_susphy_quirk in the xhci-dwc3 driver to fix boot when
a device is plugged only in the OTG capable port for libretech-ac and libretech-cc

----------------------------------------------------------------
Neil Armstrong (1):
      usb: xhci-dwc3: Add support for dis_u2_susphy_quirk

 drivers/usb/host/xhci-dwc3.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

Tom Rini Sept. 10, 2019, 8:28 p.m. UTC | #1
On Tue, Sep 10, 2019 at 01:28:01PM +0200, Neil Armstrong wrote:

> Hi Tom,
> 
> This PR simply adds support for dis_u2_susphy_quirk in the xhci-dwc3 driver to fix boot when
> a device is plugged only in the OTG capable port for libretech-ac and libretech-cc.
> 
> Bin acked me for pushing this fix through my tree.
> 
> The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/642
> 
> Thanks,
> Neil
> 
> The following changes since commit c705fc3b40b88bfbf465448643c91da71426df2f:
> 
>   arm: ti: Add missing "=" from previous fix (2019-09-09 10:55:45 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20190910
> 
> for you to fetch changes up to b35b8076828d1059c1fcc648ed8c8210ebe6a3dd:
> 
>   usb: xhci-dwc3: Add support for dis_u2_susphy_quirk (2019-09-10 10:00:53 +0200)
> 

Applied to u-boot/master, thanks!