summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
6 daysusb: xhci: Make usb_host_endpoint.hcpriv survive endpoint_disable()Michal Pecio
2026-04-11usb: ehci-brcm: fix sleep during atomicJustin Chen
2026-03-25usb: xhci: Prevent interrupt storm on host controller error (HCE)Dayu Jiang
2026-03-25usb: xhci: Fix memory leak in xhci_disable_slot()Zilin Guan
2026-01-30USB: OHCI/UHCI: Add soft dependencies on ehci_platformHuacai Chen
2026-01-11usb: xhci: Apply the link chain quirk on NEC isoc endpointsMichal Pecio
2026-01-11usb: xhci: move link chain bit quirk checks into one helper function.Niklas Neronin
2026-01-11xhci: dbgtty: fix device unregister: fixupŁukasz Bartosik
2026-01-11usb: ohci-nxp: fix device leak on probe failureJohan Hovold
2026-01-11usb: ohci-nxp: Use helper function devm_clk_get_enabled()Zhang Zekun
2026-01-11usb: xhci: limit run_graceperiod for only usb 3.0 devicesHongyu Xie
2025-12-07xhci: dbgtty: fix device unregisterŁukasz Bartosik
2025-12-07xhci: dbgtty: Fix data corruption when transmitting data form DbC to hostMathias Nyman
2025-11-24usb: xhci: plat: Facilitate using autosuspend for xhci plat devicesKrishna Kurapati
2025-11-02xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races with stall eventMathias Nyman
2025-11-02xhci: dbc: Avoid event polling busyloop if pending rx transfers are inactive.Mathias Nyman
2025-11-02xhci: dbc: Improve performance by removing delay in transfer event polling.Mathias Nyman
2025-11-02xhci: dbc: Allow users to modify DbC poll interval via sysfsUday M Bhat
2025-11-02xhci: dbc: poll at different rate depending on data transfer activityMathias Nyman
2025-10-29xhci: dbc: enable back DbC in resume if it was enabled before suspendMathias Nyman
2025-10-15Revert "usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running"Michal Pecio
2025-10-15usb: host: max3421-hcd: Fix error pointer dereference in probe cleanupDan Carpenter
2025-09-25xhci: dbc: Fix full DbC transfer ring after several reconnectsMathias Nyman
2025-09-25xhci: dbc: decouple endpoint allocation from initializationMathias Nyman
2025-09-19xhci: fix memory leak regression when freeing xhci vdev devices depth firstMathias Nyman
2025-08-28usb: xhci: Fix slot_id resource race conflictWeitao Wang
2025-08-28usb: renesas-xhci: Fix External ROM access timeoutsMarek Vasut
2025-08-28usb: xhci: Avoid showing errors during surprise removalMario Limonciello
2025-08-28usb: xhci: Set avg_trb_len = 8 for EP0 during Address Device CommandJay Chen
2025-08-28usb: xhci: Avoid showing warnings for dying controllerMario Limonciello
2025-08-28usb: xhci: print xhci->xhc_state when queue_command failedSu Hui
2025-08-15usb: host: xhci-plat: fix incorrect type for of_match variable in xhci_plat_p...Seungjin Bae
2025-07-10xhci: Disable stream for xHC controller with XHCI_BROKEN_STREAMSHongyu Xie
2025-07-10xhci: dbc: Flush queued requests before stopping dbcMathias Nyman
2025-07-10xhci: dbctty: disable ECHO flag by defaultŁukasz Bartosik
2025-07-10usb: xhci: quirk for data loss in ISOC transfersRaju Rangoju
2025-06-04usb: xhci: Don't change the status of stalled TDs on failed Stop EPMichal Pecio
2025-05-18usb: host: tegra: Prevent host controller crash when OTG port is usedJim Lin
2025-05-18usb: uhci-platform: Make the clock really optionalAlexey Charkov
2025-05-09xhci: fix possible null pointer dereference at secondary interrupter removalMathias Nyman
2025-05-09usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup()Marc Zyngier
2025-05-09xhci: Limit time spent with xHC interrupts disabled during bus resumeMathias Nyman
2025-05-09xhci: support setting interrupt moderation IMOD for secondary interruptersMathias Nyman
2025-05-09usb: xhci: check if 'requested segments' exceeds ERST capacityNiklas Neronin
2025-05-09xhci: Add helper to set an interrupters interrupt moderation intervalMathias Nyman
2025-05-09xhci: add support to allocate several interruptersMathias Nyman
2025-05-09xhci: split free interrupter into separate remove and free partsMathias Nyman
2025-05-09xhci: Clean up stale comment on ERST_SIZE macroLukas Wunner
2025-05-09xhci: Use more than one Event Ring segmentJonathan Bell
2025-05-09xhci: Set DESI bits in ERDP register correctlyLukas Wunner