summaryrefslogtreecommitdiff
path: root/drivers/dma/fsldma.c
AgeCommit message (Expand)Author
2014-05-12dma: fix oom issue.Xuelin Shi
2014-04-11fsldma: bug fix for dma suspendHongbo Zhang
2014-04-09DMA: Freescale: Add suspend resume functions for DMA driverHongbo Zhang
2013-12-14Merge remote-tracking branch 'linus/master' into mergeScott Wood
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-14dmaengine: prepare for generic 'unmap' dataDan Williams
2013-11-13DMA: Freescale: update driver to support 8-channel DMA engineHongbo Zhang
2013-10-10drivers: 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
2013-03-26fsl-dma: fix a warning of unitialized cookieQiang Liu
2013-03-26fsl-dma: use spin_lock_bh to instead of spin_lock_irqsaveQiang Liu
2013-03-26fsl-dma: change release process of dma descriptor for supporting async_txQiang Liu
2013-03-26fsl-dma: move functions to avoid forward declarationsQiang Liu
2013-03-26fsl-dma: add fsl_dma_free_descriptor() to reduce code duplicationQiang Liu
2013-03-26fsl-dma: remove attribute DMA_INTERRUPT of dmaengineQiang Liu
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-11dt/fsldma: fix build warning caused by of_platform_device changesIra W. Snyder
2011-03-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2011-03-12fsldma: make halt behave nicely on all supported controllersIra Snyder
2011-03-12fsldma: reduce locking during descriptor cleanupIra Snyder
2011-03-12fsldma: support async_tx dependencies and automatic unmappingIra Snyder
2011-03-12fsldma: fix controller lockupsIra Snyder
2011-03-12fsldma: minor codingstyle and consistency fixesIra Snyder
2011-03-12fsldma: improve link descriptor debuggingIra Snyder
2011-03-12fsldma: use channel name in printk outputIra Snyder
2011-03-12fsldma: move related helper functions near each otherIra Snyder
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely
2011-01-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2010-12-13fsldma: fix issue of slow dmaForrest Shi
2010-12-03fsldma: add support to 36-bit physical addressLi Yang
2010-10-07fsldma: improved DMA_SLAVE supportIra Snyder
2010-10-07fsldma: implement support for scatterlist to scatterlist copyIra Snyder
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2010-08-04Fix spelling contorller -> controller in commentsStefan Weil
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2010-05-17Merge branch 'ioat' into dmaengineDan Williams