summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: Better error handling in abort_td()Ahmad Fatoum2024-02-201-0/+2
* usb: xhci: Fix root hub descriptorAhmad Fatoum2024-02-201-0/+1
* usb: xhci: support non-1:1 mapped xHCIAhmad Fatoum2024-02-201-3/+10
* usb: xhci-hcd: Give it some more time to stopSascha Hauer2023-03-241-4/+2
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* usb: xhci: Honor transfer timeoutsSascha Hauer2022-04-141-3/+5
* drivers: migrate "GPL-2.0+" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* usb: xhci-hcd: replace opencoded non-atomic 64-bit MMIO with lo_hi helperAhmad Fatoum2020-06-031-10/+3
* usb: xhci-hcd: remove unused #include <asm/cache.h>Ahmad Fatoum2020-06-031-1/+0
* usb: Add U-Boot xhci driverSascha Hauer2020-03-261-0/+1295
* usb: host: remove xhci driverSascha Hauer2020-03-261-1282/+0
* usb: xhci-hcd: Make use of lo_hi_readq/writeq()Andrey Smirnov2019-02-221-10/+4
* usb: xhci-hcd: Drop 'dma' field from struct xhci_hcdAndrey Smirnov2019-02-221-1/+0
* usb: xhci-hcd: Add support for 64-byte context sizeAndrey Smirnov2019-02-221-13/+23
* USB: host: add xHCI HCD, Hub, and platform driverSebastian Hesselbarth2014-07-281-0/+1279