aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/ep93xx_dma.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-11-11dmaengine: ep93xx: fix some typoGravatar Yangtao Li 1-3/+3
2018-10-07dmaengine: ep93xx_dma: remove dma_slave_config direction usageGravatar Vinod Koul 1-1/+20
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 1-0/+1
2017-05-24dmaengine: ep93xx: Don't drain the transfers in terminate_all()Gravatar Alexander Sverdlin 1-4/+33
2017-05-24dmaengine: ep93xx: Always start from BASE0Gravatar Alexander Sverdlin 1-0/+2
2016-10-03Merge branch 'topic/err_reporting' into for-linusGravatar Vinod Koul 1-6/+4
2016-10-03Merge branch 'topic/compile_test' into for-linusGravatar Vinod Koul 1-6/+6
2016-09-26dmaengine: ep93xx: don't use variables defined in global scopeGravatar Vinod Koul 1-4/+4
2016-09-26dmaengine: ep93xx: use correct print specifiers for size_tGravatar Vinod Koul 1-2/+2
2016-09-14dmaengine: cleanup with list_first_entry_or_null()Gravatar Masahiro Yamada 1-4/+2
2016-08-08dmaengine: ep93xx_dma: convert callback to helper functionGravatar Dave Jiang 1-6/+4
2016-01-25dmaengine: ep93xx: Treat STALL and NFB IRQs same wayGravatar Alexander Sverdlin 1-13/+15
2015-05-04dmaengine: ep93xx: Constify platform_device_idGravatar Krzysztof Kozlowski 1-1/+1
2014-12-22dmaengine: ep93xx: update the driver commentsGravatar Vinod Koul 1-1/+1
2014-12-22dmaengine: ep93xx: Split device_controlGravatar Maxime Ripard 1-34/+7
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationGravatar Laurent Pinchart 1-3/+1
2013-11-14dmaengine: remove DMA unmap from driversGravatar Bartlomiej Zolnierkiewicz 1-29/+0
2013-11-13dmaengine: prepare for generic 'unmap' dataGravatar Dan Williams 1-0/+1
2013-08-05ep93xx_dma: remove useless use of lockGravatar Andy Shevchenko 1-9/+1
2013-01-12dma: ep93xx_dma: reuse is_slave_direction helperGravatar Andy Shevchenko 1-2/+1
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Gravatar Linus Torvalds 1-1/+3
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Gravatar Linus Torvalds 1-1/+1
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackGravatar Peter Ujfalusi 1-1/+3
2012-09-14ARM: ep93xx: move platform_data definitionsGravatar Arnd Bergmann 1-1/+1
2012-09-01dma: fix commentsGravatar Masanari Iida 1-1/+1
2012-05-26Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-24/+93
2012-05-15dmaengine: fix cyclic dma usageGravatar Vinod Koul 1-1/+3
2012-04-20dmaengine/ep93xx_dma: Implement double buffering for M2M DMA channelsGravatar Rafal Prylowski 1-24/+93
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicGravatar Alexandre Bounine 1-2/+4
2012-03-13dmaengine: consolidate initialization of cookiesGravatar Russell King - ARM Linux 1-2/+1
2012-03-13dmaengine: consolidate tx_status functionsGravatar Russell King - ARM Linux 1-6/+1
2012-03-13dmaengine: provide a common function for completing a dma descriptorGravatar Russell King - ARM Linux 1-1/+1
2012-03-13dmaengine: consolidate assignment of DMA cookiesGravatar Russell King - ARM Linux 1-8/+1
2012-03-13dmaengine: add private header fileGravatar Russell King - ARM Linux 1-0/+2
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureGravatar Russell King - ARM Linux 1-5/+3
2011-12-05dma/ep93xx_dma: prevent ep93xx_dma_tasklet() to reference an empty listGravatar Mika Westerberg 1-12/+48
2011-12-05dma/ep93xx_dma: fix initialization of M2M control registerGravatar Rafal Prylowski 1-4/+4
2011-10-27dmaengine: move drivers to dma_transfer_directionGravatar Vinod Koul 1-11/+11
2011-10-16dmaengine/ep93xx_dma: add module.h includeGravatar Mika Westerberg 1-0/+1
2011-06-16dma/ep93xx_dma.c: local symbols should be staticGravatar H Hartley Sweeten 1-1/+1
2011-06-06dmaengine: add ep93xx DMA supportGravatar Mika Westerberg 1-0/+1355