summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2026-08-03usb: xhci-pci: Limit VIA VL805 DMA addressing to 36 bitsXincheng Zhang3-5/+12
2026-07-24usb: host: max3421: Reject hub port requests for non-existent portsSeungjin Bae1-0/+4
2026-07-24usb: host: max3421: Fix shift-out-of-bounds in max3421_hub_control()Seungjin Bae1-0/+4
2026-07-18usb: sl811-hcd: disable controller wakeup on removeMyeonghun Pak1-0/+1
2026-07-18usb: free iso schedules on failed submitDawei Feng1-2/+9
2026-07-18xhci: sideband: fix ring sg table pages leakXu Rao1-0/+2
2026-07-18usb: xhci: Fix sleep in atomic context in xhci_free_streams()胡连勤1-1/+10
2026-06-09xhci: tegra: Fix ghost USB device on dual-role port unplugWei-Cheng Chen1-34/+45
2026-05-07usb: xhci: Make usb_host_endpoint.hcpriv survive endpoint_disable()Michal Pecio1-1/+0
2026-04-11usb: core: use dedicated spinlock for offload stateGuan-Yu Lin1-2/+2
2026-04-11usb: ehci-brcm: fix sleep during atomicJustin Chen1-2/+2
2026-04-11usb: host: xhci-sideband: delegate offload_usage tracking to class driversGuan-Yu Lin1-13/+1
2026-03-19usb: xhci: Prevent interrupt storm on host controller error (HCE)Dayu Jiang1-0/+1
2026-03-19usb: xhci: Fix memory leak in xhci_disable_slot()Zilin Guan1-2/+2
2026-03-04usb: host: tegra: Remove manual wake IRQ disposalWayne Chang1-19/+2
2026-01-23USB: OHCI/UHCI: Add soft dependencies on ehci_platformHuacai Chen2-0/+2
2026-01-23xhci: sideband: don't dereference freed ring when removing sideband endpointMathias Nyman2-4/+12
2026-01-23usb: host: xhci-tegra: Use platform_get_irq_optional() for wake IRQsWayne Chang1-1/+1
2026-01-02xhci: dbgtty: fix device unregister: fixupŁukasz Bartosik1-1/+1
2026-01-02usb: ohci-nxp: fix device leak on probe failureJohan Hovold1-0/+2
2026-01-02usb: xhci: Don't unchain link TRBs on quirky HCsMichal Pecio1-11/+16
2026-01-02usb: xhci: limit run_graceperiod for only usb 3.0 devicesHongyu Xie1-1/+1
2025-11-21xhci: dbgtty: fix device unregisterŁukasz Bartosik1-0/+6
2025-11-09xhci: sideband: Fix race condition in sideband unregisterMathias Nyman1-44/+58
2025-11-09xhci: dbgtty: Fix data corruption when transmitting data form DbC to hostMathias Nyman2-1/+17
2025-11-09xhci: fix stale flag preventig URBs after link state error is clearedMathias Nyman2-5/+11
2025-10-14xhci: dbc: enable back DbC in resume if it was enabled before suspendMathias Nyman1-1/+8
2025-10-14xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races with stall eventMathias Nyman1-2/+4
2025-10-14usb: xhci-pci: Fix USB2-only root hub registrationMichal Pecio1-1/+2
2025-09-18usb: xhci: align PORTSC trace with one-based port numberingNiklas Neronin1-1/+1
2025-09-18usb: xhci: correct indentation for PORTSC tracing functionNiklas Neronin1-17/+17
2025-09-18usb: xhci: improve TR Dequeue Pointer maskNiklas Neronin2-7/+8
2025-09-18usb: xhci-pci: add support for hosts with zero USB3 portsNiklas Neronin1-18/+24
2025-09-18usb: xhci: Update a comment about Stop Endpoint retriesMichal Pecio1-2/+3
2025-09-18Revert "usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running"Michal Pecio1-7/+4
2025-09-17usb: host: xhci-rcar: Add Renesas RZ/G3E USB3 Host driver supportBiju Das3-1/+68
2025-09-17usb: host: xhci-plat: Add .post_resume_quirk for struct xhci_plat_privBiju Das2-0/+15
2025-09-17usb: host: xhci-rcar: Move R-Car reg definitionsBiju Das2-44/+50
2025-09-17usb: xhci: plat: Facilitate using autosuspend for xhci plat devicesKrishna Kurapati1-0/+1
2025-09-15Merge 6.17-rc6 into usb-nextGreg Kroah-Hartman2-28/+68
2025-09-12Merge patch series "Support system sleep with offloaded usb transfers" into u...Greg Kroah-Hartman3-4/+75
2025-09-12usb: host: enable USB offload during system sleepGuan-Yu Lin2-0/+20
2025-09-12xhci: sideband: add api to trace sideband usageGuan-Yu Lin1-0/+36
2025-09-12usb: xhci-plat: separate dev_pm_ops for each pm_eventGuan-Yu Lin1-4/+19
2025-09-12usb: xhci: tegra: Support USB wakeup function for Tegra234Haotien Hsu1-2/+80
2025-09-06xhci: fix memory leak regression when freeing xhci vdev devices depth firstMathias Nyman1-1/+1
2025-09-06xhci: dbc: Fix full DbC transfer ring after several reconnectsMathias Nyman1-2/+21
2025-09-06xhci: dbc: decouple endpoint allocation from initializationMathias Nyman1-25/+46
2025-09-06Merge patch series "eUSB2 Double Isochronous IN Bandwidth support"Greg Kroah-Hartman5-48/+63
2025-09-06usb: xhci: Add host support for eUSB2 double isochronous bandwidth devicesRai, Amardeep5-17/+62