aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/edma.c
AgeCommit message (Expand)Author
2015-04-24dmaengine: edma: fix memory leak when terminating running transfersPetr Kulhavy
2014-11-05dma: edma: move device registration to platform codeArnd Bergmann
2014-10-15dmaengine: edma: check for echan->edesc => NULL in edma_dma_pause()Sebastian Andrzej Siewior
2014-08-11Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart
2014-07-31dmaengine: edma: Do not register second device when booted with DTPeter Ujfalusi
2014-07-31dmaengine: edma: Do not change the error code returned from edma_alloc_slotPeter Ujfalusi
2014-07-28dmaengine: edma: Serve cyclic (audio) channels with high priority queuePeter Ujfalusi
2014-07-28dmaengine: edma: Support to suppress the period interrupts in cyclic modePeter Ujfalusi
2014-07-28dmaengine: edma: Update caps->residue_granularity to match with realityPeter Ujfalusi
2014-07-04dma: edma: Declare DMA_SLAVE_BUSWIDTH_3_BYTES as supported buswidthPeter Ujfalusi
2014-04-30dmaengine: edma: update DMA memcpy to use new param elementJoel Fernandes
2014-04-30dmaengine: edma: Document variables used for residue accountingJoel Fernandes
2014-04-30dmaengine: edma: Provide granular accountingThomas Gleixner
2014-04-30dmaengine: edma: Store transfer data in edma_desc and edma_psetThomas Gleixner
2014-04-30dmaengine: edma: Create private pset structThomas Gleixner
2014-04-30dmaengine: edma: Check the current decriptor first in tx_status()Thomas Gleixner
2014-04-30dmaengine: edma: Sanitize residue reportingThomas Gleixner
2014-04-29dmaengine: edma: Add channel number to debug printsPeter Ujfalusi
2014-04-23dmaengine: edma: No need save/restore interrupt flags during spin_lock in IRQJoel Fernandes
2014-04-22dmaengine: edma: Add DMA memcpy supportJoel Fernandes
2014-04-22dmaengine: edma: Print the direction value as well when it is not supportedPeter Ujfalusi
2014-04-22dmaengine: edma: Prefix debug prints where the text were identical in prep ca...Peter Ujfalusi
2014-04-22dmaengine: edma: Implement device_slave_caps callbackPeter Ujfalusi
2014-04-22dmaengine: edma: Reduce debug print verbosity for non verbose debuggingPeter Ujfalusi
2014-04-22dmaengine: edma: Set DMA_CYCLIC capability flagPeter Ujfalusi
2014-04-22dmaengine: edma: Add support for DMA_PAUSE/RESUME operationPeter Ujfalusi
2014-04-22dmaengine: edma: Correct the handling of src/dst_maxburst == 0Peter Ujfalusi
2014-04-14dma: edma: fix incorrect SG list handlingSekhar Nori
2014-03-06dma: edma: Fix memory leak in edma_prep_dma_cyclic()Christian Engelmayer
2013-12-18dma: edma: Set debug level to debugging messagesEzequiel Garcia
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-11-13dmaengine: edma: remove duplicate kfreeVinod Koul
2013-11-12dma: edma: Add support for Cyclic DMAJoel Fernandes
2013-10-31Merge branch 'dma_complete' into nextVinod Koul
2013-10-31DMA-API: dma: edma.c: no need to explicitly initialize DMA masksRussell King
2013-10-30dmanengine: fix edma driver to not define DMA_COMPLETEVinod Koul
2013-10-30Merge branch 'dma_complete' into nextVinod Koul
2013-10-30Merge branch 'for-linus' into nextVinod Koul
2013-10-25dmaengine: edma: use DMA_COMPLETE for dma completion statusVinod Koul
2013-10-24dmaengine: edma: fix another memory leakVinod Koul
2013-10-24dma: edma: Fix memory leakValentin Ilie
2013-10-21dma: edma: Increase maximum SG limit to 20Joel Fernandes
2013-10-21dma: edma: Split out PaRAM set calculations into its own functionJoel Fernandes
2013-10-11dma: edma.c: remove edma_desc leakageGeyslan G. Bem
2013-09-17edma: Update author email addressJosh Boyer
2013-09-04dma: edma: Remove limits on number of slotsJoel Fernandes
2013-09-04dma: edma: Leave linked to Null slot instead of DUMMY slotJoel Fernandes
2013-09-04dma: edma: Find missed events and issue themJoel Fernandes