summaryrefslogtreecommitdiff
path: root/drivers/dma/edma.c
AgeCommit message (Expand)Author
2015-10-14dmaengine: edma: Simplify the interrupt handlingPeter Ujfalusi
2015-10-14dmaengine: edma: Consolidate the comments for functionsPeter Ujfalusi
2015-10-14dmaengine: edma: Print warning when linking slots from different eDMAPeter Ujfalusi
2015-10-14dmaengine: edma: Use the edma_write_slot instead open coded memcpy_toioPeter Ujfalusi
2015-10-14dmaengine: edma: Use dev_dbg instead pr_debugPeter Ujfalusi
2015-10-14dmaengine: edma: Cleanup regarding the use of dev around the codePeter Ujfalusi
2015-10-14dmaengine: edma: Use devm_kcalloc when possiblePeter Ujfalusi
2015-10-14dmaengine: edma: Allocate memory dynamically for bitmaps and structuresPeter Ujfalusi
2015-10-14ARM/dmaengine: edma: Merge the two drivers under drivers/dma/Peter Ujfalusi
2015-10-14ARM/dmaengine: edma: Remove limitation on the number of eDMA controllersPeter Ujfalusi
2015-10-14ARM/dmaengine: edma: Public API to use private struct pointerPeter Ujfalusi
2015-10-14ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driverPeter Ujfalusi
2015-10-14dmaengine: edma: Simplify and optimize the edma_execute pathPeter Ujfalusi
2015-08-05dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard
2015-05-06dmaenegine: edma: allow pause/resume for non-cyclic modeJohn Ogness
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-04-01dmaengine: edma: fixed wrongly initialized data parameter to the edma callbackPetr Kulhavy
2015-03-30dmaengine: edma: fix memory leak when terminating running transfersPetr Kulhavy
2015-02-16dmaenegine: edma: fix sparse warningsLad, Prabhakar
2014-12-22dmaengine: edma: Declare slave capabilities for the generic codeMaxime Ripard
2014-12-22dmaengine: edma: Split device_controlMaxime Ripard
2014-12-22dmaengine: Make the destination abbreviation coherentMaxime Ripard
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-05dma: edma: move device registration to platform codeArnd Bergmann
2014-10-20dma: drop owner assignment from platform_driversWolfram Sang
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