summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: dsps: do not bind to "musb-hdrc"Sebastian Andrzej Siewior2013-10-011-0/+3
* usb: musb: gadget: fix otg active status flagBin Liu2013-09-251-1/+0
* usb: musb: fix otg default stateBin Liu2013-09-171-0/+4
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0
* usb: musb: ux500: Add check for NULL board dataLee Jones2013-08-271-1/+3
* usb: musb: am335x-evm: Do not remove the session bit HOST-only modeSebastian Andrzej Siewior2013-08-271-0/+2
* usb: musb: dsps: do not set is_active on the first drvbus interruptSebastian Andrzej Siewior2013-08-271-1/+0
* usb: usb: dsps: update code according to the binding documentSebastian Andrzej Siewior2013-08-271-18/+36
* usb: musb: only remove host/udc if it has been addedSebastian Andrzej Siewior2013-08-272-0/+4
* usb: musb: dsps: fix devm_ioremap_resource error detection codeJulia Lawall2013-08-271-2/+2
* usb: musb: avoid null pointer dereference in debug loggingMaarten ter Huurne2013-08-271-1/+2
* usb: musb: cppi41: fix missing unlock on error in cppi41_dma_callback()Wei Yongjun2013-08-271-1/+3
* usb: musb: honour the return value of dma_map_single()Sebastian Andrzej Siewior2013-08-271-1/+9
* Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-08-1320-443/+830
|\
| * usb: musb: cppi41: Enable in device-TX modeSebastian Andrzej Siewior2013-08-131-0/+3
| * usb: musb: Use is_cppi_enabled() and tusb_dma_omap() instead of the ifdefSebastian Andrzej Siewior2013-08-131-40/+42
| * usb: musb: dsps: make it depend on OF_IRQFelipe Balbi2013-08-121-0/+1
| * usb: musb dma: add cppi41 dma driverSebastian Andrzej Siewior2013-08-094-1/+558
| * usb: musb: dsps: use proper child nodesSebastian Andrzej Siewior2013-08-094-157/+160
| * usb: musb: dsps: remove the hardcoded phy piecesSebastian Andrzej Siewior2013-08-091-96/+1
| * Merge branch 'nop-phy-rename' into nextFelipe Balbi2013-08-096-6/+6
| |\
| | * usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior2013-08-096-6/+6
| * | usb: musb: use dev_get_platdata()Jingoo Han2013-07-3010-19/+19
| * | usb: musb: dsps: remove EOI accessSebastian Andrzej Siewior2013-07-291-13/+2
| * | usb: musb: dsps: rename ti81xx_driver_data to am33xx_driver_dataSebastian Andrzej Siewior2013-07-291-2/+2
| * | usb: musb: do not change dev's dma_maskSebastian Andrzej Siewior2013-07-291-7/+0
| * | usb: musb: remove ti81xx pieces from musbSebastian Andrzej Siewior2013-07-291-14/+0
| * | usb: musb: dsps: init / shutdown the phySebastian Andrzej Siewior2013-07-291-0/+3
| * | usb: musb: get rid of unused proc_dir_entryGreg Kroah-Hartman2013-07-291-8/+0
| * | usb: musb: unmap reqs in musb_gadget_queue()'s error caseSebastian Andrzej Siewior2013-07-291-2/+3
| * | usb: musb: core: call dma_controller_destroy() in the err pathSebastian Andrzej Siewior2013-07-291-0/+2
| * | usb: musb: remove a few is_dma_capable() in init/exit codeSebastian Andrzej Siewior2013-07-291-4/+3
| * | usb: musb: provide empty dma_controller_create() in PIO modeSebastian Andrzej Siewior2013-07-291-0/+11
| * | usb: musb: dma: merge ->start/stop into create/destroySebastian Andrzej Siewior2013-07-296-77/+20
| * | usb: musb: musbhsdma: drop the controller check in dma_controller_destroy()Sebastian Andrzej Siewior2013-07-291-3/+0
| * | usb: musb: replace ifndef with ifdef for CONFIG_MUSB_PIO_ONLYSebastian Andrzej Siewior2013-07-291-3/+3
| |/
* | Merge 3.11-rc4 into usb-nextGreg Kroah-Hartman2013-08-052-2/+12
|\ \
| * | usb: musb: fix resource passed from glue layer to musbKishon Vijay Abraham I2013-07-172-2/+12
| |/
* | USB: remove unneeded idr.h includeGreg Kroah-Hartman2013-07-241-1/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-042-2/+2
|\
| * treewide: Fix typo in printkMasanari Iida2013-05-282-2/+2
* | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-022-27/+93
|\ \
| * \ Merge tag 'ux500-dma40-for-arm-soc-2' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2013-06-142-27/+93
| |\ \
| | * | usb: musb: ux500: add device tree probing supportLee Jones2013-06-041-0/+51
| | * | usb: musb: ux500: attempt to find channels by name before using pdataLee Jones2013-06-041-3/+17
| | * | usb: musb: ux500: harden checks for platform dataLee Jones2013-06-041-3/+8
| | * | usb: musb: ux500: take the dma_mask from coherent_dma_maskLee Jones2013-06-041-1/+1
| | * | usb: musb: ux500: move the MUSB HDRC configuration into the driverLee Jones2013-06-041-0/+8
| | * | usb: musb: ux500: move channel number knowledge into the driverLee Jones2013-06-041-21/+9
* | | | usb: musb: omap2430: make it compile againSebastian Andrzej Siewior2013-06-251-2/+2
OpenPOWER on IntegriCloud