This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 18940c888c85 Merge tag 'sched_urgent_for_v6.3_rc4' of git://git.kernel. [...] new f87fb985452a usb: ucsi: Fix NULL pointer deref in ucsi_connector_change() new 0482c34ec6f8 usb: ucsi: Fix ucsi->connector race new 02d210f43424 usb: ucsi_acpi: Increase the command completion timeout new 02c1820345e7 usb: dwc3: Fix a typo in field name new d8a2bb4eb758 usb: dwc3: gadget: Add 1ms delay after end transfer comman [...] new f7c13cb48e85 usb: misc: onboard-hub: add support for Microchip USB2517 [...] new 6c67ed9ad9b8 usb: gadget: u_audio: don't let userspace block driver unbind new a826492fc9df usb: typec: tcpm: fix create duplicate source-capabilities file new abfc4fa28f01 usb: typec: tcpm: fix warning when handle discover_identit [...] new 094f391013ba docs: usb: Add documentation for the UVC Gadget new 82f5332d3b98 usb: dwc2: drd: fix inconsistent mode if role-switch-defau [...] new c3aa32ac86fe MAINTAINERS: make me a reviewer of USB/IP new 5bc38d33a5a1 usb: cdnsp: Fixes issue with redundant Status Stage new 1272fd652a22 usb: cdns3: Fix issue with using incorrect PCI device function new 96b96b2a567f usb: cdnsp: changes PCI Device ID to fix conflict with CND [...] new a37eb61b6ec0 uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2 new bbf860ed710b usb: gadget: Use correct endianness of the wLength field f [...] new 7af9da8ce8f9 thunderbolt: Add quirk to disable CLx new acec72647382 thunderbolt: Fix memory leak in margining new cd0c1e582b05 thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access new d2d6ddf188f6 thunderbolt: Call tb_check_quirks() after initializing adapters new f0a57dd33b3e thunderbolt: Limit USB3 bandwidth of certain Intel USB4 ho [...] new c82510b1d87b thunderbolt: Use scale field when allocating USB3 bandwidth new 1716efdb0793 thunderbolt: Use const qualifier for `ring_interrupt_index` new 468c49f44759 thunderbolt: Disable interrupt auto clear for rings new 58cdfe6f58b3 thunderbolt: Rename shadowed variables bit to interrupt_bi [...] new bbefb7ed83e6 Merge tag 'thunderbolt-for-v6.3-rc4' of git://git.kernel.o [...] new 3670de806789 usb: chipdea: core: fix return -EINVAL if request role is [...] new 451b15ed138e usb: chipidea: core: fix possible concurrent when switch role new f747313249b7 usb: dwc2: fix a devres leak in hw_enable upon suspend resume new 5021383242ad usb: dwc2: fix a race, don't power off/on phy for dual-role mode new 0ec57cfa721f Merge tag 'usb-6.3-rc4' of git://git.kernel.org/pub/scm/li [...]
The 32 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/usb/gadget_uvc.rst | 352 ++++++++++++++++++++++++++++++++++ Documentation/usb/index.rst | 1 + MAINTAINERS | 1 + drivers/thunderbolt/debugfs.c | 12 +- drivers/thunderbolt/nhi.c | 49 +++-- drivers/thunderbolt/nhi_regs.h | 6 +- drivers/thunderbolt/quirks.c | 44 +++++ drivers/thunderbolt/retimer.c | 23 ++- drivers/thunderbolt/sb_regs.h | 1 + drivers/thunderbolt/switch.c | 4 +- drivers/thunderbolt/tb.h | 15 +- drivers/thunderbolt/usb4.c | 53 ++++- drivers/usb/cdns3/cdns3-pci-wrap.c | 5 + drivers/usb/cdns3/cdnsp-ep0.c | 19 +- drivers/usb/cdns3/cdnsp-pci.c | 27 ++- drivers/usb/chipidea/ci.h | 2 + drivers/usb/chipidea/core.c | 11 +- drivers/usb/chipidea/otg.c | 5 +- drivers/usb/dwc2/drd.c | 3 +- drivers/usb/dwc2/gadget.c | 6 +- drivers/usb/dwc2/platform.c | 19 +- drivers/usb/dwc3/core.h | 2 +- drivers/usb/dwc3/gadget.c | 14 +- drivers/usb/gadget/composite.c | 7 +- drivers/usb/gadget/function/u_audio.c | 2 +- drivers/usb/misc/onboard_usb_hub.c | 1 + drivers/usb/misc/onboard_usb_hub.h | 1 + drivers/usb/storage/unusual_uas.h | 7 + drivers/usb/typec/tcpm/tcpm.c | 28 ++- drivers/usb/typec/ucsi/ucsi.c | 33 ++-- drivers/usb/typec/ucsi/ucsi_acpi.c | 2 +- 31 files changed, 625 insertions(+), 130 deletions(-) create mode 100644 Documentation/usb/gadget_uvc.rst