mbox series

[PULL] u-boot-usb/master

Message ID a3210995-f440-196d-855f-f40bd6b95498@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 April 6, 2021, 6:09 p.m. UTC
The following changes since commit 472fd5a35af3308f97de0376a6c25f5368035557:

   Merge tag 'rockchip-for-v2021.07' of 
https://source.denx.de/u-boot/custodians/u-boot-rockchip (2021-04-05 
22:39:10 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 82e4e198ed7afd5103f728dd21bff80ecfe8dd72:

   usb: xhci: Make debug output better readable and checkpatch clean 
(2021-04-06 16:38:58 +0200)

----------------------------------------------------------------
Aaron Williams (2):
       usb: hub: Fix usb_get_port_status() for big-endian platforms
       usb: xhci: Add missing xhci_readl()

Stefan Roese (1):
       usb: xhci: Make debug output better readable and checkpatch clean

  common/usb_hub.c             | 5 +++--
  drivers/usb/host/xhci-mem.c  | 8 ++++----
  drivers/usb/host/xhci-ring.c | 9 +++------
  3 files changed, 10 insertions(+), 12 deletions(-)

Comments

Tom Rini April 7, 2021, 12:05 p.m. UTC | #1
On Tue, Apr 06, 2021 at 08:09:01PM +0200, Marek Vasut wrote:

> The following changes since commit 472fd5a35af3308f97de0376a6c25f5368035557:
> 
>   Merge tag 'rockchip-for-v2021.07' of
> https://source.denx.de/u-boot/custodians/u-boot-rockchip (2021-04-05
> 22:39:10 -0400)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 82e4e198ed7afd5103f728dd21bff80ecfe8dd72:
> 
>   usb: xhci: Make debug output better readable and checkpatch clean
> (2021-04-06 16:38:58 +0200)
> 

Applied to u-boot/master, thanks!