Merge tag 'usb-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Pull USB driver fixes from Greg KH: "Here are some small USB driver fixes for reported problems for 6.9-rc7. Included in here are: - usb core fixes for found issues - typec driver fixes for reported problems - usb gadget driver fixes for reported problems - xhci build fixes - dwc3 driver fixes for reported issues All of these have been in linux-next this past week with no reported problems" * tag 'usb-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: usb: typec: tcpm: Check for port partner validity before consuming it usb: typec: tcpm: enforce ready state when queueing alt mode vdm usb: typec: tcpm: unregister existing source caps before re-registration usb: typec: tcpm: clear pd_event queue in PORT_RESET usb: typec: tcpm: queue correct sop type in tcpm_queue_vdm_unlocked usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device usb: ohci: Prevent missed ohci interrupts usb: typec: qcom-pmic: fix pdphy start() error handling usb: typec: qcom-pmic: fix use-after-free on late probe errors usb: gadget: f_fs: Fix a race condition when processing setup packets. USB: core: Fix access violation during port device removal usb: dwc3: core: Prevent phy suspend during init usb: xhci-plat: Don't include xhci.h usb: gadget: uvc: use correct buffer size when parsing configfs lists usb: gadget: composite: fix OS descriptors w_value logic usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete
Showing
- drivers/usb/core/hub.c 3 additions, 2 deletionsdrivers/usb/core/hub.c
- drivers/usb/core/port.c 6 additions, 2 deletionsdrivers/usb/core/port.c
- drivers/usb/dwc3/core.c 38 additions, 52 deletionsdrivers/usb/dwc3/core.c
- drivers/usb/dwc3/core.h 1 addition, 0 deletionsdrivers/usb/dwc3/core.h
- drivers/usb/dwc3/gadget.c 2 additions, 0 deletionsdrivers/usb/dwc3/gadget.c
- drivers/usb/dwc3/host.c 27 additions, 0 deletionsdrivers/usb/dwc3/host.c
- drivers/usb/gadget/composite.c 3 additions, 3 deletionsdrivers/usb/gadget/composite.c
- drivers/usb/gadget/function/f_fs.c 7 additions, 2 deletionsdrivers/usb/gadget/function/f_fs.c
- drivers/usb/gadget/function/uvc_configfs.c 2 additions, 2 deletionsdrivers/usb/gadget/function/uvc_configfs.c
- drivers/usb/host/ohci-hcd.c 8 additions, 0 deletionsdrivers/usb/host/ohci-hcd.c
- drivers/usb/host/xhci-plat.h 3 additions, 1 deletiondrivers/usb/host/xhci-plat.h
- drivers/usb/host/xhci-rzv2m.c 1 addition, 0 deletionsdrivers/usb/host/xhci-rzv2m.c
- drivers/usb/typec/tcpm/qcom/qcom_pmic_typec.c 6 additions, 2 deletionsdrivers/usb/typec/tcpm/qcom/qcom_pmic_typec.c
- drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.c 7 additions, 4 deletionsdrivers/usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.c
- drivers/usb/typec/tcpm/tcpm.c 33 additions, 9 deletionsdrivers/usb/typec/tcpm/tcpm.c
Please register or sign in to comment