Merge tag 'usb-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Pull USB / Thunderbolt driver fixes from Greg KH: "Here are a small set of USB and Thunderbolt driver fixes for reported problems and a documentation update, for 6.3-rc4. Included in here are: - documentation update for uvc gadget driver - small thunderbolt driver fixes - cdns3 driver fixes - dwc3 driver fixes - dwc2 driver fixes - chipidea driver fixes - typec driver fixes - onboard_usb_hub device id updates - quirk updates All of these have been in linux-next with no reported problems" * tag 'usb-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (30 commits) usb: dwc2: fix a race, don't power off/on phy for dual-role mode usb: dwc2: fix a devres leak in hw_enable upon suspend resume usb: chipidea: core: fix possible concurrent when switch role usb: chipdea: core: fix return -EINVAL if request role is the same with current role thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bit thunderbolt: Disable interrupt auto clear for rings thunderbolt: Use const qualifier for `ring_interrupt_index` usb: gadget: Use correct endianness of the wLength field for WebUSB uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2 usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driver usb: cdns3: Fix issue with using incorrect PCI device function usb: cdnsp: Fixes issue with redundant Status Stage MAINTAINERS: make me a reviewer of USB/IP thunderbolt: Use scale field when allocating USB3 bandwidth thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routers thunderbolt: Call tb_check_quirks() after initializing adapters thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access thunderbolt: Fix memory leak in margining usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host" docs: usb: Add documentation for the UVC Gadget ...
Showing
- Documentation/usb/gadget_uvc.rst 352 additions, 0 deletionsDocumentation/usb/gadget_uvc.rst
- Documentation/usb/index.rst 1 addition, 0 deletionsDocumentation/usb/index.rst
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- drivers/thunderbolt/debugfs.c 6 additions, 6 deletionsdrivers/thunderbolt/debugfs.c
- drivers/thunderbolt/nhi.c 30 additions, 19 deletionsdrivers/thunderbolt/nhi.c
- drivers/thunderbolt/nhi_regs.h 4 additions, 2 deletionsdrivers/thunderbolt/nhi_regs.h
- drivers/thunderbolt/quirks.c 44 additions, 0 deletionsdrivers/thunderbolt/quirks.c
- drivers/thunderbolt/retimer.c 21 additions, 2 deletionsdrivers/thunderbolt/retimer.c
- drivers/thunderbolt/sb_regs.h 1 addition, 0 deletionsdrivers/thunderbolt/sb_regs.h
- drivers/thunderbolt/switch.c 2 additions, 2 deletionsdrivers/thunderbolt/switch.c
- drivers/thunderbolt/tb.h 12 additions, 3 deletionsdrivers/thunderbolt/tb.h
- drivers/thunderbolt/usb4.c 46 additions, 7 deletionsdrivers/thunderbolt/usb4.c
- drivers/usb/cdns3/cdns3-pci-wrap.c 5 additions, 0 deletionsdrivers/usb/cdns3/cdns3-pci-wrap.c
- drivers/usb/cdns3/cdnsp-ep0.c 1 addition, 18 deletionsdrivers/usb/cdns3/cdnsp-ep0.c
- drivers/usb/cdns3/cdnsp-pci.c 11 additions, 16 deletionsdrivers/usb/cdns3/cdnsp-pci.c
- drivers/usb/chipidea/ci.h 2 additions, 0 deletionsdrivers/usb/chipidea/ci.h
- drivers/usb/chipidea/core.c 10 additions, 1 deletiondrivers/usb/chipidea/core.c
- drivers/usb/chipidea/otg.c 4 additions, 1 deletiondrivers/usb/chipidea/otg.c
- drivers/usb/dwc2/drd.c 2 additions, 1 deletiondrivers/usb/dwc2/drd.c
- drivers/usb/dwc2/gadget.c 2 additions, 4 deletionsdrivers/usb/dwc2/gadget.c
Loading
Please register or sign in to comment