The following changes since commit 0ad2507d5d93f39619fc42372c347d6006b64319: Linux 6.14-rc3 (2025-02-16 14:02:44 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.14-rc6 for you to fetch changes up to b13abcb7ddd8d38de769486db5bd917537b32ab1: usb: typec: ucsi: Fix NULL pointer access (2025-03-06 16:55:46 +0100) ---------------------------------------------------------------- USB fixes for 6.14-rc6 Here are some small USB driver fixes for some reported issues for 6.14-rc6. These contain: - typec driver fixes - dwc3 driver fixes - xhci driver fixes - renesas controller fixes - gadget driver fixes - a new USB quirk added All of these have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Andrei Kuchynski (1): usb: typec: ucsi: Fix NULL pointer access AngeloGioacchino Del Regno (1): usb: typec: tcpci_rt1711h: Unmask alert interrupts to fix functionality Badhri Jagan Sridharan (1): usb: dwc3: gadget: Prevent irq storm when TH re-executes Christian A. Ehrhardt (1): acpi: typec: ucsi: Introduce a ->poll_cci method Claudiu Beznea (3): usb: renesas_usbhs: Call clk_put() usb: renesas_usbhs: Use devm_usb_get_phy() usb: renesas_usbhs: Flush the notify_hotplug_work Fedor Pchelkin (1): usb: typec: ucsi: increase timeout for PPM reset operations Marc Zyngier (1): xhci: Restrict USB4 tunnel detection for USB3 devices to Intel hosts Marek Szyprowski (1): usb: gadget: Fix setting self-powered state on suspend Miao Li (1): usb: quirks: Add DELAY_INIT and NO_LPM for Prolific Mass Storage Card Reader Michal Pecio (2): usb: xhci: Enable the TRB overfetch quirk on VIA VL805 usb: xhci: Fix host controllers "dying" after suspend and resume Nikita Zhandarovich (1): usb: atm: cxacru: fix a flaw in existing endpoint checks Pawel Laszczak (1): usb: hub: lack of clearing xHC resources Prashanth K (3): usb: gadget: u_ether: Set is_suspend flag if remote wakeup fails usb: gadget: Set self-powered based on MaxPower and bmAttributes usb: gadget: Check bmAttributes only if configuration is valid Thinh Nguyen (1): usb: dwc3: Set SUSPENDENABLE soon after phy init drivers/usb/atm/cxacru.c | 13 ++--- drivers/usb/core/hub.c | 33 +++++++++++++ drivers/usb/core/quirks.c | 4 ++ drivers/usb/dwc3/core.c | 85 +++++++++++++++++++-------------- drivers/usb/dwc3/core.h | 2 +- drivers/usb/dwc3/drd.c | 4 +- drivers/usb/dwc3/gadget.c | 10 ++-- drivers/usb/gadget/composite.c | 17 +++++-- drivers/usb/gadget/function/u_ether.c | 4 +- drivers/usb/host/xhci-hub.c | 8 ++++ drivers/usb/host/xhci-mem.c | 3 +- drivers/usb/host/xhci-pci.c | 10 ++-- drivers/usb/host/xhci.c | 6 ++- drivers/usb/host/xhci.h | 2 +- drivers/usb/renesas_usbhs/common.c | 6 ++- drivers/usb/renesas_usbhs/mod_gadget.c | 2 +- drivers/usb/typec/tcpm/tcpci_rt1711h.c | 11 +++++ drivers/usb/typec/ucsi/ucsi.c | 25 +++++----- drivers/usb/typec/ucsi/ucsi.h | 2 + drivers/usb/typec/ucsi/ucsi_acpi.c | 21 +++++--- drivers/usb/typec/ucsi/ucsi_ccg.c | 1 + drivers/usb/typec/ucsi/ucsi_glink.c | 1 + drivers/usb/typec/ucsi/ucsi_stm32g0.c | 1 + drivers/usb/typec/ucsi/ucsi_yoga_c630.c | 1 + 24 files changed, 189 insertions(+), 83 deletions(-)