[GIT PULL] USB fixes for 5.6-rc7

From: Greg KH
Date: Fri Mar 20 2020 - 10:27:43 EST


The following changes since commit 2c523b344dfa65a3738e7039832044aa133c75fb:

Linux 5.6-rc5 (2020-03-08 17:44:44 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.6-rc7

for you to fetch changes up to 2866ce8696167de300e27d50d521b5f671bab5d4:

Merge tag 'usb-serial-5.6-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2020-03-18 10:42:57 +0100)

----------------------------------------------------------------
USB fixes for 5.6-rc7

Here are some small USB fixes for 5.6-rc7. And there's a thunderbolt
driver fix thrown in for good measure as well.

These fixes are:
- new device ids for usb-serial drivers
- thunderbolt error code fix
- xhci driver fixes
- typec fixes
- cdc-acm driver fixes
- chipidea driver fix
- more USB quirks added for devices that need them.

All of these have been in linux-next with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Alberto Mattea (1):
usb: xhci: apply XHCI_SUSPEND_DELAY to AMD XHCI controller 1022:145c

Anthony Mallet (2):
USB: cdc-acm: fix close_delay and closing_wait units in TIOCSSERIAL
USB: cdc-acm: fix rounding error in TIOCSSERIAL

Dan Carpenter (1):
thunderbolt: Fix error code in tb_port_is_width_supported()

Daniele Palmas (1):
USB: serial: option: add ME910G1 ECM composition 0x110b

Greg Kroah-Hartman (2):
Merge tag 'thunderbolt-fix-for-v5.6-rc6' of git://git.kernel.org/.../westeri/thunderbolt into usb-linus
Merge tag 'usb-serial-5.6-rc7' of https://git.kernel.org/.../johan/usb-serial into usb-linus

Hans de Goede (1):
usb: quirks: add NO_LPM quirk for RTL8153 based ethernet adapters

Heikki Krogerus (2):
usb: typec: ucsi: displayport: Fix NULL pointer dereference
usb: typec: ucsi: displayport: Fix a potential race during registration

Kai-Heng Feng (1):
USB: Disable LPM on WD19's Realtek Hub

Peter Chen (1):
usb: chipidea: udc: fix sleeping function called from invalid context

Ran Wang (1):
usb: host: xhci-plat: add a shutdown

Scott Chen (1):
USB: serial: pl2303: add device-id for HP LD381

Steven Rostedt (VMware) (1):
xhci: Do not open code __print_symbolic() in xhci trace events

drivers/thunderbolt/switch.c | 2 +-
drivers/usb/chipidea/udc.c | 7 ++++---
drivers/usb/class/cdc-acm.c | 34 +++++++++++++++++++++-------------
drivers/usb/core/quirks.c | 6 ++++++
drivers/usb/host/xhci-pci.c | 3 ++-
drivers/usb/host/xhci-plat.c | 1 +
drivers/usb/host/xhci-trace.h | 23 ++++++-----------------
drivers/usb/serial/option.c | 2 ++
drivers/usb/serial/pl2303.c | 1 +
drivers/usb/serial/pl2303.h | 1 +
drivers/usb/typec/ucsi/displayport.c | 12 +++++++++++-
11 files changed, 56 insertions(+), 36 deletions(-)