aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/edma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-30dmaengine: edma: update DMA memcpy to use new param elementJoel Fernandes1-2/+2
2014-04-30dmaengine: edma: Document variables used for residue accountingJoel Fernandes1-2/+24
2014-04-30dmaengine: edma: Provide granular accountingThomas Gleixner1-2/+65
2014-04-30dmaengine: edma: Store transfer data in edma_desc and edma_psetThomas Gleixner1-0/+9
2014-04-30dmaengine: edma: Create private pset structThomas Gleixner1-31/+36
2014-04-30dmaengine: edma: Check the current decriptor first in tx_status()Thomas Gleixner1-4/+3
2014-04-30dmaengine: edma: Sanitize residue reportingThomas Gleixner1-25/+9
2014-04-29dmaengine: edma: Add channel number to debug printsPeter Ujfalusi1-3/+4
2014-04-23dmaengine: edma: No need save/restore interrupt flags during spin_lock in IRQJoel Fernandes1-5/+4
2014-04-22dmaengine: edma: Add DMA memcpy supportJoel Fernandes1-0/+51
2014-04-22dmaengine: edma: Print the direction value as well when it is not supportedPeter Ujfalusi1-2/+2
2014-04-22dmaengine: edma: Prefix debug prints where the text were identical in prep callbacksPeter Ujfalusi1-6/+8
2014-04-22dmaengine: edma: Implement device_slave_caps callbackPeter Ujfalusi1-0/+18
2014-04-22dmaengine: edma: Reduce debug print verbosity for non verbose debuggingPeter Ujfalusi1-6/+5
2014-04-22dmaengine: edma: Set DMA_CYCLIC capability flagPeter Ujfalusi1-0/+1
2014-04-22dmaengine: edma: Add support for DMA_PAUSE/RESUME operationPeter Ujfalusi1-0/+28
2014-04-22dmaengine: edma: Correct the handling of src/dst_maxburst == 0Peter Ujfalusi1-0/+4
2014-04-14dma: edma: fix incorrect SG list handlingSekhar Nori1-2/+4
2014-03-06dma: edma: Fix memory leak in edma_prep_dma_cyclic()Christian Engelmayer1-1/+4
2013-12-18dma: edma: Set debug level to debugging messagesEzequiel Garcia1-3/+3
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-83/+286
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-4/+6
2013-11-13dmaengine: edma: remove duplicate kfreeVinod Koul1-1/+0
2013-11-12dma: edma: Add support for Cyclic DMAJoel Fernandes1-8/+151
2013-10-31Merge branch 'dma_complete' into nextVinod Koul1-2/+2
2013-10-31DMA-API: dma: edma.c: no need to explicitly initialize DMA masksRussell King1-4/+6
2013-10-30dmanengine: fix edma driver to not define DMA_COMPLETEVinod Koul1-2/+2
2013-10-30Merge branch 'dma_complete' into nextVinod Koul1-1/+1
2013-10-30Merge branch 'for-linus' into nextVinod Koul1-75/+136
2013-10-25dmaengine: edma: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-10-24dmaengine: edma: fix another memory leakVinod Koul1-0/+1
2013-10-24dma: edma: Fix memory leakValentin Ilie1-0/+1
2013-10-21dma: edma: Increase maximum SG limit to 20Joel Fernandes1-2/+8
2013-10-21dma: edma: Split out PaRAM set calculations into its own functionJoel Fernandes1-72/+126
2013-10-11dma: edma.c: remove edma_desc leakageGeyslan G. Bem1-0/+1
2013-09-17edma: Update author email addressJosh Boyer1-1/+1
2013-09-04dma: edma: Remove limits on number of slotsJoel Fernandes1-6/+0
2013-09-04dma: edma: Leave linked to Null slot instead of DUMMY slotJoel Fernandes1-3/+8
2013-09-04dma: edma: Find missed events and issue themJoel Fernandes1-1/+49
2013-09-04dma: edma: Write out and handle MAX_NR_SG at a given timeJoel Fernandes1-26/+51
2013-09-04dma: edma: Setup parameters to DMA MAX_NR_SG at a timeJoel Fernandes1-3/+15
2013-08-05edma: no need to assign residue to 0 explicitlyAndy Shevchenko1-2/+0
2013-06-18ARM: davinci: move private EDMA API to arm/commonMatt Porter1-1/+1
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-30/+31
2013-02-14edma: do not waste memory for dma_maskAndy Shevchenko1-2/+4
2013-01-20dma: edma: fix slave config dependency on directionMatt Porter1-28/+27
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-28dma: remove use of __devinitBill Pemberton1-1/+1
2012-11-28dma: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-01dmaengine: add TI EDMA DMA engine driverMatt Porter1-0/+671