Hi Greg, here's the first set of fixes for current -rc cycle. Patches have been soaking for a while and I've also tested on some of our platforms from the lab.
Let me know if you want anything to be changed.
cheers
The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
fixes-for-v4.18-rc1
for you to fetch changes up to 1d8e5c00275825fc42aaa5597dab1d0b5b26bb64:
dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculation (2018-06-19
12:48:14 +0300)
----------------------------------------------------------------
usb: fixes for v4.18-rc1
First set of fixes for the current -rc cycle. The main parts being
warnings of different kinds being fixed. We're also adding support for
Intel'l Icelake devices on dwc3-pci.c.
----------------------------------------------------------------
Arnd Bergmann (1):
usb: dwc3: qcom: mark PM functions as __maybe_unused
Artur Petrosyan (1):
usb: dwc2: Fix host exit from hibernation flow.
Chunfeng Yun (1):
usb: gadget: composite: fix delayed_status race condition when
set_interface
Grigor Tovmasyan (1):
usb: gadget: dwc2: fix memory leak in gadget_init()
Hans de Goede (1):
usb: dwc3: Only call clk_bulk_get() on devicetree instantiated devices
Heikki Krogerus (1):
usb: dwc3: pci: add support for Intel IceLake
Jaejoong Kim (1):
doc: usb: Fix typo in gadget_configfs documentation
Johan Hovold (1):
usb: dwc3: of-simple: fix use-after-free on remove
Minas Harutyunyan (3):
usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc()
usb: dwc2: gadget: fix packet drop issue for ISOC OUT transfers
dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculation
Vincent Pelletier (1):
usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfers
Wei Yongjun (1):
usb: dwc3: Fix error return code in dwc3_qcom_probe()
William Wu (3):
usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hub
usb: dwc2: alloc dma aligned buffer for isoc split in
usb: dwc2: fix isoc split in transfer with no data
Zeng Tao (1):
usb: dwc2: gadget: fix packet drop issue in dwc2_gadget_handle_nak
Documentation/usb/gadget_configfs.txt | 2 +-
drivers/usb/dwc2/core.h | 3 ++
drivers/usb/dwc2/gadget.c | 20 +++++---
drivers/usb/dwc2/hcd.c | 93 ++++++++++++++++++++++++++++++++---
drivers/usb/dwc2/hcd.h | 8 +++
drivers/usb/dwc2/hcd_intr.c | 11 ++++-
drivers/usb/dwc2/hcd_queue.c | 5 +-
drivers/usb/dwc3/core.c | 23 +++++----
drivers/usb/dwc3/dwc3-of-simple.c | 3 +-
drivers/usb/dwc3/dwc3-pci.c | 2 +
drivers/usb/dwc3/dwc3-qcom.c | 13 ++---
drivers/usb/gadget/composite.c | 3 ++
drivers/usb/gadget/function/f_fs.c | 26 +++++++---
13 files changed, 167 insertions(+), 45 deletions(-)
--
balbi
signature.asc
Description: PGP signature
