[GIT PULL] USB/Thunderbolt fixes for 5.9-rc6

From: Greg KH
Date: Sun Sep 20 2020 - 09:28:07 EST


The following changes since commit 856deb866d16e29bd65952e0289066f6078af773:

Linux 5.9-rc5 (2020-09-13 16:06:00 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.9-rc6

for you to fetch changes up to 9cdabcb3ef8c24ca3a456e4db7b012befb688e73:

usblp: fix race between disconnect() and read() (2020-09-17 18:45:30 +0200)

----------------------------------------------------------------
USB/Thunderbolt fixes for 5.9-rc6

Here are some small USB and one Thunderbolt driver fixes for 5.9-rc6.

Nothing major at all, just some fixes for reported issues, and a quirk
addition:
- typec fixes
- UAS disconnect fix
- usblp race fix
- ehci-hcd modversions build fix
- ignore wakeup quirk table addition
- thunderbolt DROM read fix

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

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

----------------------------------------------------------------
Greg Kroah-Hartman (1):
Merge tag 'thunderbolt-for-v5.9-rc6' of git://git.kernel.org/.../westeri/thunderbolt into usb-linus

Heikki Krogerus (2):
usb: typec: ucsi: acpi: Increase command completion timeout value
usb: typec: ucsi: Prevent mode overrun

Madhusudanarao Amara (1):
usb: typec: intel_pmc_mux: Handle SCU IPC error conditions

Mika Westerberg (1):
thunderbolt: Retry DROM read once if parsing fails

Oliver Neukum (2):
USB: UAS: fix disconnect by unplugging a hub
usblp: fix race between disconnect() and read()

Penghao (1):
USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebook

Quentin Perret (1):
ehci-hcd: Move include to keep CRC stable

drivers/thunderbolt/eeprom.c | 20 ++++++++++++++++----
drivers/usb/class/usblp.c | 5 +++++
drivers/usb/core/quirks.c | 4 ++++
drivers/usb/host/ehci-hcd.c | 1 +
drivers/usb/host/ehci-hub.c | 1 -
drivers/usb/storage/uas.c | 14 ++++++++++++--
drivers/usb/typec/mux/intel_pmc_mux.c | 12 +++++++++---
drivers/usb/typec/ucsi/ucsi.c | 22 ++++++++++++++++------
drivers/usb/typec/ucsi/ucsi_acpi.c | 2 +-
9 files changed, 64 insertions(+), 17 deletions(-)