summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * USB: Remove conflicting USB_SPEED_* definitionsSascha Hauer2014-07-182-3/+16
* | sandbox: allow "make ARCH=sandbox allyesconfig"Holger Schurig2014-07-221-0/+1
|/
* USB: Check init/post_init errorsAlexander Shiyan2013-10-221-4/+8
* usb: make usb devices children of the corresponding hostSascha Hauer2013-09-242-0/+2
* Merge branch 'for-next/usb'Sascha Hauer2013-07-011-0/+9
|\
| * usb: ehci: implement detect callbackSascha Hauer2013-06-211-0/+9
* | ARM: i.MX51 efikasb: Switch to devicetree probingSascha Hauer2013-06-251-1/+5
* | usb: ehci: Fixup efika hack for devicetreeSascha Hauer2013-06-251-3/+2
|/
* usb: ehci: initialize ehci_dataSascha Hauer2013-03-081-1/+1
* Merge branch 'for-next/usb'Sascha Hauer2013-03-041-0/+14
|\
| * USB ehci: Add platform specific init callsSascha Hauer2013-02-141-0/+14