summaryrefslogtreecommitdiff
path: root/drivers/dma/fsldma.c
AgeCommit message (Expand)Author
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
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine
2012-03-13dmaengine: ensure all DMA engine drivers initialize their 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-10-27dmaengine: move drivers to dma_transfer_directionVinod Koul
2011-04-10dt/fsldma: fix build warning caused by of_platform_device changesIra W. Snyder
2011-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2011-03-11fsldma: make halt behave nicely on all supported controllersIra Snyder