summaryrefslogtreecommitdiffstats
path: root/drivers/dma/edma.c
Commit message (Expand)AuthorAgeFilesLines
* dma: edma: move device registration to platform codeArnd Bergmann2014-11-061-39/+1Star
* dmaengine: edma: check for echan->edesc => NULL in edma_dma_pause()Sebastian Andrzej Siewior2014-10-151-1/+1
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-08-111-7/+16
|\
| * dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-041-1/+1
| * dmaengine: edma: Do not register second device when booted with DTPeter Ujfalusi2014-07-311-1/+2
| * dmaengine: edma: Do not change the error code returned from edma_alloc_slotPeter Ujfalusi2014-07-311-1/+1
| * dmaengine: edma: Serve cyclic (audio) channels with high priority queuePeter Ujfalusi2014-07-281-0/+8
| * dmaengine: edma: Support to suppress the period interrupts in cyclic modePeter Ujfalusi2014-07-281-3/+3
| * dmaengine: edma: Update caps->residue_granularity to match with realityPeter Ujfalusi2014-07-281-1/+1
* | dma: edma: Declare DMA_SLAVE_BUSWIDTH_3_BYTES as supported buswidthPeter Ujfalusi2014-07-041-0/+1
|/
* dmaengine: edma: update DMA memcpy to use new param elementJoel Fernandes2014-04-301-2/+2
* dmaengine: edma: Document variables used for residue accountingJoel Fernandes2014-04-301-2/+24
* dmaengine: edma: Provide granular accountingThomas Gleixner2014-04-301-2/+65
* dmaengine: edma: Store transfer data in edma_desc and edma_psetThomas Gleixner2014-04-301-0/+9
* dmaengine: edma: Create private pset structThomas Gleixner2014-04-301-31/+36
* dmaengine: edma: Check the current decriptor first in tx_status()Thomas Gleixner2014-04-301-4/+3Star
* dmaengine: edma: Sanitize residue reportingThomas Gleixner2014-04-301-25/+9Star
* dmaengine: edma: Add channel number to debug printsPeter Ujfalusi2014-04-291-3/+4
* dmaengine: edma: No need save/restore interrupt flags during spin_lock in IRQJoel Fernandes2014-04-231-5/+4Star
* dmaengine: edma: Add DMA memcpy supportJoel Fernandes2014-04-221-0/+51
* dmaengine: edma: Print the direction value as well when it is not supportedPeter Ujfalusi2014-04-221-2/+2
* dmaengine: edma: Prefix debug prints where the text were identical in prep ca...Peter Ujfalusi2014-04-221-6/+8
* dmaengine: edma: Implement device_slave_caps callbackPeter Ujfalusi2014-04-221-0/+18
* dmaengine: edma: Reduce debug print verbosity for non verbose debuggingPeter Ujfalusi2014-04-221-6/+5Star
* dmaengine: edma: Set DMA_CYCLIC capability flagPeter Ujfalusi2014-04-221-0/+1
* dmaengine: edma: Add support for DMA_PAUSE/RESUME operationPeter Ujfalusi2014-04-221-0/+28
* dmaengine: edma: Correct the handling of src/dst_maxburst == 0Peter Ujfalusi2014-04-221-0/+4
* dma: edma: fix incorrect SG list handlingSekhar Nori2014-04-141-2/+4
* dma: edma: Fix memory leak in edma_prep_dma_cyclic()Christian Engelmayer2014-03-061-1/+4
* dma: edma: Set debug level to debugging messagesEzequiel Garcia2013-12-181-3/+3
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-201-83/+286
|\
| * dmaengine: edma: remove duplicate kfreeVinod Koul2013-11-131-1/+0Star
| * dma: edma: Add support for Cyclic DMAJoel Fernandes2013-11-121-8/+151
| * Merge branch 'dma_complete' into nextVinod Koul2013-10-311-2/+2
| |\
| | * dmanengine: fix edma driver to not define DMA_COMPLETEVinod Koul2013-10-301-2/+2
| * | Merge branch 'dma_complete' into nextVinod Koul2013-10-301-1/+1
| |\|
| | * dmaengine: edma: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-1/+1
| * | Merge branch 'for-linus' into nextVinod Koul2013-10-301-75/+136
| |\ \
| | * | dma: edma: Increase maximum SG limit to 20Joel Fernandes2013-10-211-2/+8
| | * | dma: edma: Split out PaRAM set calculations into its own functionJoel Fernandes2013-10-211-72/+126
| | |/
* | | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-131-4/+6
|\ \ \ | |/ / |/| |
| * | DMA-API: dma: edma.c: no need to explicitly initialize DMA masksRussell King2013-10-311-4/+6
* | | dmaengine: edma: fix another memory leakVinod Koul2013-10-241-0/+1
* | | dma: edma: Fix memory leakValentin Ilie2013-10-241-0/+1
* | | dma: edma.c: remove edma_desc leakageGeyslan G. Bem2013-10-111-0/+1
| |/ |/|
* | edma: Update author email addressJosh Boyer2013-09-171-1/+1
|/
* dma: edma: Remove limits on number of slotsJoel Fernandes2013-09-041-6/+0Star
* dma: edma: Leave linked to Null slot instead of DUMMY slotJoel Fernandes2013-09-041-3/+8
* dma: edma: Find missed events and issue themJoel Fernandes2013-09-041-1/+49
* dma: edma: Write out and handle MAX_NR_SG at a given timeJoel Fernandes2013-09-041-26/+51