summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2025-11-21usb: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus
2025-11-21usb: host: ohci-platform: Call reset assert/deassert on suspend/resumeClaudiu Beznea
2025-11-21usb: host: ehci-platform: Call reset assert/deassert on suspend/resumeClaudiu Beznea
2025-11-21usb: host: Do not check priv->clks[clk]Claudiu Beznea
2025-11-21usb: xhci: Add debugfs support for xHCI Port Link Info (PORTLI) register.Rai, Amardeep
2025-11-21usb: xhci: standardize single bit-field macrosNiklas Neronin
2025-11-21usb: xhci: drop xhci-caps.h dependence on xhci-ext-caps.hNiklas Neronin
2025-11-21usb: xhci: simplify Max Scratchpad buffer macrosNiklas Neronin
2025-11-21usb: xhci: simplify Isochronous Scheduling Threshold handlingNiklas Neronin
2025-11-21usb: xhci: improve xhci-caps.h commentsNiklas Neronin
2025-11-21usb: xhci: limit number of interrupts to 128Niklas Neronin
2025-11-21usb: xhci: limit number of ports to 127Niklas Neronin
2025-11-21usb: xhci: simplify handling of Structural Parameters 1 valuesNiklas Neronin
2025-11-21usb: xhci: use cached HCSPARAMS1 valueNiklas Neronin
2025-11-21usb: xhci: remove unused trace operation and argumentNiklas Neronin
2025-11-21usb: xhci: remove deprecated TODO commentNiklas Neronin
2025-11-21usb: xhci: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-11-21usb: xhci: Don't unchain link TRBs on quirky HCsMichal Pecio
2025-11-21usb: xhci: Assume that endpoints halt as specifiedMichal Pecio
2025-11-21usb: xhci: implement USB Port Register Set structNiklas Neronin
2025-11-21usb: xhci: add USB Port Register Set structNiklas Neronin
2025-11-21usb: xhci: add helper to read PORTSC registerNiklas Neronin
2025-11-21usb: xhci: add tracing for PORTSC register writesNiklas Neronin
2025-11-21usb: xhci: rework xhci_decode_portsc()Niklas Neronin
2025-11-21xhci: simplify and rework trb_in_td()Mathias Nyman
2025-11-21xhci: Add helper to find trb from its dma addressMathias Nyman
2025-11-21usb: xhci: limit run_graceperiod for only usb 3.0 devicesHongyu Xie
2025-11-21usb: xhci-mtk: correct most kernel-doc problems in xhci-mtk.hRandy Dunlap
2025-10-28xen/usb: Constify struct hc_driverChristophe JAILLET
2025-10-27Merge 6.18-rc3 into usb-nextGreg Kroah-Hartman
2025-10-22usb: uhci: Work around bogus clang shift overflow warning from DMA_BIT_MASK(64)Nathan Chancellor
2025-10-14xhci: dbc: enable back DbC in resume if it was enabled before suspendMathias Nyman
2025-10-14xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races with stall eventMathias Nyman
2025-10-14usb: xhci-pci: Fix USB2-only root hub registrationMichal Pecio
2025-10-13usb: ehci: Add Aspeed AST2700 supportRyan Chen
2025-10-13usb: uhci: Add Aspeed AST2700 supportRyan Chen
2025-10-13usb: uhci: Add reset control supportRyan Chen
2025-09-18usb: xhci: align PORTSC trace with one-based port numberingNiklas Neronin
2025-09-18usb: xhci: correct indentation for PORTSC tracing functionNiklas Neronin
2025-09-18usb: xhci: improve TR Dequeue Pointer maskNiklas Neronin
2025-09-18usb: xhci-pci: add support for hosts with zero USB3 portsNiklas Neronin
2025-09-18usb: xhci: Update a comment about Stop Endpoint retriesMichal Pecio
2025-09-18Revert "usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running"Michal Pecio
2025-09-17usb: host: xhci-rcar: Add Renesas RZ/G3E USB3 Host driver supportBiju Das
2025-09-17usb: host: xhci-plat: Add .post_resume_quirk for struct xhci_plat_privBiju Das
2025-09-17usb: host: xhci-rcar: Move R-Car reg definitionsBiju Das
2025-09-17usb: xhci: plat: Facilitate using autosuspend for xhci plat devicesKrishna Kurapati
2025-09-15Merge 6.17-rc6 into usb-nextGreg Kroah-Hartman
2025-09-12Merge patch series "Support system sleep with offloaded usb transfers" into u...Greg Kroah-Hartman
2025-09-12usb: host: enable USB offload during system sleepGuan-Yu Lin