summaryrefslogtreecommitdiffstats
path: root/drivers/dma/fsldma.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/dma/fsldma.c: Remove unnecessary semicolonsJoe Perches2009-07-221-1/+1
* fsldma: do not clear bandwidth control bits on the 83xx controllerIra Snyder2009-06-161-1/+2
* fsldma: enable external start for the 83xx controllerIra Snyder2009-06-161-1/+1
* fsldma: use PCI Read Multiple commandIra W. Snyder2009-06-161-2/+8
* fsldma: Fix compile warningsKumar Gala2009-05-271-6/+7
* fsldma: fix memory leak on error path in fsl_dma_prep_memcpy()Ira Snyder2009-05-221-3/+15
* fsldma: snooping is not enabled for last entry in descriptor chainIra Snyder2009-05-221-2/+7
* fsldma: fix infinite loop on multi-descriptor DMA chain completionIra Snyder2009-05-221-9/+12
* fsldma: fix "DMA halt timeout!" errorsIra Snyder2009-05-221-4/+6
* fsldma: fix check on potential fdev->chan[] overflowRoel Kluin2009-05-221-1/+1
* dmaengine: initialize tx_list in dma_async_tx_descriptor_initDan Williams2009-03-251-1/+0
* fsldma: fix off by one in dma_haltDan Williams2009-03-041-2/+6
* fsldma: print correct IRQ on mpc83xxPeter Korsgaard2009-01-151-1/+2
* fsldma: check for NO_IRQ in fsl_dma_chan_remove()Peter Korsgaard2009-01-141-1/+2
* fsldma: use a valid 'device' for dma_pool_createDan Williams2009-01-121-1/+1
* dmaengine: add a release for dma class devices and dependent infrastructureDan Williams2009-01-061-1/+1
* dmaengine: kill struct dma_client and supporting infrastructureDan Williams2009-01-061-2/+1
* fsldma: allow Freescale Elo DMA driver to be compiled as a moduleTimur Tabi2008-09-261-50/+88
* fsldma: remove internal self-test from Freescale Elo DMA driverTimur Tabi2008-09-231-132/+0
* dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen2008-07-081-3/+4
* fsldma: fix incorrect exit path for initializationLi Yang2008-07-081-15/+16
* dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams2008-04-171-5/+5
* async_tx: kill ->device_dependency_addedDan Williams2008-04-171-8/+0
* fsldma: Split the MPC83xx event from MPC85xx and refine irq codes.Zhang Wei2008-04-171-5/+21
* fsldma: Remove CONFIG_FSL_DMA_SELFTEST, keep fsl_dma_self_test() running always.Zhang Wei2008-04-171-10/+3
* [POWERPC] fsldma: Use compatiable binding as specKumar Gala2008-03-311-4/+4
* fsldma: Fix the DMA halt when using DMA_INTERRUPT async_tx transfer.Zhang Wei2008-03-181-0/+30
* fsldma: Add a completed cookie updated action in DMA finish interrupt.Zhang Wei2008-03-131-1/+1
* fsldma: Add device_prep_dma_interrupt support to fsldma.cZhang Wei2008-03-131-0/+27
* fsldma: Fix fsldma.c warning messages when it's compiled under PPC64.Zhang Wei2008-03-131-13/+16
* fsldma: do not cleanup descriptors in hardirq contextDan Williams2008-03-041-1/+0
* dmaengine: add driver for Freescale MPC85xx DMA controllerZhang Wei2008-03-041-0/+1068