The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.17-rc2 for you to fetch changes up to 79aa3e19fe8f5be30e846df8a436bfe306e8b1a6: usb: cdnsp: Fix segmentation fault in cdns_lost_power function (2022-01-26 14:11:16 +0100) ---------------------------------------------------------------- USB driver fixes for 5.17-rc2 Here are some small USB driver fixes for 5.17-rc2 that resolve a number of reported problems. These include: - typec driver fixes - xhci platform driver fixes for suspending - ulpi core fix - role.h build fix - new device ids - syzbot-reported bugfixes - gadget driver fixes - dwc3 driver fixes - other small fixes All of these have been in linux-next this week with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Alan Stern (2): usb-storage: Add unusual-devs entry for VL817 USB-SATA bridge USB: core: Fix hang in usb_kill_urb by adding memory barriers Amelie Delaunay (1): usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspend Badhri Jagan Sridharan (2): usb: typec: tcpm: Do not disconnect while receiving VBUS off usb: typec: tcpm: Do not disconnect when receiving VSAFE0V Frank Li (1): usb: xhci-plat: fix crash when suspend if remote wake enable Heikki Krogerus (2): usb: typec: Only attempt to link USB ports if there is fwnode usb: typec: Don't try to register component master without components Jon Hunter (1): usb: common: ulpi: Fix crash in ulpi_match() Linyu Yuan (1): usb: roles: fix include/linux/usb/role.h compile issue Miles Chen (1): usb: gadget: at91_udc: fix incorrect print type Pavankumar Kondeti (1): usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUS Pawel Laszczak (1): usb: cdnsp: Fix segmentation fault in cdns_lost_power function Robert Hancock (2): usb: dwc3: xilinx: Skip resets and USB3 register settings for USB2.0 mode usb: dwc3: xilinx: Fix error handling when getting USB3 PHY Sing-Han Chen (1): ucsi_ccg: Check DEV_INT bit only when starting CCG4 Xu Yang (1): usb: typec: tcpci: don't touch CC line if it's Vconn source drivers/usb/cdns3/drd.c | 6 +++--- drivers/usb/common/ulpi.c | 7 +++++-- drivers/usb/core/hcd.c | 14 ++++++++++++++ drivers/usb/core/urb.c | 12 ++++++++++++ drivers/usb/dwc2/gadget.c | 2 +- drivers/usb/dwc3/dwc3-xilinx.c | 23 ++++++++++++++++++----- drivers/usb/gadget/function/f_sourcesink.c | 1 + drivers/usb/gadget/udc/at91_udc.c | 2 +- drivers/usb/host/xhci-plat.c | 3 +++ drivers/usb/storage/unusual_devs.h | 10 ++++++++++ drivers/usb/typec/port-mapper.c | 8 +++++++- drivers/usb/typec/tcpm/tcpci.c | 26 ++++++++++++++++++++++++++ drivers/usb/typec/tcpm/tcpci.h | 1 + drivers/usb/typec/tcpm/tcpm.c | 7 ++++++- drivers/usb/typec/ucsi/ucsi_ccg.c | 2 +- include/linux/usb/role.h | 6 ++++++ 16 files changed, 115 insertions(+), 15 deletions(-)