aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/fsldma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-22drivers/dma/fsldma.c: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-06-16fsldma: do not clear bandwidth control bits on the 83xx controllerIra Snyder1-1/+2
2009-06-16fsldma: enable external start for the 83xx controllerIra Snyder1-1/+1
2009-06-16fsldma: use PCI Read Multiple commandIra W. Snyder1-2/+8
2009-05-27fsldma: Fix compile warningsKumar Gala1-6/+7
2009-05-22fsldma: fix memory leak on error path in fsl_dma_prep_memcpy()Ira Snyder1-3/+15
2009-05-22fsldma: snooping is not enabled for last entry in descriptor chainIra Snyder1-2/+7
2009-05-22fsldma: fix infinite loop on multi-descriptor DMA chain completionIra Snyder1-9/+12
2009-05-22fsldma: fix "DMA halt timeout!" errorsIra Snyder1-4/+6
2009-05-22fsldma: fix check on potential fdev->chan[] overflowRoel Kluin1-1/+1
2009-03-25dmaengine: initialize tx_list in dma_async_tx_descriptor_initDan Williams1-1/+0
2009-03-04fsldma: fix off by one in dma_haltDan Williams1-2/+6
2009-01-15fsldma: print correct IRQ on mpc83xxPeter Korsgaard1-1/+2
2009-01-14fsldma: check for NO_IRQ in fsl_dma_chan_remove()Peter Korsgaard1-1/+2
2009-01-12fsldma: use a valid 'device' for dma_pool_createDan Williams1-1/+1
2009-01-06dmaengine: add a release for dma class devices and dependent infrastructureDan Williams1-1/+1
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams1-2/+1
2008-09-26fsldma: allow Freescale Elo DMA driver to be compiled as a moduleTimur Tabi1-50/+88
2008-09-23fsldma: remove internal self-test from Freescale Elo DMA driverTimur Tabi1-132/+0
2008-07-08dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen1-3/+4
2008-07-08fsldma: fix incorrect exit path for initializationLi Yang1-15/+16
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams1-5/+5
2008-04-17async_tx: kill ->device_dependency_addedDan Williams1-8/+0
2008-04-17fsldma: Split the MPC83xx event from MPC85xx and refine irq codes.Zhang Wei1-5/+21
2008-04-17fsldma: Remove CONFIG_FSL_DMA_SELFTEST, keep fsl_dma_self_test() running always.Zhang Wei1-10/+3
2008-03-31[POWERPC] fsldma: Use compatiable binding as specKumar Gala1-4/+4
2008-03-18fsldma: Fix the DMA halt when using DMA_INTERRUPT async_tx transfer.Zhang Wei1-0/+30
2008-03-13fsldma: Add a completed cookie updated action in DMA finish interrupt.Zhang Wei1-1/+1
2008-03-13fsldma: Add device_prep_dma_interrupt support to fsldma.cZhang Wei1-0/+27
2008-03-13fsldma: Fix fsldma.c warning messages when it's compiled under PPC64.Zhang Wei1-13/+16
2008-03-04fsldma: do not cleanup descriptors in hardirq contextDan Williams1-1/+0
2008-03-04dmaengine: add driver for Freescale MPC85xx DMA controllerZhang Wei1-0/+1068