summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2025-11-21usb: uas: reduce time under spinlockOliver Neukum-9/+14
2025-11-21usb: dwc3: eic7700: Add EIC7700 USB driverHang Cao-7/+64
2025-11-21usb: typec: ucsi: Add support for SET_PDOS commandPooja Katiyar-0/+2
2025-11-21usb: typec: ucsi: Enable debugfs for message_out data structurePooja Katiyar-0/+26
2025-11-21usb: typec: ucsi: Add support for message out data structurePooja Katiyar-0/+32
2025-11-21usb: typec: ucsi: Update UCSI structure to have message in and message out fi...Pooja Katiyar-71/+112
2025-11-21uapi: cdc.h: cleanly provide for more interfaces and countriesOliver Neukum-1/+1
2025-11-21usb: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-31/+0
2025-11-21usb: renesas_usbhs: Assert/de-assert reset signals on suspend/resumeClaudiu Beznea-9/+26
2025-11-21usb: host: ohci-platform: Call reset assert/deassert on suspend/resumeClaudiu Beznea-2/+19
2025-11-21usb: host: ehci-platform: Call reset assert/deassert on suspend/resumeClaudiu Beznea-2/+20
2025-11-21usb: host: Do not check priv->clks[clk]Claudiu Beznea-4/+2
2025-11-21usb: typec: tipd: mark as orientation awarePeter Korsgaard-0/+1
2025-11-21usb: uas: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-1/+1
2025-11-21usb: dwc3: replace use of system_wq with system_percpu_wqMarco Crivellari-1/+1
2025-11-21usb: dwc2: fix hang during suspend if set as peripheralJisheng Zhang-1/+8
2025-11-21usb: dwc2: fix hang during shutdown if set as peripheralJisheng Zhang-4/+4
2025-11-21usb: typec: ucsi: Set orientation_aware if UCSI version is 2.x and aboveAbel Vesa-0/+3
2025-11-21usb: chaoskey: fix locking for O_NONBLOCKOliver Neukum-3/+13
2025-11-21usb: xhci: Add debugfs support for xHCI Port Link Info (PORTLI) register.Rai, Amardeep-1/+42
2025-11-21usb: xhci: standardize single bit-field macrosNiklas Neronin-37/+38
2025-11-21usb: xhci: drop xhci-caps.h dependence on xhci-ext-caps.hNiklas Neronin-2/+2
2025-11-21usb: xhci: simplify Max Scratchpad buffer macrosNiklas Neronin-1/+3
2025-11-21usb: xhci: simplify Isochronous Scheduling Threshold handlingNiklas Neronin-15/+20
2025-11-21usb: xhci: improve xhci-caps.h commentsNiklas Neronin-43/+57
2025-11-21usb: xhci: limit number of interrupts to 128Niklas Neronin-8/+12
2025-11-21usb: xhci: limit number of ports to 127Niklas Neronin-4/+7
2025-11-21usb: xhci: simplify handling of Structural Parameters 1 valuesNiklas Neronin-47/+33
2025-11-21usb: xhci: use cached HCSPARAMS1 valueNiklas Neronin-2/+1
2025-11-21usb: xhci: remove unused trace operation and argumentNiklas Neronin-21/+8
2025-11-21usb: xhci: remove deprecated TODO commentNiklas Neronin-1/+0
2025-11-21usb: xhci: replace use of system_wq with system_percpu_wqMarco Crivellari-5/+5
2025-11-21usb: xhci: Don't unchain link TRBs on quirky HCsMichal Pecio-11/+16
2025-11-21usb: xhci: Assume that endpoints halt as specifiedMichal Pecio-50/+23
2025-11-21usb: xhci: implement USB Port Register Set structNiklas Neronin-30/+24
2025-11-21usb: xhci: add USB Port Register Set structNiklas Neronin-22/+17
2025-11-21usb: xhci: add helper to read PORTSC registerNiklas Neronin-48/+55
2025-11-21usb: xhci: add tracing for PORTSC register writesNiklas Neronin-20/+32
2025-11-21usb: xhci: rework xhci_decode_portsc()Niklas Neronin-22/+35
2025-11-21xhci: simplify and rework trb_in_td()Mathias Nyman-44/+28
2025-11-21xhci: Add helper to find trb from its dma addressMathias Nyman-6/+22
2025-11-21usb: xhci: limit run_graceperiod for only usb 3.0 devicesHongyu Xie-1/+1
2025-11-21usb: xhci-mtk: correct most kernel-doc problems in xhci-mtk.hRandy Dunlap-4/+6
2025-11-19usb: dwc3: imx8mp: Set out of band wakeup for i.MX95Peng Fan-2/+7
2025-11-19usb: chipidea: ci_hdrc_imx: Set out of band wakeup for i.MX95Peng Fan-1/+10
2025-11-19usb: chipidea: core: detach power domain for ci_hdrc platform deviceXu Yang-0/+3
2025-11-17convert gadgetfsAl Viro-8/+11
2025-11-17gadgetfs: switch to simple_remove_by_name()Al Viro-19/+13
2025-11-17convert functionfsAl Viro-8/+9
2025-11-17functionfs: switch to simple_remove_by_name()Al Viro-29/+22