aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/fsldma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux1-8/+3
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
2012-03-13dmaengine: add private header fileRussell King - ARM Linux1-0/+1
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-2/+2
2011-10-27dmaengine: move drivers to dma_transfer_directionVinod Koul1-2/+2
2011-04-10dt/fsldma: fix build warning caused by of_platform_device changesIra W. Snyder1-1/+1
2011-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-250/+301
2011-03-11fsldma: make halt behave nicely on all supported controllersIra Snyder1-3/+16
2011-03-11fsldma: reduce locking during descriptor cleanupIra Snyder1-62/+46
2011-03-11fsldma: support async_tx dependencies and automatic unmappingIra Snyder1-36/+95
2011-03-11fsldma: fix controller lockupsIra Snyder1-122/+98
2011-03-11fsldma: minor codingstyle and consistency fixesIra Snyder1-16/+13
2011-03-11fsldma: improve link descriptor debuggingIra Snyder1-6/+15
2011-03-11fsldma: use channel name in printk outputIra Snyder1-34/+35
2011-03-11fsldma: move related helper functions near each otherIra Snyder1-52/+64
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-11/+3
2011-01-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-1/+3
2010-12-13fsldma: fix issue of slow dmaForrest Shi1-2/+4