-
- Downloads
You need to sign in or sign up before continuing.
Merge tag 'usb-6.13-rc3' 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 some reported issues. Included in here are: - typec driver bugfixes - u_serial gadget driver bugfix for much reported and discussed issue - dwc2 bugfixes - midi gadget driver bugfix - ehci-hcd driver bugfix - other small bugfixes All of these have been in linux-next for over a week with no reported issues" * tag 'usb-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: usb: typec: ucsi: Fix connector status writing past buffer size usb: typec: ucsi: Fix completion notifications usb: dwc2: Fix HCD port connection race usb: dwc2: hcd: Fix GetPortStatus & SetPortFeature usb: dwc2: Fix HCD resume usb: gadget: u_serial: Fix the issue that gs_start_io crashed due to accessing null pointer usb: misc: onboard_usb_dev: skip suspend/resume sequence for USB5744 SMBus support usb: dwc3: xilinx: make sure pipe clock is deselected in usb2 only mode usb: core: hcd: only check primary hcd skip_phy_initialization usb: gadget: midi2: Fix interpretation of is_midi1 bits usb: dwc3: imx8mp: fix software node kernel dump usb: typec: anx7411: fix OF node reference leaks in anx7411_typec_switch_probe() usb: typec: anx7411: fix fwnode_handle reference leak usb: host: max3421-hcd: Correctly abort a USB request. dt-bindings: phy: imx8mq-usb: correct reference to usb-switch.yaml usb: ehci-hcd: fix call balance of clocks handling routines
Showing
- Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml 2 additions, 5 deletions...mentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml
- drivers/usb/core/hcd.c 7 additions, 1 deletiondrivers/usb/core/hcd.c
- drivers/usb/dwc2/hcd.c 8 additions, 11 deletionsdrivers/usb/dwc2/hcd.c
- drivers/usb/dwc3/dwc3-imx8mp.c 16 additions, 14 deletionsdrivers/usb/dwc3/dwc3-imx8mp.c
- drivers/usb/dwc3/dwc3-xilinx.c 4 additions, 1 deletiondrivers/usb/dwc3/dwc3-xilinx.c
- drivers/usb/gadget/function/f_midi2.c 5 additions, 1 deletiondrivers/usb/gadget/function/f_midi2.c
- drivers/usb/gadget/function/u_serial.c 6 additions, 3 deletionsdrivers/usb/gadget/function/u_serial.c
- drivers/usb/host/ehci-sh.c 7 additions, 2 deletionsdrivers/usb/host/ehci-sh.c
- drivers/usb/host/max3421-hcd.c 11 additions, 5 deletionsdrivers/usb/host/max3421-hcd.c
- drivers/usb/misc/onboard_usb_dev.c 3 additions, 1 deletiondrivers/usb/misc/onboard_usb_dev.c
- drivers/usb/typec/anx7411.c 41 additions, 25 deletionsdrivers/usb/typec/anx7411.c
- drivers/usb/typec/ucsi/ucsi.c 6 additions, 3 deletionsdrivers/usb/typec/ucsi/ucsi.c
Loading
Please register or sign in to comment