summaryrefslogtreecommitdiff
path: root/drivers/dma/ep93xx_dma.c
AgeCommit message (Expand)AuthorFilesLines
10 daysdmaengine: cirrus: check that output may be truncatedAlexander Sverdlin1-2/+5
10 daysdmaengine: cirrus: ERR_CAST() ioremap errorAlexander Sverdlin1-1/+1
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-56/+231
2024-09-16dmaengine: cirrus: use snprintf() to calm down gcc 13.3.0Alexander Sverdlin1-2/+2
2024-09-16dmaengine: ep93xx: Fix a NULL vs IS_ERR() check in probe()Dan Carpenter1-1/+1
2024-09-12dmaengine: cirrus: remove platform codeNikita Shubin1-2/+46
2024-09-12dmaengine: cirrus: Convert to DT for Cirrus EP93xxNikita Shubin1-54/+185
2024-09-02dmaengine: Fix spelling mistakesAmit Vadhavana1-2/+2
2023-10-04dmaengine: ep93xx_dma: Annotate struct ep93xx_dma_engine with __counted_byKees Cook1-1/+1
2023-08-01dmaengine: ep93xx: Use struct_size()Christophe JAILLET1-3/+1
2023-04-13dmaengine: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2022-07-01dmaengine: ep93xx: Fix typo in commentsJiang Jian1-1/+1
2022-04-11dmaengine: ep93xx: Remove redundant word in commentjianchunfu1-1/+1
2021-08-02dmaengine: ep93xx: Prepare clock before using itAlexander Sverdlin1-3/+3
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-14dmaengine: 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/...Linus Torvalds1-1/+3
2012-10-02Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus 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