[GIT PULL] USB / Thunderbolt driver fixes for 6.0-final

From: Greg KH
Date: Sat Oct 01 2022 - 12:31:05 EST


The following changes since commit f76349cf41451c5c42a99f18a9163377e4b364ff:

Linux 6.0-rc7 (2022-09-25 14:01:02 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.0-final

for you to fetch changes up to 0fb9703a3eade0bb84c635705d9c795345e55053:

uas: ignore UAS for Thinkplus chips (2022-09-27 10:50:29 +0200)

----------------------------------------------------------------
USB/Thunderbolt fixes for 6.0-final

Here are some tiny USB and Thunderbolt driver fixes and quirks, for
6.0-final.

Included in here are:
- 3 uas/usb-storage driver quirks to get the devices working
properly due to broken firmware images in them (they can not
run at high data rates, and are also throttled on other
operating systems because of this.)
- thunderbolt bugfix for plug event delays
- typec runtime warning removal
- dwc3 st driver bugfix. Note, a follow-on fix for this will
end up coming in for 6.1-rc1 as the developers are still
arguing over what the final solution will be, but this should
be sufficient for now.

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

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

----------------------------------------------------------------
Greg Kroah-Hartman (1):
Merge tag 'thunderbolt-for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus

Heikki Krogerus (1):
usb: typec: ucsi: Remove incorrect warning

Hongling Zeng (3):
uas: add no-uas quirk for Hiksemi usb_disk
usb-storage: Add Hiksemi USB3-FW to IGNORE_UAS
uas: ignore UAS for Thinkplus chips

Mario Limonciello (1):
thunderbolt: Explicitly reset plug events delay back to USB4 spec value

Patrice Chotard (1):
usb: dwc3: st: Fix node's child name

drivers/thunderbolt/switch.c | 1 +
drivers/usb/dwc3/dwc3-st.c | 2 +-
drivers/usb/storage/unusual_uas.h | 21 +++++++++++++++++++++
drivers/usb/typec/ucsi/ucsi.c | 2 --
4 files changed, 23 insertions(+), 3 deletions(-)