summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2025-12-07Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds97-1121/+2418
2025-12-06Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-84/+109
2025-12-05Merge tag 'pmdomain-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds3-3/+20
2025-12-03Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+1
2025-11-27usb: gadget: tegra-xudc: Always reinitialize data toggle when clear haltHaotien Hsu1-6/+0
2025-11-27Merge tag 'usb-serial-6.19-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman4-292/+182
2025-11-26USB: serial: option: move Telit 0x10c7 composition in the right placeFabio Porcedda1-3/+3
2025-11-26USB: serial: option: add Telit Cinterion FE910C04 new compositionsFabio Porcedda1-0/+14
2025-11-26usb: typec: ucsi: fix use-after-free caused by uec->workDuoming Zhou1-0/+1
2025-11-26usb: typec: ucsi: fix probe failure in gaokun_ucsi_probe()Duoming Zhou1-0/+1
2025-11-26usb: dwc3: core: Remove redundant comment in core initKrishna Kurapati1-4/+0
2025-11-26usb: phy: Initialize struct usb_phy list_headDiogo Ivo1-0/+4
2025-11-24usb: gadget: renesas_usbf: Handle devm_pm_runtime_enable() errorsHaotian Zhang1-1/+3
2025-11-24USB: serial: option: add Foxconn T99W760Slark Xiao1-0/+2
2025-11-22USB: storage: Remove subclass and protocol overrides from Novatek quirkAlan Stern1-1/+1
2025-11-21usb: usb-storage: No additional quirks need to be added to the EL-R12 optical...Chen Changcheng1-1/+1
2025-11-21usb: typec: hd3ss3220: Enable VBUS based on ID pin stateKrishna Kurapati1-2/+73
2025-11-21usb: typec: anx7411: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-2/+1
2025-11-21USB: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari2-3/+2
2025-11-21drivers/usb/storage: use min() instead of min_t()David Laight1-2/+1
2025-11-21usb: raw-gadget: cap raw_io transfer length to KMALLOC_MAX_SIZEGopi Krishna Menon1-0/+3
2025-11-21usb: uas: fix urb unmapping issue when the uas device is remove during ongoin...Owen Gu1-0/+5
2025-11-21usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call ...Manish Nagar2-0/+8
2025-11-21xhci: dbgtty: fix device unregisterƁukasz Bartosik1-0/+6
2025-11-21usb: storage: sddr55: Reject out-of-bound new_pbaTianchu Chen1-0/+6
2025-11-21usb: ohci-da8xx: remove unused platform dataBartosz Golaszewski1-17/+0
2025-11-21usb: gadget: functionfs: use dma_buf_unmap_attachment_unlocked() helperLiang Jie1-3/+1
2025-11-21usb: uas: reduce time under spinlockOliver Neukum1-9/+14
2025-11-21usb: dwc3: eic7700: Add EIC7700 USB driverHang Cao1-7/+64
2025-11-21usb: typec: ucsi: Add support for SET_PDOS commandPooja Katiyar2-0/+2
2025-11-21usb: typec: ucsi: Enable debugfs for message_out data structurePooja Katiyar1-0/+26
2025-11-21usb: typec: ucsi: Add support for message out data structurePooja Katiyar3-0/+32
2025-11-21usb: typec: ucsi: Update UCSI structure to have message in and message out fi...Pooja Katiyar8-71/+112
2025-11-21uapi: cdc.h: cleanly provide for more interfaces and countriesOliver Neukum1-1/+1
2025-11-21usb: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus19-31/+0
2025-11-21usb: renesas_usbhs: Assert/de-assert reset signals on suspend/resumeClaudiu Beznea1-9/+26
2025-11-21usb: host: ohci-platform: Call reset assert/deassert on suspend/resumeClaudiu Beznea1-2/+19
2025-11-21usb: host: ehci-platform: Call reset assert/deassert on suspend/resumeClaudiu Beznea1-2/+20
2025-11-21usb: host: Do not check priv->clks[clk]Claudiu Beznea2-4/+2
2025-11-21usb: typec: tipd: mark as orientation awarePeter Korsgaard1-0/+1
2025-11-21usb: uas: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+1
2025-11-21usb: dwc3: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-11-21usb: dwc2: fix hang during suspend if set as peripheralJisheng Zhang1-1/+8
2025-11-21usb: dwc2: fix hang during shutdown if set as peripheralJisheng Zhang1-4/+4
2025-11-21usb: typec: ucsi: Set orientation_aware if UCSI version is 2.x and aboveAbel Vesa1-0/+3
2025-11-21usb: chaoskey: fix locking for O_NONBLOCKOliver Neukum1-3/+13
2025-11-21usb: xhci: Add debugfs support for xHCI Port Link Info (PORTLI) register.Rai, Amardeep3-1/+42
2025-11-21usb: xhci: standardize single bit-field macrosNiklas Neronin7-37/+38
2025-11-21usb: xhci: drop xhci-caps.h dependence on xhci-ext-caps.hNiklas Neronin1-2/+2
2025-11-21usb: xhci: simplify Max Scratchpad buffer macrosNiklas Neronin1-1/+3