summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: fix reset endpoint on USB stallAhmad Fatoum2024-03-011-4/+5
* usb: xhci: Do not panic on event timeoutsAhmad Fatoum2024-02-201-2/+3
* usb: xhci: Recover from halted bulk endpointsAhmad Fatoum2024-02-201-0/+8
* usb: xhci: Allow context state errors when halting an endpointAhmad Fatoum2024-02-201-2/+4
* usb: xhci: Better error handling in abort_td()Ahmad Fatoum2024-02-201-13/+23
* usb: xhci: Guard all calls to xhci_wait_for_eventAhmad Fatoum2024-02-201-0/+9
* usb: xhci: reset endpoint on USB stallAhmad Fatoum2024-02-201-0/+40
* usb: xhci: support non-1:1 mapped xHCIAhmad Fatoum2024-02-201-14/+37
* usb: xhci: use macros for formatting valuesAhmad Fatoum2024-02-201-16/+13
* usb: xhci: call xhci_flush_cache where appropriateAhmad Fatoum2024-02-201-0/+4
* usb: xhci: add various debugging printsAhmad Fatoum2024-02-201-0/+8
* usb: xhci: call dma_unmap_single in error pathsAhmad Fatoum2024-01-111-1/+5
* Merge branch 'for-next/usb'Sascha Hauer2023-04-191-2/+2
|\
| * usb: move include files to place where Linux has themSascha Hauer2023-03-201-2/+2
* | usb: xhci: pass physical device to DMA APIAhmad Fatoum2023-04-171-4/+4
|/
* usb: xhci: Honor transfer timeoutsSascha Hauer2022-04-141-18/+11
* drivers: migrate "GPL-2.0+" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* usb: Add U-Boot xhci driverSascha Hauer2020-03-261-0/+978