summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* 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
* USB: xHCI: Sync non-coherent DMA buffersSebastian Hesselbarth2015-04-151-1/+22
* usb: host: xhci: depend on HAS_DMALucas Stach2015-03-261-0/+2
* usb: host: ohci: convert to streaming DMA opsLucas Stach2015-03-061-4/+6
* usb: host: ehci: convert to streaming DMA opsLucas Stach2015-03-061-3/+5
* ARM: move DMA alloc functions to dma.hLucas Stach2015-03-064-2/+3
* ARM: change dma_alloc/free_coherent to match other architecturesLucas Stach2015-03-063-8/+13
* usb: abolish wait_ms() functionMasahiro Yamada2015-02-021-3/+3
* usb: host: only activate Efika MX ULPI workaround if ULPI is selectedLucas Stach2014-11-261-1/+1
* usb: ehci-hcd: Correct CLEAR_FEATURE codeDmitry Voytik2014-10-211-4/+6
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-162-0/+7
* Merge branch 'for-next/usb-host'Sascha Hauer2014-08-078-117/+3569
|\
| * usb: ehci: use linux-way ehci_readl and ehci_writelAntony Pavlov2014-07-281-8/+11
| * USB: host: add xHCI PCI driverSebastian Hesselbarth2014-07-283-0/+53
| * USB: host: add xHCI HCD, Hub, and platform driverSebastian Hesselbarth2014-07-285-0/+3447
| * USB: EHCI: use min3 from LinuxSebastian Hesselbarth2014-07-281-11/+1
| * USB: Use descriptors from ch11.hSebastian Hesselbarth2014-07-241-2/+2
| * USB: EHCI: use descriptor length fieldsSebastian Hesselbarth2014-07-241-3/+3
| * USB: EHCI: make use of defines for descriptorsSebastian Hesselbarth2014-07-241-52/+52
| * USB: EHCI: reuse ch9.h config and interface descriptorsSebastian Hesselbarth2014-07-242-27/+2
| * USB: Move FooRequest defines and add class requestsSebastian Hesselbarth2014-07-241-16/+0
| * USB: host: drop force rescanSascha Hauer2014-07-181-1/+1
* | Merge branch 'for-next/usb'Sascha Hauer2014-08-072-3/+16
|\|