Message ID | 20181122084539.GA22578@kroah.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] USB driver fixes for 4.20-rc4 | expand |
The pull request you sent on Thu, 22 Nov 2018 09:45:39 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-4.20-rc4
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4cd731953d620b7e4e999a90d13db58b88c5e95b
Thank you!
The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-4.20-rc4 for you to fetch changes up to 63529eaa6164ef7ab4b907b25ac3648177e5e78f: usb: cdc-acm: add entry for Hiro (Conexant) modem (2018-11-20 12:12:06 +0100) ---------------------------------------------------------------- USB fixes for 4.20-rc4 Here are a number of small USB fixes for 4.20-rc4. There's the usual xhci and dwc2/3 fixes as well as a few minor other issues resolved for problems that have been reported. Full details are in the shortlog. All have been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ---------------------------------------------------------------- Aaron Ma (2): usb: xhci: fix uninitialized completion when USB3 port got wrong status usb: xhci: fix timeout for transition from RExit to U0 Andy Shevchenko (1): usb: dwc3: core: Clean up ULPI device Cherian, George (1): xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc Dan Carpenter (1): usb: dwc2: pci: Fix an error code in probe Dennis Wassenberg (1): usb: core: Fix hub port connection events lost Emmanuel Pescosta (1): usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB Felipe Balbi (1): usb: dwc3: gadget: fix ISOC TRB type on unaligned transfers Greg Kroah-Hartman (1): Merge tag 'fixes-for-v4.20-rc2' of git://git.kernel.org/.../balbi/usb into usb-linus Kai-Heng Feng (2): USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub USB: quirks: Add no-lpm quirk for Raydium touchscreens Kuppuswamy Sathyanarayanan (1): usb: dwc3: Fix NULL pointer exception in dwc3_pci_remove() Maarten Jacobs (1): usb: cdc-acm: add entry for Hiro (Conexant) modem Mathias Nyman (3): xhci: Fix leaking USB3 shared_hcd at xhci removal xhci: handle port status events for removed USB3 hcd usb: xhci: Prevent bus suspend if a port connect change or polling state is detected Mattias Jacobsson (1): USB: misc: appledisplay: add 20" Apple Cinema Display Sandeep Singh (1): xhci: Add check for invalid byte size error when UAS devices are connected. Shen Jing (1): Revert "usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfers" Thinh Nguyen (1): usb: dwc3: gadget: Properly check last unaligned/zero chain TRB Documentation/admin-guide/kernel-parameters.txt | 2 + drivers/usb/class/cdc-acm.c | 3 ++ drivers/usb/core/hub.c | 18 +++++-- drivers/usb/core/quirks.c | 14 ++++++ drivers/usb/dwc2/pci.c | 1 + drivers/usb/dwc3/core.c | 1 + drivers/usb/dwc3/dwc3-pci.c | 4 +- drivers/usb/dwc3/gadget.c | 8 +-- drivers/usb/gadget/function/f_fs.c | 26 +++------- drivers/usb/host/xhci-histb.c | 6 ++- drivers/usb/host/xhci-hub.c | 66 ++++++++++++++++++------- drivers/usb/host/xhci-mtk.c | 6 ++- drivers/usb/host/xhci-pci.c | 6 +++ drivers/usb/host/xhci-plat.c | 6 ++- drivers/usb/host/xhci-ring.c | 45 ++++++++++++++++- drivers/usb/host/xhci-tegra.c | 1 + drivers/usb/host/xhci.c | 2 - drivers/usb/host/xhci.h | 3 +- drivers/usb/misc/appledisplay.c | 1 + include/linux/usb/quirks.h | 3 ++ 20 files changed, 167 insertions(+), 55 deletions(-)