aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ep93xx_dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-04dmaengine: ep93xx: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2014-12-22dmaengine: ep93xx: update the driver commentsVinod Koul1-1/+1
2014-12-22dmaengine: ep93xx: Split device_controlMaxime Ripard1-34/+7
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart1-3/+1
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz1-29/+0
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams1-0/+1
2013-08-05ep93xx_dma: remove useless use of lockAndy Shevchenko1-9/+1
2013-01-12dma: ep93xx_dma: reuse is_slave_direction helperAndy Shevchenko1-2/+1
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+3
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi1-1/+3
2012-09-14ARM: ep93xx: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-01dma: fix commentsMasanari Iida1-1/+1
2012-05-26Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-24/+93
2012-05-15dmaengine: fix cyclic dma usageVinod Koul1-1/+3
2012-04-20dmaengine/ep93xx_dma: Implement double buffering for M2M DMA channelsRafal Prylowski1-24/+93
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine1-2/+4
2012-03-13dmaengine: consolidate initialization of cookiesRussell King - ARM Linux1-2/+1
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux1-6/+1
2012-03-13dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux1-1/+1
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux1-8/+1
2012-03-13dmaengine: add private header fileRussell King - ARM Linux1-0/+2
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-5/+3
2011-12-05dma/ep93xx_dma: prevent ep93xx_dma_tasklet() to reference an empty listMika Westerberg1-12/+48
2011-12-05dma/ep93xx_dma: fix initialization of M2M control registerRafal Prylowski1-4/+4
2011-10-27dmaengine: move drivers to dma_transfer_directionVinod Koul1-11/+11
2011-10-16dmaengine/ep93xx_dma: add module.h includeMika Westerberg1-0/+1
2011-06-16dma/ep93xx_dma.c: local symbols should be staticH Hartley Sweeten1-1/+1
2011-06-06dmaengine: add ep93xx DMA supportMika Westerberg1-0/+1355