summaryrefslogtreecommitdiff
path: root/drivers/dma/fsldma.c
AgeCommit message (Expand)Author
2012-04-05dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine
2012-04-03dmaengine: consolidate tx_status functionsRussell King - ARM Linux
2012-04-03dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux
2012-04-03dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux
2012-04-03dmaengine: add private header fileRussell King - ARM Linux
2012-04-03dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux
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
2011-03-11fsldma: reduce locking during descriptor cleanupIra Snyder
2011-03-11fsldma: support async_tx dependencies and automatic unmappingIra Snyder
2011-03-11fsldma: fix controller lockupsIra Snyder
2011-03-11fsldma: minor codingstyle and consistency fixesIra Snyder
2011-03-11fsldma: improve link descriptor debuggingIra Snyder
2011-03-11fsldma: use channel name in printk outputIra Snyder
2011-03-11fsldma: 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
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-26dmaengine: provide helper for setting txstateDan Williams
2010-03-26DMAENGINE: generic channel status v2Linus Walleij
2010-03-26DMAENGINE: generic slave control v2Linus Walleij
2010-02-28fsldma: Fix cookie issuesSteven J. Magnani
2010-02-28fsldma: Fix cookie issuesSteven J. Magnani
2010-02-02dma: make Open Firmware device id constantMárton Németh
2010-02-02fsldma: major cleanups and fixesIra Snyder
2010-02-02fsldma: rename fsl_chan to chanIra Snyder
2010-02-02fsldma: simplify IRQ probing and handlingIra Snyder
2010-02-02fsldma: clean up the OF subsystem routinesIra Snyder
2010-02-02fsldma: rename dest to dst for uniformityIra Snyder
2010-02-02fsldma: rename struct fsl_dma_chan to struct fsldma_chanIra Snyder
2010-02-02fsldma: remove unused structure membersIra Snyder
2010-02-02fsldma: reduce kernel text sizeIra Snyder
2009-09-08fsldma: Add DMA_SLAVE supportIra Snyder
2009-09-08fsldma: split apart external pause and request count featuresIra Snyder
2009-09-08fsldma: implement a private tx_listDan Williams
2009-07-22drivers/dma/fsldma.c: Remove unnecessary semicolonsJoe Perches
2009-06-16fsldma: do not clear bandwidth control bits on the 83xx controllerIra Snyder
2009-06-16fsldma: enable external start for the 83xx controllerIra Snyder