aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/fsldma.c
AgeCommit message (Expand)Author
2023-09-28dmaengine: fsldma: Convert to platform remove callback returning voidUwe Kleine-König
2023-08-01dmaengine: Explicitly include correct DT includesRob Herring
2021-01-12dmaengine: fsldma: Fix a resource leak in an error handling path of the probe...Christophe JAILLET
2021-01-12dmaengine: fsldma: Fix a resource leak in the remove functionChristophe JAILLET
2020-09-18dmaengine: fsl: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-08-20dmaengine: fsldma: Mark expected switch fall-throughGustavo A. R. Silva
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 40Thomas Gleixner
2019-01-07dmaengine: fsldma: Replace DMA_IN/OUT by FSL_DMA_IN/OUTWen He
2018-09-03dmaengine: fsldma: move spin_lock_bh to spin_lock in taskletBarry Song
2018-04-22dmaengine: fsldma: simplify getting .drvdataWolfram Sang
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang
2017-06-22dmaengine: fsldma: set BWC, DAHTS and SAHTS values correctlyThomas Breitung
2016-10-03Merge branch 'topic/unmap_cleanup' into for-linusVinod Koul
2016-10-03Merge branch 'topic/err_reporting' into for-linusVinod Koul
2016-09-30dmaengine: fsldma: Unmap region obtained by of_iomapArvind Yadav
2016-09-14dmaengine: NO_IRQ removal from powerpc-only driversMichael Ellerman
2016-08-08dmaengine: fsldma: move unmap to before callbackDave Jiang
2016-08-08dmaengine: fsldma: convert callback to helper functionDave Jiang
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin
2016-05-03dmaengine: fsldma: Use dma_pool_zallocJulia Lawall
2016-03-09dmaengine: fsldma: fix memory leakXuelin Shi
2015-10-01dmaengine: fsldma: Fix module autoload for OF platform driverLuis de Bethencourt
2015-01-13dmaengine: fsldma: remove the unused variableKevin Hao
2015-01-13dmaengine: fsldma: declare slave capabilities for the generic codeKevin Hao
2014-12-22dmaengine: fsl-dma: Split device_controlMaxime Ripard
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-06dmaengine: fsldma: Remove chancnt affectationsMaxime Ripard
2014-10-20dma: drop owner assignment from platform_driversWolfram Sang
2014-10-15dmaengine: freescale: remove FSLDMA_EXTERNAL_START control methodVinod Koul
2014-10-15dmaengine: freescale: add and export fsl_dma_external_start()Vinod Koul
2014-07-14dmaengine: Freescale: change descriptor release process for supporting async_txHongbo Zhang
2014-07-14dmaengine: Freescale: add suspend resume functions for DMA driverHongbo Zhang
2014-07-14dmaengine: Freescale: use spin_lock_bh instead of spin_lock_irqsaveHongbo Zhang
2014-05-02DMA: Freescale: move functions to avoid forward declarationsHongbo Zhang
2014-05-02DMA: Freescale: add fsl_dma_free_descriptor() to reduce code duplicationHongbo Zhang
2014-05-02DMA: Freescale: remove attribute DMA_INTERRUPT of dmaengineHongbo Zhang
2014-05-02DMA: Freescale: unify register access methodsHongbo Zhang
2014-05-02DMA: Freescale: remove the unnecessary FSL_DMA_LD_DEBUGHongbo Zhang
2013-12-12dma: fix fsldma build warningsDan Williams
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams
2013-11-13DMA: Freescale: update driver to support 8-channel DMA engineHongbo Zhang
2013-10-09drivers: clean-up prom.h implicit includesRob Herring
2013-08-05fsldma: remove useless use of lockAndy Shevchenko
2013-07-05dma: use platform_{get,set}_drvdata()Jingoo Han
2012-11-28dma: remove use of __devinitBill Pemberton
2012-09-01dma: fix commentsMasanari Iida