mbox series

[PULL] u-boot-usb/master

Message ID bde0b525-004a-1872-9164-90966ca72a65@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-usb/master | expand

Pull-request

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

Message

Marek Vasut Dec. 16, 2020, 9:30 p.m. UTC
The following changes since commit 56f02f0ae85da8bb2dca66c7816dbb1429f92072:

   Merge tag 'u-boot-amlogic-20201215' of 
https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic (2020-12-15 
09:08:14 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 72294407726e9652f4ab44add3dbd118797683d1:

   eth/r8152: fix the aggregation issue (2020-12-16 10:27:09 +0100)

----------------------------------------------------------------
Hayes Wang (2):
       eth/r8152: free previous memory if r8152_eth_probe fail
       eth/r8152: fix the aggregation issue

Ran Wang (1):
       usb: xhci: fix lack of short packet event trb handling

  drivers/usb/eth/r8152.c      | 26 ++++++++++++++++++++++----
  drivers/usb/eth/r8152.h      |  5 +++++
  drivers/usb/host/xhci-ring.c | 18 +++++++++++++++---
  3 files changed, 42 insertions(+), 7 deletions(-)

Comments

Tom Rini Dec. 18, 2020, 3:59 p.m. UTC | #1
On Wed, Dec 16, 2020 at 10:30:32PM +0100, Marek Vasut wrote:

> The following changes since commit 56f02f0ae85da8bb2dca66c7816dbb1429f92072:
> 
>   Merge tag 'u-boot-amlogic-20201215' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic (2020-12-15 09:08:14
> -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 72294407726e9652f4ab44add3dbd118797683d1:
> 
>   eth/r8152: fix the aggregation issue (2020-12-16 10:27:09 +0100)
> 

Applied to u-boot/master, thanks!