From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 14 Sep 2019 14:27:05 +0200 Subject: [U-Boot] [PULL] u-boot-usb/master Message-ID: <7cd7f8eb-6851-577c-ae69-a9a2b984070a@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-)