summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2026-04-18usb: ehci-brcm: fix sleep during atomicJustin Chen
2026-04-18usb: xhci: Fix memory leak in xhci_disable_slot()Zilin Guan
2026-02-06USB: OHCI/UHCI: Add soft dependencies on ehci_platformHuacai Chen
2026-01-19usb: ohci-nxp: fix device leak on probe failureJohan Hovold
2026-01-19usb: ohci-nxp: Use helper function devm_clk_get_enabled()Zhang Zekun
2026-01-19xhci: dbgtty: fix device unregisterŁukasz Bartosik
2026-01-19xhci: dbgtty: use IDR to support several dbc instances.Mathias Nyman
2026-01-19usb: xhci: Apply the link chain quirk on NEC isoc endpointsMichal Pecio
2026-01-19usb: xhci: move link chain bit quirk checks into one helper function.Niklas Neronin
2026-01-19usb: xhci: limit run_graceperiod for only usb 3.0 devicesHongyu Xie
2025-12-07xhci: dbgtty: Fix data corruption when transmitting data form DbC to hostMathias Nyman
2025-12-07usb: xhci: plat: Facilitate using autosuspend for xhci plat devicesKrishna Kurapati
2025-12-07xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races with stall eventMathias Nyman
2025-12-07xhci: dbc: Avoid event polling busyloop if pending rx transfers are inactive.Mathias Nyman
2025-12-07xhci: dbc: Improve performance by removing delay in transfer event polling.Mathias Nyman
2025-12-07xhci: dbc: Allow users to modify DbC poll interval via sysfsUday M Bhat
2025-12-07xhci: dbc: poll at different rate depending on data transfer activityMathias Nyman
2025-12-07xhci: dbc: Provide sysfs option to configure dbc descriptorsMathias Nyman
2025-10-29xhci: dbc: enable back DbC in resume if it was enabled before suspendMathias Nyman
2025-10-19Revert "usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running"Michal Pecio
2025-10-19usb: host: max3421-hcd: Fix error pointer dereference in probe cleanupDan Carpenter
2025-10-02xhci: dbc: Fix full DbC transfer ring after several reconnectsMathias Nyman
2025-10-02xhci: dbc: decouple endpoint allocation from initializationMathias 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-07-17xhci: Disable stream for xHC controller with XHCI_BROKEN_STREAMSHongyu Xie
2025-07-17usb: xhci: quirk for data loss in ISOC transfersRaju Rangoju
2025-07-17xhci: Allow RPM on the USB controller (1022:43f7) by defaultBasavaraj Natikar
2025-07-10xhci: dbc: Flush queued requests before stopping dbcMathias Nyman
2025-07-10xhci: dbctty: disable ECHO flag by defaultŁukasz Bartosik
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-02usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems RunningMichal Pecio
2025-05-02usb: host: max3421-hcd: Add missing spi_device_id tableAlexander Stein
2025-05-02USB: OHCI: Add quirk for LS7A OHCI controller (rev 0x02)Huacai Chen
2025-03-13usb: xhci: Enable the TRB overfetch quirk on VIA VL805Michal Pecio
2025-03-13xhci: pci: Fix indentation in the PCI device ID definitionsAndy Shevchenko
2025-03-13USB: pci-quirks: Fix HCCPARAMS register error for LS7A EHCIHuacai Chen
2025-03-13usb: xhci: Fix NULL pointer dereference on certain command abortsMichal Pecio
2025-03-13usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar
2025-01-23Partial revert of xhci: use pm_ptr() instead #ifdef for CONFIG_PM conditionalsRon Economos
2025-01-23xhci: use pm_ptr() instead of #ifdef for CONFIG_PM conditionalsArnd Bergmann
2025-01-09usb: xhci: Avoid queuing redundant Stop Endpoint commandsMichal Pecio
2025-01-09xhci: Turn NEC specific quirk for handling Stop Endpoint errors genericMathias Nyman
2025-01-09usb: xhci: Limit Stop Endpoint retriesMichal Pecio
2025-01-09xhci: retry Stop Endpoint on buggy NEC controllersMichal Pecio