mbox series

[PULL] u-boot-usb/master

Message ID 8a6d4f58-4029-4912-5ede-dbd4992211da@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-usb/master | expand

Pull-request

git://source.denx.de/u-boot-usb.git master

Message

Marek Vasut May 21, 2022, 12:29 a.m. UTC
The following changes since commit f83bd23e2a0e9861969c9d43395299a14f25ddda:

   Merge https://source.denx.de/u-boot/custodians/u-boot-marvell 
(2022-05-18 08:41:13 -0400)

are available in the Git repository at:

   git://source.denx.de/u-boot-usb.git master

for you to fetch changes up to 868d58f69c7ceda5c886293cf15f4e39493517a2:

   usb: dwc3: Fix non-usb3 configurations (2022-05-20 23:30:36 +0200)

----------------------------------------------------------------
Jan Kiszka (1):
       usb: dwc3: Fix non-usb3 configurations

Mark Kettenis (1):
       usb: xhci-dwc3: Support role switch default role

  drivers/usb/common/common.c     | 16 ++++++++++++++++
  drivers/usb/dwc3/dwc3-generic.c |  4 +++-
  drivers/usb/host/xhci-dwc3.c    |  6 ++++++
  include/linux/usb/otg.h         | 10 ++++++++++
  4 files changed, 35 insertions(+), 1 deletion(-)

Comments

Tom Rini May 21, 2022, 3:19 p.m. UTC | #1
On Sat, May 21, 2022 at 02:29:33AM +0200, Marek Vasut wrote:

> The following changes since commit f83bd23e2a0e9861969c9d43395299a14f25ddda:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2022-05-18
> 08:41:13 -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 868d58f69c7ceda5c886293cf15f4e39493517a2:
> 
>   usb: dwc3: Fix non-usb3 configurations (2022-05-20 23:30:36 +0200)
> 

Applied to u-boot/master, thanks!