aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ep93xx_dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-18dmaengine: ep93xx: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-07-15dmaengine: ep93xx_dma: Provide some missing struct attribute documentationLee Jones1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-11-11dmaengine: ep93xx: fix some typoYangtao Li1-3/+3
2018-10-07dmaengine: ep93xx_dma: remove dma_slave_config direction usageVinod Koul1-1/+20
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2017-05-24dmaengine: ep93xx: Don't drain the transfers in terminate_all()Alexander Sverdlin1-4/+33
2017-05-24dmaengine: ep93xx: Always start from BASE0Alexander Sverdlin1-0/+2
2016-10-03Merge branch 'topic/err_reporting' into for-linusVinod Koul1-6/+4
2016-10-03Merge branch 'topic/compile_test' into for-linusVinod Koul1-6/+6
2016-09-26dmaengine: ep93xx: don't use variables defined in global scopeVinod Koul1-4/+4
2016-09-26dmaengine: ep93xx: use correct print specifiers for size_tVinod Koul1-2/+2
2016-09-14dmaengine: cleanup with list_first_entry_or_null()Masahiro Yamada1-4/+2
2016-08-08dmaengine: ep93xx_dma: convert callback to helper functionDave Jiang1-6/+4
2016-01-25dmaengine: ep93xx: Treat STALL and NFB IRQs same wayAlexander Sverdlin1-13/+15
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