aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/fsldma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-12dmaengine: fsldma: Fix a resource leak in an error handling path of the probe functionChristophe JAILLET1-0/+5
2021-01-12dmaengine: fsldma: Fix a resource leak in the remove functionChristophe JAILLET1-0/+1
2020-09-18dmaengine: fsl: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-08-20dmaengine: fsldma: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 40Thomas Gleixner1-6/+1
2019-01-07dmaengine: fsldma: Replace DMA_IN/OUT by FSL_DMA_IN/OUTWen He1-8/+8
2018-09-03dmaengine: fsldma: move spin_lock_bh to spin_lock in taskletBarry Song1-2/+2
2018-04-22dmaengine: fsldma: simplify getting .drvdataWolfram Sang1-4/+2
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang1-118/+0
2017-06-22dmaengine: fsldma: set BWC, DAHTS and SAHTS values correctlyThomas Breitung1-1/+4
2016-10-03Merge branch 'topic/unmap_cleanup' into for-linusVinod Koul1-1/+1
2016-10-03Merge branch 'topic/err_reporting' into for-linusVinod Koul1-5/+1
2016-09-30dmaengine: fsldma: Unmap region obtained by of_iomapArvind Yadav1-1/+3
2016-09-14dmaengine: NO_IRQ removal from powerpc-only driversMichael Ellerman1-6/+6
2016-08-08dmaengine: fsldma: move unmap to before callbackDave Jiang1-1/+1
2016-08-08dmaengine: fsldma: convert callback to helper functionDave Jiang1-5/+1
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin1-2/+0
2016-05-03dmaengine: fsldma: Use dma_pool_zallocJulia Lawall1-2/+1
2016-03-09dmaengine: fsldma: fix memory leakXuelin Shi1-0/+2
2015-10-01dmaengine: fsldma: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-01-13dmaengine: fsldma: remove the unused variableKevin Hao1-1/+0
2015-01-13dmaengine: fsldma: declare slave capabilities for the generic codeKevin Hao1-0/+5
2014-12-22dmaengine: fsl-dma: Split device_controlMaxime Ripard1-59/+32
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-06dmaengine: fsldma: Remove chancnt affectationsMaxime Ripard1-1/+0
2014-10-20dma: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-15dmaengine: freescale: remove FSLDMA_EXTERNAL_START control methodVinod Koul1-9/+0
2014-10-15dmaengine: freescale: add and export fsl_dma_external_start()Vinod Koul1-1/+15
2014-07-14dmaengine: Freescale: change descriptor release process for supporting async_txHongbo Zhang1-53/+144
2014-07-14dmaengine: Freescale: add suspend resume functions for DMA driverHongbo Zhang1-0/+77
2014-07-14dmaengine: Freescale: use spin_lock_bh instead of spin_lock_irqsaveHongbo Zhang1-15/+10
2014-05-02DMA: Freescale: move functions to avoid forward declarationsHongbo Zhang1-95/+95
2014-05-02DMA: Freescale: add fsl_dma_free_descriptor() to reduce code duplicationHongbo Zhang1-10/+17
2014-05-02DMA: Freescale: remove attribute DMA_INTERRUPT of dmaengineHongbo Zhang1-31/+0
2014-05-02DMA: Freescale: unify register access methodsHongbo Zhang1-19/+33
2014-05-02DMA: Freescale: remove the unnecessary FSL_DMA_LD_DEBUGHongbo Zhang1-10/+0
2013-12-12dma: fix fsldma build warningsDan Williams1-30/+1
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-19/+7
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineVinod Koul1-16/+1
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz1-16/+0
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams1-0/+1
2013-11-13DMA: Freescale: update driver to support 8-channel DMA engineHongbo Zhang1-3/+6
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-08-05fsldma: remove useless use of lockAndy Shevchenko1-9/+1
2013-07-05dma: use platform_{get,set}_drvdata()Jingoo Han1-3/+2
2012-11-28dma: remove use of __devinitBill Pemberton1-2/+2
2012-09-01dma: fix commentsMasanari Iida1-1/+1
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine1-1/+3
2012-03-13dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux1-0/+1