summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: serial: only call into CONSOLE_FULL code if it's thereLucas Stach2015-07-241-2/+3
* Merge branch 'for-next/misc'Sascha Hauer2015-07-031-1/+1
|\
| * usb: gadget: pxa27x: depend on right symbolLucas Stach2015-06-261-1/+1
* | usb: musb: Use proper timeout loopSascha Hauer2015-07-031-7/+6
|/
* usb: gadget: serial: Use console_set_active to activate consoleSascha Hauer2015-06-091-1/+2
* Merge branch 'pu/am335x'Sascha Hauer2015-05-282-12/+10
|\
| * usb: musb: set controller->priv pointerSascha Hauer2015-04-281-0/+1
| * usb: musb: dsps: Do not use priv pointerSascha Hauer2015-04-281-12/+9
* | Merge branch 'for-next/of-device-id'Sascha Hauer2015-05-063-12/+12
|\ \
| * | of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-303-12/+12
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2015-05-061-2/+2
|\ \ | |/ |/|
| * usb: increase USB_CNTL_TIMEOUT to match linuxSteffen Trumtrar2015-05-041-2/+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
* usb: gadget: fsl_udc: convert to streaming DMA opsLucas Stach2015-03-061-4/+4
* ARM: move DMA alloc functions to dma.hLucas Stach2015-03-065-2/+6
* ARM: change dma_alloc/free_coherent to match other architecturesLucas Stach2015-03-064-11/+17
* Merge branch 'for-next/misc'Sascha Hauer2015-02-046-13/+14
|\
| * usb: abolish wait_ms() functionMasahiro Yamada2015-02-025-13/+13
| * console: allow to specify the device idJean-Christophe PLAGNIOL-VILLARD2015-01-131-0/+1
* | usb: at91_udc: pass the vbus initial valueBo Shen2015-02-041-0/+2
* | usb: musb-dsps: select OFDEVICELucas Stach2015-01-191-0/+1
|/
* usb: gadget: fastboot: allow to build without BOOTMLucas Stach2014-12-171-1/+4
* USB: Gadget: fastboot: depends on command supportSascha Hauer2014-11-271-0/+1
* USB: Gadget: Select poller from USB_GADGET optionSascha Hauer2014-11-271-3/+1
* usb: musb: only build musb_barebox if host is enabledLucas Stach2014-11-271-2/+2
* usb: host: only activate Efika MX ULPI workaround if ULPI is selectedLucas Stach2014-11-261-1/+1
* usb: gadget: fastboot: select BANNERLucas Stach2014-11-241-0/+1
* dfu: fix possible usage of uninitialized varLucas Stach2014-10-211-0/+1
* usb: ehci-hcd: Correct CLEAR_FEATURE codeDmitry Voytik2014-10-211-4/+6
* Merge branch 'for-next/resource-err-ptr'Sascha Hauer2014-10-025-4/+16
|\
| * resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-165-4/+16
* | USB: MUSB: Add barebox specific changesSascha Hauer2014-09-2619-3831/+898
* | USB: Add MUSB driver from LinuxSascha Hauer2014-09-2614-0/+11146
* | USB: gadget: allow multiple udc driversSascha Hauer2014-09-261-9/+3
* | USB: gadget: put poller into coreSascha Hauer2014-09-264-74/+54
* | USB: add usb phy header fileSascha Hauer2014-09-262-0/+2
* | USB: gadget: dfu: Add max_speed to dfu_driverSascha Hauer2014-09-251-0/+1
* | USB: gadget: fastboot: Add missing includeSascha Hauer2014-09-251-0/+1
|/
* Merge branch 'for-next/usb-host'Sascha Hauer2014-08-0714-591/+4227
|\
| * 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: improve error paths and tear-downSebastian Hesselbarth2014-07-283-27/+41
| * USB: Count detected USB devices independent of dev_indexSebastian Hesselbarth2014-07-281-1/+4
| * USB: Fix stale usb devices in usb_device_listSebastian Hesselbarth2014-07-281-0/+1
| * USB: Use descriptors from ch11.hSebastian Hesselbarth2014-07-242-7/+7