summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ep93xx_dma.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* dmaengine: ep93xx: fix some typoYangtao Li2018-11-111-3/+3
* dmaengine: ep93xx_dma: remove dma_slave_config direction usageVinod Koul2018-10-071-1/+20
* headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* dmaengine: ep93xx: Don't drain the transfers in terminate_all()Alexander Sverdlin2017-05-241-4/+33
* dmaengine: ep93xx: Always start from BASE0Alexander Sverdlin2017-05-241-0/+2
* Merge branch 'topic/err_reporting' into for-linusVinod Koul2016-10-031-6/+4Star
|\
| * dmaengine: ep93xx_dma: convert callback to helper functionDave Jiang2016-08-081-6/+4Star
* | 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/+2Star
|/
* 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/+7Star
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-041-3/+1Star
* dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz2013-11-141-29/+0Star
* dmaengine: prepare for generic 'unmap' dataDan Williams2013-11-141-0/+1
* ep93xx_dma: remove useless use of lockAndy Shevchenko2013-08-051-9/+1Star
* dma: ep93xx_dma: reuse is_slave_direction helperAndy Shevchenko2013-01-121-2/+1Star
* 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-021-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/+1Star
* dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-131-6/+1Star
* 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/+1Star
* 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/+3Star
* 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