aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/fsldma.c
AgeCommit message (Expand)Author
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
2009-06-16fsldma: use PCI Read Multiple commandIra W. Snyder
2009-05-27fsldma: Fix compile warningsKumar Gala
2009-05-22fsldma: fix memory leak on error path in fsl_dma_prep_memcpy()Ira Snyder
2009-05-22fsldma: snooping is not enabled for last entry in descriptor chainIra Snyder
2009-05-22fsldma: fix infinite loop on multi-descriptor DMA chain completionIra Snyder
2009-05-22fsldma: fix "DMA halt timeout!" errorsIra Snyder
2009-05-22fsldma: fix check on potential fdev->chan[] overflowRoel Kluin
2009-03-25dmaengine: initialize tx_list in dma_async_tx_descriptor_initDan Williams
2009-03-04fsldma: fix off by one in dma_haltDan Williams
2009-01-15fsldma: print correct IRQ on mpc83xxPeter Korsgaard
2009-01-14fsldma: check for NO_IRQ in fsl_dma_chan_remove()Peter Korsgaard
2009-01-12fsldma: use a valid 'device' for dma_pool_createDan Williams
2009-01-06dmaengine: add a release for dma class devices and dependent infrastructureDan Williams
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams
2008-09-26fsldma: allow Freescale Elo DMA driver to be compiled as a moduleTimur Tabi
2008-09-23fsldma: remove internal self-test from Freescale Elo DMA driverTimur Tabi
2008-07-08dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen
2008-07-08fsldma: fix incorrect exit path for initializationLi Yang
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams
2008-04-17async_tx: kill ->device_dependency_addedDan Williams
2008-04-17fsldma: Split the MPC83xx event from MPC85xx and refine irq codes.Zhang Wei
2008-04-17fsldma: Remove CONFIG_FSL_DMA_SELFTEST, keep fsl_dma_self_test() running always.Zhang Wei