summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds12-23/+23
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook24-61/+58
8 daysMerge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-3810/+223
14 daysMerge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2026-01-23xhci: dbc: allow setting manufacturer string through sysfsŁukasz Bartosik1-0/+36
2026-01-23xhci: dbc: allow setting product string through sysfsŁukasz Bartosik1-0/+36
2026-01-23xhci: dbc: allow setting device serial number through sysfsŁukasz Bartosik1-0/+36
2026-01-23xhci: dbc: prepare to expose strings through sysfsŁukasz Bartosik2-78/+112
2026-01-23usb: host: tegra: Remove manual wake IRQ disposalWayne Chang1-19/+2
2026-01-19Merge 6.19-rc6 usb-nextGreg Kroah-Hartman5-5/+15
2026-01-16xhci: sideband: don't dereference freed ring when removing sideband endpointMathias Nyman2-4/+12
2026-01-14usb: host: xhci-tegra: Use platform_get_irq_optional() for wake IRQsWayne Chang1-1/+1
2026-01-14USB: OHCI/UHCI: Add soft dependencies on ehci_platformHuacai Chen2-0/+2
2026-01-14USB: HCD: remove logic about which hcd is loadedGreg Kroah-Hartman3-16/+0
2026-01-09PCI: Add ASPEED vendor ID to pci_ids.hNirmoy Das1-1/+0
2026-01-07USB: host: drop unneeded dependency on OF_GPIOBartosz Golaszewski1-1/+1
2026-01-07usb: isp1362-hcd: remove Philips ISP1362 USB OTG controller driverVladimir Zapolskiy4-3696/+0
2025-12-23usb: ohci-nxp: clean up probe error labelsJohan Hovold1-8/+8
2025-12-23usb: ohci-nxp: fix device leak on probe failureJohan Hovold1-0/+2
2025-12-17xhci: dbgtty: fix device unregister: fixupŁukasz Bartosik1-1/+1
2025-12-07Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds20-467/+555
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-21xhci: dbgtty: fix device unregisterŁukasz Bartosik1-0/+6
2025-11-21usb: ohci-da8xx: remove unused platform dataBartosz Golaszewski1-17/+0
2025-11-21usb: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus2-2/+0
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: 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
2025-11-21usb: xhci: simplify Isochronous Scheduling Threshold handlingNiklas Neronin2-15/+20
2025-11-21usb: xhci: improve xhci-caps.h commentsNiklas Neronin1-43/+57
2025-11-21usb: xhci: limit number of interrupts to 128Niklas Neronin2-8/+12
2025-11-21usb: xhci: limit number of ports to 127Niklas Neronin3-4/+7
2025-11-21usb: xhci: simplify handling of Structural Parameters 1 valuesNiklas Neronin7-47/+33
2025-11-21usb: xhci: use cached HCSPARAMS1 valueNiklas Neronin1-2/+1
2025-11-21usb: xhci: remove unused trace operation and argumentNiklas Neronin2-21/+8
2025-11-21usb: xhci: remove deprecated TODO commentNiklas Neronin1-1/+0
2025-11-21usb: xhci: replace use of system_wq with system_percpu_wqMarco Crivellari2-5/+5
2025-11-21usb: xhci: Don't unchain link TRBs on quirky HCsMichal Pecio1-11/+16
2025-11-21usb: xhci: Assume that endpoints halt as specifiedMichal Pecio1-50/+23
2025-11-21usb: xhci: implement USB Port Register Set structNiklas Neronin4-30/+24
2025-11-21usb: xhci: add USB Port Register Set structNiklas Neronin2-22/+17
2025-11-21usb: xhci: add helper to read PORTSC registerNiklas Neronin7-48/+55
2025-11-21usb: xhci: add tracing for PORTSC register writesNiklas Neronin6-20/+32
2025-11-21usb: xhci: rework xhci_decode_portsc()Niklas Neronin1-22/+35