Merge tag 'usb-6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Pull USB fixes from Greg KH: "Here are some small USB driver fixes for some reported issues. 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" * tag 'usb-6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: usb: typec: ucsi: Fix NULL pointer access usb: quirks: Add DELAY_INIT and NO_LPM for Prolific Mass Storage Card Reader usb: xhci: Fix host controllers "dying" after suspend and resume usb: dwc3: Set SUSPENDENABLE soon after phy init usb: hub: lack of clearing xHC resources usb: renesas_usbhs: Flush the notify_hotplug_work usb: renesas_usbhs: Use devm_usb_get_phy() usb: renesas_usbhs: Call clk_put() usb: dwc3: gadget: Prevent irq storm when TH re-executes usb: gadget: Check bmAttributes only if configuration is valid xhci: Restrict USB4 tunnel detection for USB3 devices to Intel hosts usb: xhci: Enable the TRB overfetch quirk on VIA VL805 usb: gadget: Fix setting self-powered state on suspend usb: typec: ucsi: increase timeout for PPM reset operations acpi: typec: ucsi: Introduce a ->poll_cci method usb: typec: tcpci_rt1711h: Unmask alert interrupts to fix functionality usb: gadget: Set self-powered based on MaxPower and bmAttributes usb: gadget: u_ether: Set is_suspend flag if remote wakeup fails usb: atm: cxacru: fix a flaw in existing endpoint checks
Showing
- drivers/usb/atm/cxacru.c 7 additions, 6 deletionsdrivers/usb/atm/cxacru.c
- drivers/usb/core/hub.c 33 additions, 0 deletionsdrivers/usb/core/hub.c
- drivers/usb/core/quirks.c 4 additions, 0 deletionsdrivers/usb/core/quirks.c
- drivers/usb/dwc3/core.c 48 additions, 37 deletionsdrivers/usb/dwc3/core.c
- drivers/usb/dwc3/core.h 1 addition, 1 deletiondrivers/usb/dwc3/core.h
- drivers/usb/dwc3/drd.c 2 additions, 2 deletionsdrivers/usb/dwc3/drd.c
- drivers/usb/dwc3/gadget.c 7 additions, 3 deletionsdrivers/usb/dwc3/gadget.c
- drivers/usb/gadget/composite.c 12 additions, 5 deletionsdrivers/usb/gadget/composite.c
- drivers/usb/gadget/function/u_ether.c 2 additions, 2 deletionsdrivers/usb/gadget/function/u_ether.c
- drivers/usb/host/xhci-hub.c 8 additions, 0 deletionsdrivers/usb/host/xhci-hub.c
- drivers/usb/host/xhci-mem.c 2 additions, 1 deletiondrivers/usb/host/xhci-mem.c
- drivers/usb/host/xhci-pci.c 7 additions, 3 deletionsdrivers/usb/host/xhci-pci.c
- drivers/usb/host/xhci.c 5 additions, 1 deletiondrivers/usb/host/xhci.c
- drivers/usb/host/xhci.h 1 addition, 1 deletiondrivers/usb/host/xhci.h
- drivers/usb/renesas_usbhs/common.c 5 additions, 1 deletiondrivers/usb/renesas_usbhs/common.c
- drivers/usb/renesas_usbhs/mod_gadget.c 1 addition, 1 deletiondrivers/usb/renesas_usbhs/mod_gadget.c
- drivers/usb/typec/tcpm/tcpci_rt1711h.c 11 additions, 0 deletionsdrivers/usb/typec/tcpm/tcpci_rt1711h.c
- drivers/usb/typec/ucsi/ucsi.c 13 additions, 12 deletionsdrivers/usb/typec/ucsi/ucsi.c
- drivers/usb/typec/ucsi/ucsi.h 2 additions, 0 deletionsdrivers/usb/typec/ucsi/ucsi.h
- drivers/usb/typec/ucsi/ucsi_acpi.c 14 additions, 7 deletionsdrivers/usb/typec/ucsi/ucsi_acpi.c
Loading
Please register or sign in to comment