aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/fsldma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-03fsldma: add support to 36-bit physical addressLi Yang1-1/+3
2010-10-07fsldma: improved DMA_SLAVE supportIra Snyder1-182/+44
2010-10-07fsldma: implement support for scatterlist to scatterlist copyIra Snyder1-3/+125
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-08-04Fix spelling contorller -> controller in commentsStefan Weil1-1/+1
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-13/+15
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-4/+7
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-3/+3
2010-05-17Merge branch 'ioat' into dmaengineDan Williams1-0/+1
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26dmaengine: provide helper for setting txstateDan Williams1-5/+1
2010-03-26DMAENGINE: generic channel status v2Linus Walleij1-10/+9
2010-03-26DMAENGINE: generic slave control v2Linus Walleij1-3/+10
2010-02-28fsldma: Fix cookie issuesSteven J. Magnani1-1/+4
2010-02-28fsldma: Fix cookie issuesSteven J. Magnani1-1/+1
2010-02-02dma: make Open Firmware device id constantMárton Németh1-1/+1
2010-02-02fsldma: major cleanups and fixesIra Snyder1-181/+205
2010-02-02fsldma: rename fsl_chan to chanIra Snyder1-275/+275
2010-02-02fsldma: simplify IRQ probing and handlingIra Snyder1-44/+129
2010-02-02fsldma: clean up the OF subsystem routinesIra Snyder1-127/+132
2010-02-02fsldma: rename dest to dst for uniformityIra Snyder1-16/+16
2010-02-02fsldma: rename struct fsl_dma_chan to struct fsldma_chanIra Snyder1-60/+68
2010-02-02fsldma: remove unused structure membersIra Snyder1-9/+8
2010-02-02fsldma: reduce kernel text sizeIra Snyder1-38/+45
2009-09-08fsldma: Add DMA_SLAVE supportIra Snyder1-0/+227
2009-09-08fsldma: split apart external pause and request count featuresIra Snyder1-16/+29
2009-09-08fsldma: implement a private tx_listDan Williams1-7/+9