summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ep93xx_dma.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/err_reporting' into for-linusVinod Koul2016-10-031-6/+4
|\
| * dmaengine: ep93xx_dma: convert callback to helper functionDave Jiang2016-08-081-6/+4
* | Merge branch 'topic/compile_test' into for-linusVinod Koul2016-10-031-6/+6
|\ \
| * | dmaengine: ep93xx: don't use variables defined in global scopeVinod Koul2016-09-261-4/+4
| * | dmaengine: ep93xx: use correct print specifiers for size_tVinod Koul2016-09-261-2/+2
| |/
* / dmaengine: cleanup with list_first_entry_or_null()Masahiro Yamada2016-09-141-4/+2
|/
* dmaengine: ep93xx: Treat STALL and NFB IRQs same wayAlexander Sverdlin2016-01-251-13/+15
* dmaengine: ep93xx: Constify platform_device_idKrzysztof Kozlowski2015-05-041-1/+1
* dmaengine: ep93xx: update the driver commentsVinod Koul2014-12-221-1/+1
* dmaengine: ep93xx: Split device_controlMaxime Ripard2014-12-221-34/+7
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-041-3/+1
* dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz2013-11-141-29/+0
* dmaengine: prepare for generic 'unmap' dataDan Williams2013-11-131-0/+1
* ep93xx_dma: remove useless use of lockAndy Shevchenko2013-08-051-9/+1
* dma: ep93xx_dma: reuse is_slave_direction helperAndy Shevchenko2013-01-121-2/+1
* Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-10-091-1/+3
|\
| * dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi2012-09-221-1/+3
* | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-011-1/+1
|\ \
| * | ARM: ep93xx: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| |/
* / dma: fix commentsMasanari Iida2012-09-011-1/+1
|/
* Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-24/+93
|\
| * dmaengine/ep93xx_dma: Implement double buffering for M2M DMA channelsRafal Prylowski2012-04-201-24/+93
* | dmaengine: fix cyclic dma usageVinod Koul2012-05-151-1/+3
|/
* dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine2012-03-211-2/+4
* dmaengine: consolidate initialization of cookiesRussell King - ARM Linux2012-03-131-2/+1
* dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-131-6/+1
* dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux2012-03-131-1/+1
* dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-131-8/+1
* dmaengine: add private header fileRussell King - ARM Linux2012-03-131-0/+2
* dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-131-5/+3
* dma/ep93xx_dma: prevent ep93xx_dma_tasklet() to reference an empty listMika Westerberg2011-12-051-12/+48
* dma/ep93xx_dma: fix initialization of M2M control registerRafal Prylowski2011-12-051-4/+4
* dmaengine: move drivers to dma_transfer_directionVinod Koul2011-10-271-11/+11
* dmaengine/ep93xx_dma: add module.h includeMika Westerberg2011-10-161-0/+1
* dma/ep93xx_dma.c: local symbols should be staticH Hartley Sweeten2011-06-161-1/+1
* dmaengine: add ep93xx DMA supportMika Westerberg2011-06-061-0/+1355