aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/ep93xx_dma.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-11-11dmaengine: ep93xx: fix some typoYangtao Li
2018-10-07dmaengine: ep93xx_dma: remove dma_slave_config direction usageVinod Koul
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2017-05-24dmaengine: ep93xx: Don't drain the transfers in terminate_all()Alexander Sverdlin
2017-05-24dmaengine: ep93xx: Always start from BASE0Alexander Sverdlin
2016-10-03Merge branch 'topic/err_reporting' into for-linusVinod Koul
2016-10-03Merge branch 'topic/compile_test' into for-linusVinod Koul
2016-09-26dmaengine: ep93xx: don't use variables defined in global scopeVinod Koul
2016-09-26dmaengine: ep93xx: use correct print specifiers for size_tVinod Koul
2016-09-14dmaengine: cleanup with list_first_entry_or_null()Masahiro Yamada
2016-08-08dmaengine: ep93xx_dma: convert callback to helper functionDave Jiang
2016-01-25dmaengine: ep93xx: Treat STALL and NFB IRQs same wayAlexander Sverdlin
2015-05-04dmaengine: ep93xx: Constify platform_device_idKrzysztof Kozlowski
2014-12-22dmaengine: ep93xx: update the driver commentsVinod Koul
2014-12-22dmaengine: ep93xx: Split device_controlMaxime Ripard
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams
2013-08-05ep93xx_dma: remove useless use of lockAndy Shevchenko
2013-01-12dma: ep93xx_dma: reuse is_slave_direction helperAndy Shevchenko
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi
2012-09-14ARM: ep93xx: move platform_data definitionsArnd Bergmann
2012-09-01dma: fix commentsMasanari Iida
2012-05-26Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-15dmaengine: fix cyclic dma usageVinod Koul
2012-04-20dmaengine/ep93xx_dma: Implement double buffering for M2M DMA channelsRafal Prylowski
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine
2012-03-13dmaengine: consolidate initialization of cookiesRussell King - ARM Linux
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux
2012-03-13dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux
2012-03-13dmaengine: add private header fileRussell King - ARM Linux
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux
2011-12-05dma/ep93xx_dma: prevent ep93xx_dma_tasklet() to reference an empty listMika Westerberg
2011-12-05dma/ep93xx_dma: fix initialization of M2M control registerRafal Prylowski
2011-10-27dmaengine: move drivers to dma_transfer_directionVinod Koul
2011-10-16dmaengine/ep93xx_dma: add module.h includeMika Westerberg
2011-06-16dma/ep93xx_dma.c: local symbols should be staticH Hartley Sweeten
2011-06-06dmaengine: add ep93xx DMA supportMika Westerberg