summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2025-12-07xhci: dbgtty: fix device unregisterŁukasz Bartosik1-0/+6
2025-12-07xhci: dbgtty: Fix data corruption when transmitting data form DbC to hostMathias Nyman2-1/+17
2025-12-07usb: xhci: plat: Facilitate using autosuspend for xhci plat devicesKrishna Kurapati1-0/+1
2025-12-07xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races with stall eventMathias Nyman1-2/+4
2025-12-07xhci: dbc: Avoid event polling busyloop if pending rx transfers are inactive.Mathias Nyman2-3/+19
2025-12-07xhci: dbc: Improve performance by removing delay in transfer event polling.Mathias Nyman1-1/+1
2025-12-07xhci: dbc: Allow users to modify DbC poll interval via sysfsUday M Bhat2-1/+39
2025-12-07xhci: dbc: poll at different rate depending on data transfer activityMathias Nyman2-2/+13
2025-12-07xhci: dbc: Provide sysfs option to configure dbc descriptorsMathias Nyman2-4/+191
2025-10-29xhci: dbc: enable back DbC in resume if it was enabled before suspendMathias Nyman1-1/+8
2025-10-15Revert "usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running"Michal Pecio1-7/+4
2025-10-15usb: host: max3421-hcd: Fix error pointer dereference in probe cleanupDan Carpenter1-1/+1
2025-09-25xhci: dbc: Fix full DbC transfer ring after several reconnectsMathias Nyman1-2/+21
2025-09-25xhci: dbc: decouple endpoint allocation from initializationMathias Nyman1-25/+46
2025-08-28usb: renesas-xhci: Fix External ROM access timeoutsMarek Vasut1-3/+4
2025-08-28usb: xhci: Avoid showing errors during surprise removalMario Limonciello1-2/+5
2025-08-28usb: xhci: Set avg_trb_len = 8 for EP0 during Address Device CommandJay Chen1-0/+2
2025-08-28usb: xhci: Avoid showing warnings for dying controllerMario Limonciello1-2/+4
2025-08-28usb: xhci: print xhci->xhc_state when queue_command failedSu Hui1-1/+2
2025-08-15usb: host: xhci-plat: fix incorrect type for of_match variable in xhci_plat_p...Seungjin Bae1-1/+1
2025-07-17usb: xhci: quirk for data loss in ISOC transfersRaju Rangoju3-0/+30
2025-07-17xhci: Allow RPM on the USB controller (1022:43f7) by defaultBasavaraj Natikar1-1/+4
2025-07-10xhci: Disable stream for xHC controller with XHCI_BROKEN_STREAMSHongyu Xie1-1/+2
2025-07-10xhci: dbc: Flush queued requests before stopping dbcMathias Nyman1-0/+4
2025-07-10xhci: dbctty: disable ECHO flag by defaultŁukasz Bartosik1-0/+1
2025-05-18usb: host: tegra: Prevent host controller crash when OTG port is usedJim Lin1-0/+3
2025-05-18usb: uhci-platform: Make the clock really optionalAlexey Charkov1-1/+1
2025-05-02usb: host: xhci-plat: mvebu: use ->quirks instead of ->init_quirk() funcThéo Lebrun3-17/+1
2025-05-02usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems RunningMichal Pecio1-4/+7
2025-05-02usb: host: max3421-hcd: Add missing spi_device_id tableAlexander Stein1-0/+7
2025-05-02USB: OHCI: Add quirk for LS7A OHCI controller (rev 0x02)Huacai Chen1-0/+23
2025-04-10usb: xhci: correct debug message page size calculationNiklas Neronin1-3/+3
2025-03-13usb: xhci: Enable the TRB overfetch quirk on VIA VL805Michal Pecio3-5/+10
2025-03-13xhci: pci: Fix indentation in the PCI device ID definitionsAndy Shevchenko1-4/+4
2025-02-21USB: pci-quirks: Fix HCCPARAMS register error for LS7A EHCIHuacai Chen1-0/+9
2025-02-21usb: xhci: Fix NULL pointer dereference on certain command abortsMichal Pecio1-1/+2
2025-01-19Partial revert of xhci: use pm_ptr() instead #ifdef for CONFIG_PM conditionalsRon Economos1-0/+4
2025-01-17xhci: use pm_ptr() instead of #ifdef for CONFIG_PM conditionalsArnd Bergmann1-7/+1
2025-01-09usb: xhci: Avoid queuing redundant Stop Endpoint commandsMichal Pecio3-4/+29
2025-01-09xhci: Turn NEC specific quirk for handling Stop Endpoint errors genericMathias Nyman1-2/+0
2025-01-09usb: xhci: Limit Stop Endpoint retriesMichal Pecio3-4/+27
2025-01-09xhci: retry Stop Endpoint on buggy NEC controllersMichal Pecio1-0/+9
2024-12-19usb: ehci-hcd: fix call balance of clocks handling routinesVitalii Mordan1-2/+7
2024-12-19usb: host: max3421-hcd: Correctly abort a USB request.Mark Tomlinson1-5/+11
2024-12-14xhci: dbc: Fix STALL transfer event handlingMathias Nyman2-54/+83
2024-12-14usb: xhci: Fix TD invalidation under pending Set TR DequeueMichal Pecio1-5/+13
2024-12-14usb: ehci-spear: fix call balance of sehci clk handling routinesVitalii Mordan1-3/+4
2024-11-08xhci: Use pm_runtime_get to prevent RPM on unsupported systemsBasavaraj Natikar1-2/+4
2024-11-08xhci: Fix Link TRB DMA in command ring stopped completion eventFaisal Hassan1-8/+8
2024-11-01XHCI: Separate PORT and CAPs macros into dedicated fileFrank Li3-259/+264