mbox series

[U-Boot,PULL] u-boot-usb/master

Message ID 7cd7f8eb-6851-577c-ae69-a9a2b984070a@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] u-boot-usb/master | expand

Pull-request

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

Message

Marek Vasut Sept. 14, 2019, 12:27 p.m. UTC
The following changes since commit 001c8ea94ae710d8340829237a7d788b25ce2ae7:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2019-09-10
08:52:00 -0400)

are available in the Git repository at:

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

for you to fetch changes up to e3e5825d0143c2b24583d256ef111ae9344382a2:

  usb: musb_hcd: fix compilation error (2019-09-11 10:11:39 +0200)

----------------------------------------------------------------
Jean-Jacques Hiblot (1):
      usb: musb_hcd: fix compilation error

Michal Suchanek (5):
      usb_kdb: only process events successfully received
      usb: usb_submit_int_msg -> usb_int_msg
      usb: storage: submit_int_msg -> usb_int_msg
      usb: Add nonblock argument to submit_int_msg
      dwc2: use the nonblock argument in submit_int_msg

 common/usb.c                       | 11 +++++++----
 common/usb_kbd.c                   | 11 +++++------
 common/usb_storage.c               |  4 ++--
 drivers/usb/emul/sandbox_keyb.c    |  3 ++-
 drivers/usb/emul/usb-emul-uclass.c |  6 ++++--
 drivers/usb/host/dwc2.c            | 15 +++++++++------
 drivers/usb/host/ehci-hcd.c        | 13 ++++++++-----
 drivers/usb/host/ohci-hcd.c        |  4 ++--
 drivers/usb/host/sl811-hcd.c       |  2 +-
 drivers/usb/host/usb-sandbox.c     |  5 +++--
 drivers/usb/host/usb-uclass.c      |  5 +++--
 drivers/usb/host/xhci.c            | 13 ++++++++-----
 drivers/usb/musb-new/musb_uboot.c  | 12 +++++++-----
 drivers/usb/musb/musb_hcd.c        |  4 ++--
 include/usb.h                      | 11 ++++++-----
 15 files changed, 69 insertions(+), 50 deletions(-)

Comments

Tom Rini Sept. 16, 2019, 11:21 a.m. UTC | #1
On Sat, Sep 14, 2019 at 02:27:05PM +0200, Marek Vasut wrote:

> The following changes since commit 001c8ea94ae710d8340829237a7d788b25ce2ae7:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2019-09-10
> 08:52:00 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to e3e5825d0143c2b24583d256ef111ae9344382a2:
> 
>   usb: musb_hcd: fix compilation error (2019-09-11 10:11:39 +0200)
> 

Applied to u-boot/master, thanks!