summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/nvme'Sascha Hauer2019-03-071-6/+1
|\
| * drivers: Make use of device_pci_driver()Andrey Smirnov2019-02-181-6/+1
* | usb: xhci-hcd: Make use of lo_hi_readq/writeq()Andrey Smirnov2019-02-221-10/+4
* | 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-222-2/+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-222-81/+188
* | 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
|/
* usb: host: ehci-atmel: unregister host on device removeSascha Hauer2018-10-291-1/+5
* usb: host: ehci: do not use dev->privSascha Hauer2018-10-292-6/+19
* usb: host: ehci: add ehci_unregister()Sascha Hauer2018-10-292-5/+28
* usb: host: ehci: rename ehci_priv to ehci_hostSascha Hauer2018-10-261-21/+21
* usb: echi-atmel: Add DT supportAndrey Smirnov2017-03-301-1/+10
* usb/host: Allow USB_OHCI_AT91 even if USB_OHCI is disabledAndrey Smirnov2017-03-301-4/+1
* usb: ohci-at91: Add DT supportAndrey Smirnov2017-03-301-2/+91
* usb: echi-atmel: Check result of ehci_register()Andrey Smirnov2017-03-091-3/+1
* usb: ehci-atmel: Zero ehci_data before using itAndrey Smirnov2017-03-091-1/+1
* usb: echi-atmel: Convert global variables to private dataAndrey Smirnov2017-03-091-16/+26
* usb: ehci-atmel: Check result of clk_enable()Andrey Smirnov2017-03-091-4/+17
* usb: ohci-at91: Check result of clk_enable()Andrey Smirnov2017-03-091-4/+20
* usb: ohci-at91: Convert global variables to private dataAndrey Smirnov2017-03-091-22/+37
* usb: ohci-at91: Check result of clk_get()Andrey Smirnov2017-03-091-0/+9
* usb: ehci: pass full speed devices to companion controllerPeter Mamonov2017-01-301-6/+21
* usb: ehci: forward phy given in registration data to hostSascha Hauer2016-09-291-0/+1
* usb: ehci: honour timeout valueSascha Hauer2016-07-061-4/+4
* Merge branch 'for-next/misc'Sascha Hauer2016-03-111-19/+2
|\
| * ehci-hcd: preserve DTC in QH for interrupt transactionsAleksey Kuleshov2016-03-101-11/+2
| * ehci-hcd: remove useless timeoutAleksey Kuleshov2016-03-101-8/+0
* | driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-074-10/+26
|/
* usb: ehci-hcd: Use regular mdelay()Sascha Hauer2015-10-141-1/+3
* Revert "usb: ehci-hcd: detect re-entrance"Sascha Hauer2015-10-141-38/+4
* Revert "usb: ehci-hcd: use mdelay_non_interruptible()"Sascha Hauer2015-10-141-3/+3
* usb: ehci-hcd: use mdelay_non_interruptible()Peter Mamonov2015-10-021-3/+3
* usb: ehci-hcd: detect re-entrancePeter Mamonov2015-10-021-4/+38
* usb: ehci-hcd: port periodic transactions implementation from the u-bootPeter Mamonov2015-10-022-2/+415
* usb: ehci-hcd: use is_timeout_non_interruptible()Peter Mamonov2015-09-101-2/+2
* usb: ehci-hcd: add OF bindingsPeter Mamonov2015-09-041-4/+18
* usb: ehci: prevent bad PORTSC register accessKuo-Jung Su2015-08-261-6/+15
* usb: ehci: replace multiple use of le16_to_cpu(req->index) with variableKuo-Jung Su2015-08-261-9/+10
* usb: ehci-hcd: initialize ehci->qh_list[] with zerosPeter Mamonov2015-08-261-0/+2