aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-08-27usb: musb: ux500: Add check for NULL board dataLee Jones1-1/+3
2013-08-27usb: musb: am335x-evm: Do not remove the session bit HOST-only modeSebastian Andrzej Siewior1-0/+2
2013-08-27usb: musb: dsps: do not set is_active on the first drvbus interruptSebastian Andrzej Siewior1-1/+0
2013-08-27usb: usb: dsps: update code according to the binding documentSebastian Andrzej Siewior1-18/+36
2013-08-27usb: musb: only remove host/udc if it has been addedSebastian Andrzej Siewior2-0/+4
2013-08-27usb: musb: dsps: fix devm_ioremap_resource error detection codeJulia Lawall1-2/+2
2013-08-27usb: musb: avoid null pointer dereference in debug loggingMaarten ter Huurne1-1/+2
2013-08-27usb: musb: cppi41: fix missing unlock on error in cppi41_dma_callback()Wei Yongjun1-1/+3
2013-08-27usb: musb: honour the return value of dma_map_single()Sebastian Andrzej Siewior1-1/+9
2013-08-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman20-443/+830
2013-08-13usb: musb: cppi41: Enable in device-TX modeSebastian Andrzej Siewior1-0/+3
2013-08-13usb: musb: Use is_cppi_enabled() and tusb_dma_omap() instead of the ifdefSebastian Andrzej Siewior1-40/+42
2013-08-12usb: musb: dsps: make it depend on OF_IRQFelipe Balbi1-0/+1
2013-08-09usb: musb dma: add cppi41 dma driverSebastian Andrzej Siewior4-1/+558
2013-08-09usb: musb: dsps: use proper child nodesSebastian Andrzej Siewior4-157/+160
2013-08-09usb: musb: dsps: remove the hardcoded phy piecesSebastian Andrzej Siewior1-96/+1
2013-08-09Merge branch 'nop-phy-rename' into nextFelipe Balbi6-6/+6
2013-08-09usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior6-6/+6
2013-08-05Merge 3.11-rc4 into usb-nextGreg Kroah-Hartman2-2/+12
2013-07-30usb: musb: use dev_get_platdata()Jingoo Han10-19/+19
2013-07-29usb: musb: dsps: remove EOI accessSebastian Andrzej Siewior1-13/+2
2013-07-29usb: musb: dsps: rename ti81xx_driver_data to am33xx_driver_dataSebastian Andrzej Siewior1-2/+2
2013-07-29usb: musb: do not change dev's dma_maskSebastian Andrzej Siewior1-7/+0
2013-07-29usb: musb: remove ti81xx pieces from musbSebastian Andrzej Siewior1-14/+0
2013-07-29usb: musb: dsps: init / shutdown the phySebastian Andrzej Siewior1-0/+3
2013-07-29usb: musb: get rid of unused proc_dir_entryGreg Kroah-Hartman1-8/+0
2013-07-29usb: musb: unmap reqs in musb_gadget_queue()'s error caseSebastian Andrzej Siewior1-2/+3
2013-07-29usb: musb: core: call dma_controller_destroy() in the err pathSebastian Andrzej Siewior1-0/+2
2013-07-29usb: musb: remove a few is_dma_capable() in init/exit codeSebastian Andrzej Siewior1-4/+3
2013-07-29usb: musb: provide empty dma_controller_create() in PIO modeSebastian Andrzej Siewior1-0/+11
2013-07-29usb: musb: dma: merge ->start/stop into create/destroySebastian Andrzej Siewior6-77/+20
2013-07-29usb: musb: musbhsdma: drop the controller check in dma_controller_destroy()Sebastian Andrzej Siewior1-3/+0
2013-07-29usb: musb: replace ifndef with ifdef for CONFIG_MUSB_PIO_ONLYSebastian Andrzej Siewior1-3/+3
2013-07-24USB: remove unneeded idr.h includeGreg Kroah-Hartman1-1/+0
2013-07-17usb: musb: fix resource passed from glue layer to musbKishon Vijay Abraham I2-2/+12
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-27/+93
2013-06-25usb: musb: omap2430: make it compile againSebastian Andrzej Siewior1-2/+2
2013-06-14Merge tag 'ux500-dma40-for-arm-soc-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/driversOlof Johansson2-27/+93
2013-06-12Merge tag 'usb-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman16-175/+393
2013-06-08Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman2-10/+9
2013-06-04usb: musb: ux500: add device tree probing supportLee Jones1-0/+51
2013-06-04usb: musb: ux500: attempt to find channels by name before using pdataLee Jones1-3/+17
2013-06-04usb: musb: ux500: harden checks for platform dataLee Jones1-3/+8
2013-06-04usb: musb: ux500: take the dma_mask from coherent_dma_maskLee Jones1-1/+1
2013-06-04usb: musb: ux500: move the MUSB HDRC configuration into the driverLee Jones1-0/+8
2013-06-04usb: musb: ux500: move channel number knowledge into the driverLee Jones1-21/+9
2013-05-30USB: MUSB: upgrade the isochronous APIAlan Stern1-2/+1
2013-05-30usb: musb: host: fix build warningFelipe Balbi1-3/+3