The following changes since commit 1e28eed17697bcf343c6743f0028cc3b5dd88bf0: Linux 5.12-rc3 (2021-03-14 14:41:02 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.12-rc4 for you to fetch changes up to 2b8c956ea6ba896ec18ae36c2684ecfa04c1f479: usb: typec: tcpm: Skip sink_cap query only when VDM sm is busy (2021-03-18 09:47:47 +0100) ---------------------------------------------------------------- USB / Thunderbolt driver fixes for 5.12-rc4 Here are some small Thunderbolt and USB driver fixes for some reported issues: - thunderbolt fixes for minor problems - typec fixes for power issues - usb-storage quirk addition - usbip bugfix - dwc3 bugfix when stopping transfers - cdnsp bugfix for isoc transfers - gadget use-after-free fix All have been in linux-next this week with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Alan Stern (1): usb-storage: Add quirk to defeat Kindle's automatic unload Badhri Jagan Sridharan (2): usb: typec: tcpm: Invoke power_supply_changed for tcpm-source-psy- usb: typec: tcpm: Skip sink_cap query only when VDM sm is busy Colin Ian King (1): usbip: Fix incorrect double assignment to udc->ud.tcp_rx Elias Rudberg (1): usb: typec: Remove vdo[3] part of tps6598x_rx_identity_reg struct Greg Kroah-Hartman (2): Merge tag 'thunderbolt-for-v5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus Merge tag 'usb-v5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-linus Jim Lin (1): usb: gadget: configfs: Fix KASAN use-after-free Mika Westerberg (2): thunderbolt: Initialize HopID IDAs in tb_switch_alloc() thunderbolt: Increase runtime PM reference count on DP tunnel discovery Pawel Laszczak (1): usb: cdnsp: Fixes incorrect value in ISOC TRB Wesley Cheng (1): usb: dwc3: gadget: Prevent EP queuing while stopping transfers drivers/thunderbolt/switch.c | 18 ++++++++---------- drivers/thunderbolt/tb.c | 4 ++++ drivers/usb/cdns3/cdnsp-ring.c | 5 ++++- drivers/usb/dwc3/gadget.c | 11 +++++------ drivers/usb/gadget/configfs.c | 14 ++++++++++---- drivers/usb/storage/transport.c | 7 +++++++ drivers/usb/storage/unusual_devs.h | 12 ++++++++++++ drivers/usb/typec/tcpm/tcpm.c | 11 +++++++++-- drivers/usb/typec/tps6598x.c | 1 - drivers/usb/usbip/vudc_sysfs.c | 2 +- include/linux/usb_usual.h | 2 ++ 11 files changed, 62 insertions(+), 25 deletions(-)