mirror-linux/drivers/usb/gadget/function
Linus Torvalds f5e9d31e79 USB/Thunderbolt changes for 6.19-rc1
Here is the big set of USB and Thunderbolt driver updates for 6.19-rc1.
 Nothing major here, just lots of tiny updates for most of the common USB
 drivers.  Included in here are:
   - more xhci driver updates and fixes
   - Thunderbolt driver cleanups
   - usb serial driver updates
   - typec driver updates
   - USB tracepoint additions
   - dwc3 driver updates, including support for Apple hardware
   - lots of other smaller driver updates and cleanups
 
 All of these have been in linux-next for a while with no reported
 issues.
 
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 -----BEGIN PGP SIGNATURE-----
 
 iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCaTTLNQ8cZ3JlZ0Brcm9h
 aC5jb20ACgkQMUfUDdst+yn29wCcD23xCSWuRIKHfSWlefCwptHKT0AAoM0NJdeO
 C4/4pui5ifTu1g5Vud1r
 =Sm/3
 -----END PGP SIGNATURE-----

Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb

Pull USB/Thunderbolt updates from Greg KH:
 "Here is the big set of USB and Thunderbolt driver updates for
  6.19-rc1. Nothing major here, just lots of tiny updates for most of
  the common USB drivers. Included in here are:

   - more xhci driver updates and fixes

   - Thunderbolt driver cleanups

   - usb serial driver updates

   - typec driver updates

   - USB tracepoint additions

   - dwc3 driver updates, including support for Apple hardware

   - lots of other smaller driver updates and cleanups

  All of these have been in linux-next for a while with no reported
  issues"

* tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (161 commits)
  usb: gadget: tegra-xudc: Always reinitialize data toggle when clear halt
  USB: serial: option: move Telit 0x10c7 composition in the right place
  USB: serial: option: add Telit Cinterion FE910C04 new compositions
  usb: typec: ucsi: fix use-after-free caused by uec->work
  usb: typec: ucsi: fix probe failure in gaokun_ucsi_probe()
  usb: dwc3: core: Remove redundant comment in core init
  usb: phy: Initialize struct usb_phy list_head
  USB: serial: option: add Foxconn T99W760
  usb: usb-storage: No additional quirks need to be added to the EL-R12 optical drive.
  usb: typec: hd3ss3220: Enable VBUS based on ID pin state
  dt-bindings: usb: ti,hd3ss3220: Add support for VBUS based on ID state
  usb: typec: anx7411: add WQ_PERCPU to alloc_workqueue users
  USB: add WQ_PERCPU to alloc_workqueue users
  dt-bindings: usb: dwc3-xilinx: Describe the reset constraint for the versal platform
  drivers/usb/storage: use min() instead of min_t()
  usb: raw-gadget: cap raw_io transfer length to KMALLOC_MAX_SIZE
  usb: ohci-da8xx: remove unused platform data
  usb: gadget: functionfs: use dma_buf_unmap_attachment_unlocked() helper
  usb: uas: reduce time under spinlock
  usb: dwc3: eic7700: Add EIC7700 USB driver
  ...
2025-12-06 18:42:12 -08:00
..
Makefile
f_acm.c usb: gadget: f_acm: Refactor bind path to use __free() 2025-09-17 12:44:53 +02:00
f_ecm.c usb: gadget: f_ecm: Refactor bind path to use __free() 2025-09-17 12:44:53 +02:00
f_eem.c usb: gadget: f_eem: Fix memory leak in eem_unwrap 2025-11-09 11:11:19 +09:00
f_fs.c USB/Thunderbolt changes for 6.19-rc1 2025-12-06 18:42:12 -08:00
f_hid.c USB: add WQ_PERCPU to alloc_workqueue users 2025-11-21 15:17:36 +01:00
f_loopback.c
f_mass_storage.c
f_mass_storage.h
f_midi.c
f_midi2.c usb: gadget: midi2: Fix MIDI2 IN EP max packet size 2025-09-06 15:30:47 +02:00
f_ncm.c Merge patch series "usb: gadget: Refactor function drivers to use __free() cleanup" 2025-09-17 12:44:55 +02:00
f_obex.c
f_phonet.c
f_printer.c
f_rndis.c usb: gadget: f_rndis: Refactor bind path to use __free() 2025-09-17 12:44:53 +02:00
f_serial.c
f_sourcesink.c
f_subset.c
f_tcm.c
f_uac1.c usb: gadget: f_uac1: replace scnprintf() with sysfs_emit() 2025-07-21 16:31:28 +02:00
f_uac1_legacy.c
f_uac2.c usb: gadget: f_uac2: replace scnprintf() with sysfs_emit() 2025-07-07 11:05:30 +02:00
f_uvc.c
f_uvc.h
g_zero.h
ndis.h
rndis.c
rndis.h
storage_common.c
storage_common.h
tcm.h
u_audio.c
u_audio.h
u_ecm.h
u_eem.h
u_ether.c
u_ether.h
u_ether_configfs.h
u_fs.h
u_gether.h
u_hid.h
u_midi.h
u_midi2.h
u_ncm.h
u_phonet.h
u_printer.h
u_rndis.h
u_serial.c
u_serial.h
u_tcm.h
u_uac1.h
u_uac1_legacy.c
u_uac1_legacy.h
u_uac2.h
u_uvc.h
uac_common.h
uvc.h media: Replace file->private_data access with file_to_v4l2_fh() 2025-08-13 08:33:25 +02:00
uvc_configfs.c usb: gadget: uvc: Initialize frame-based format color matching descriptor 2025-07-21 16:30:00 +02:00
uvc_configfs.h
uvc_queue.c
uvc_queue.h
uvc_trace.c
uvc_trace.h
uvc_v4l2.c media: Reset file->private_data to NULL in v4l2_fh_del() 2025-08-13 08:33:44 +02:00
uvc_v4l2.h
uvc_video.c
uvc_video.h