aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/ux500_dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-07USB: musb: Remove redundant license textGreg Kroah-Hartman1-13/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2016-03-04usb: musb/ux500: remove duplicate check for dma_is_compatibleArnd Bergmann1-3/+0
2015-05-07usb: musb: Set up function pointers for DMATony Lindgren1-3/+5
2014-11-25usb: musb: Change to use new IO accessTony Lindgren1-2/+2
2014-11-03usb: musb: ux500_dma: use dmaengine_xxx() APIsVinod Koul1-5/+2
2014-08-19usb: musb: ux500: fix decimal printf format specifiers prefixed with 0xHans Wennborg1-1/+1
2013-12-17usb: musb: ux500_dma: fix potential NULL dereference errorLee Jones1-1/+3
2013-08-27usb: musb: ux500: Add check for NULL board dataLee Jones1-1/+3
2013-07-30usb: musb: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-29usb: musb: dma: merge ->start/stop into create/destroySebastian Andrzej Siewior1-11/+8
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-26/+33
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: move channel number knowledge into the driverLee Jones1-21/+9
2013-05-28usb: musb: various cosmetic fixes on ux500 filesFabio Baltieri1-3/+3
2013-04-03usb: musb: ux500_dma: drop references to U5500Fabio Baltieri1-1/+1
2013-03-27usb: musb: ux500_dma: fix sparse warningFelipe Balbi1-1/+1
2013-03-18usb: musb: ux500_dma: add missing MEM resource checkVirupax Sadashivpetimath1-1/+11
2013-03-18usb: musb: ux500_dma: kill compile warningsFelipe Balbi1-3/+4
2013-03-18usb: musb: dsps: add missing includeFelipe Balbi1-0/+1
2012-11-21usb: remove use of __devinitBill Pemberton1-2/+1
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-09-14ARM: nomadik: move platform_data definitionsArnd Bergmann1-1/+1
2012-08-09usb: musb: Make dma_controller_create __devinitShubhrajyoti D1-1/+1
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine1-2/+1
2012-02-22dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar1-0/+1
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2011-12-12usb: musb: ux500: optimize DMA callback routinePer Forlin1-36/+3
2011-11-17USB-musb: move to dma_transfer_directionVinod Koul1-2/+2
2011-08-12usb: musb: ux500: replace missing DBG with dev_dbgPer Forlin1-8/+14
2011-08-12usb: musb: ux500: set dma config for both src and dstPer Forlin1-9/+7
2011-05-18usb: musb: ux500: add dma glue layer for ux500Mian Yousaf Kaukab1-0/+422