mbox series

[PULL] u-boot-usb/master

Message ID fd562b66-68fa-5cf1-f62b-dc12e06668de@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 Feb. 16, 2022, 7:27 p.m. UTC
The following changes since commit ab8903a24db11571d634ef255976bb364c3ba64d:

   configs: Resync with savedefconfig (2022-02-14 22:21:29 +0000)

are available in the Git repository at:

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

for you to fetch changes up to d5daa02d8d9e7c403a3339db1966e8413e64e408:

   usb: xhci: reset endpoint on USB stall (2022-02-16 17:11:31 +0100)

----------------------------------------------------------------
Angus Ainslie (2):
       usb: dwc3: dwc3-generic: check the parent nodes
       usb: dwc3: core: stop the core when it's removed

Stefan Agner (1):
       usb: xhci: reset endpoint on USB stall

  drivers/usb/dwc3/core.c         |  9 +++++++++
  drivers/usb/dwc3/dwc3-generic.c | 25 ++++++++++++++++++++-----
  drivers/usb/host/xhci-ring.c    | 31 +++++++++++++++++++++++++++++++
  3 files changed, 60 insertions(+), 5 deletions(-)

Comments

Tom Rini Feb. 17, 2022, 1:31 p.m. UTC | #1
On Wed, Feb 16, 2022 at 08:27:15PM +0100, Marek Vasut wrote:

> The following changes since commit ab8903a24db11571d634ef255976bb364c3ba64d:
> 
>   configs: Resync with savedefconfig (2022-02-14 22:21:29 +0000)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to d5daa02d8d9e7c403a3339db1966e8413e64e408:
> 
>   usb: xhci: reset endpoint on USB stall (2022-02-16 17:11:31 +0100)
> 

Applied to u-boot/master, thanks!