summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-hcd.c
Commit message (Expand)AuthorAgeFilesLines
* usb: host: remove xhci driverSascha Hauer2020-03-261-1675/+0
* usb: xhci-hcd: Simplify route string building loopAndrey Smirnov2019-02-221-4/+6
* usb: xhci-hcd: Initialize TRT flag for xHCI >= 1.0Andrey Smirnov2019-02-221-1/+1
* usb: xhci-hcd: Check usb_pipein(pipe) only once in xhci_submit_normal()Andrey Smirnov2019-02-221-12/+16
* usb: xhci-hcd: Drop 'dma' field from struct xhci_hcdAndrey Smirnov2019-02-221-1/+1
* usb: xhci-hcd: Simplify TRB initialization codeAndrey Smirnov2019-02-221-50/+78
* usb: xhci-hcd: Convert xhci_submit_control() to use dma_map_single()Andrey Smirnov2019-02-221-7/+10
* usb: xhci-hcd: Convert xhci_submit_normal() to use dma_map_single()Andrey Smirnov2019-02-221-7/+10
* usb: xhci-hcd: Don't try to DMA sync if buffer is NULLAndrey Smirnov2019-02-221-8/+13
* usb: xhci-hcd: Always wait for "Response Data" completionAndrey Smirnov2019-02-221-1/+1
* usb: xhci-hcd: Add support for 64-byte context sizeAndrey Smirnov2019-02-221-68/+165
* usb: xhci-hcd: Drop pointless bitwise orAndrey Smirnov2019-02-221-1/+1
* usb: xhci-hcd: Make sure to initialize xhci->rings_listAndrey Smirnov2019-02-221-0/+1
* usb: xhci-hcd: Cast ~XHCI_IRQS to u32Andrey Smirnov2019-02-221-1/+1
* usb: xhci-hcd: Do not zero out DMA coherent memoryAndrey Smirnov2019-02-221-2/+0
* usb: xhci-hcd: Tabify the fileAndrey Smirnov2019-02-221-68/+68
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-1/+5
* USB: xHCI: Sync non-coherent DMA buffersSebastian Hesselbarth2015-04-151-1/+22
* ARM: move DMA alloc functions to dma.hLucas Stach2015-03-061-1/+1
* ARM: change dma_alloc/free_coherent to match other architecturesLucas Stach2015-03-061-3/+3
* USB: host: add xHCI HCD, Hub, and platform driverSebastian Hesselbarth2014-07-281-0/+1509