aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/edma.c
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-08-11
|\
| * dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-04
| * dmaengine: edma: Do not register second device when booted with DTPeter Ujfalusi2014-07-31
| * dmaengine: edma: Do not change the error code returned from edma_alloc_slotPeter Ujfalusi2014-07-31
| * dmaengine: edma: Serve cyclic (audio) channels with high priority queuePeter Ujfalusi2014-07-28
| * dmaengine: edma: Support to suppress the period interrupts in cyclic modePeter Ujfalusi2014-07-28
| * dmaengine: edma: Update caps->residue_granularity to match with realityPeter Ujfalusi2014-07-28
* | dma: edma: Declare DMA_SLAVE_BUSWIDTH_3_BYTES as supported buswidthPeter Ujfalusi2014-07-04
|/
* dmaengine: edma: update DMA memcpy to use new param elementJoel Fernandes2014-04-30
* dmaengine: edma: Document variables used for residue accountingJoel Fernandes2014-04-30
* dmaengine: edma: Provide granular accountingThomas Gleixner2014-04-30
* dmaengine: edma: Store transfer data in edma_desc and edma_psetThomas Gleixner2014-04-30
* dmaengine: edma: Create private pset structThomas Gleixner2014-04-30
* dmaengine: edma: Check the current decriptor first in tx_status()Thomas Gleixner2014-04-30
* dmaengine: edma: Sanitize residue reportingThomas Gleixner2014-04-30
* dmaengine: edma: Add channel number to debug printsPeter Ujfalusi2014-04-29
* dmaengine: edma: No need save/restore interrupt flags during spin_lock in IRQJoel Fernandes2014-04-23
* dmaengine: edma: Add DMA memcpy supportJoel Fernandes2014-04-22
* dmaengine: edma: Print the direction value as well when it is not supportedPeter Ujfalusi2014-04-22
* dmaengine: edma: Prefix debug prints where the text were identical in prep ca...Peter Ujfalusi2014-04-22
* dmaengine: edma: Implement device_slave_caps callbackPeter Ujfalusi2014-04-22
* dmaengine: edma: Reduce debug print verbosity for non verbose debuggingPeter Ujfalusi2014-04-22
* dmaengine: edma: Set DMA_CYCLIC capability flagPeter Ujfalusi2014-04-22
* dmaengine: edma: Add support for DMA_PAUSE/RESUME operationPeter Ujfalusi2014-04-22
* dmaengine: edma: Correct the handling of src/dst_maxburst == 0Peter Ujfalusi2014-04-22
* dma: edma: fix incorrect SG list handlingSekhar Nori2014-04-13
* dma: edma: Fix memory leak in edma_prep_dma_cyclic()Christian Engelmayer2014-03-06
* dma: edma: Set debug level to debugging messagesEzequiel Garcia2013-12-18
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-20
|\
| * dmaengine: edma: remove duplicate kfreeVinod Koul2013-11-13
| * dma: edma: Add support for Cyclic DMAJoel Fernandes2013-11-11
| * Merge branch 'dma_complete' into nextVinod Koul2013-10-31
| |\
| | * dmanengine: fix edma driver to not define DMA_COMPLETEVinod Koul2013-10-30
| * | Merge branch 'dma_complete' into nextVinod Koul2013-10-30
| |\|
| | * dmaengine: edma: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-25
| * | Merge branch 'for-linus' into nextVinod Koul2013-10-30
| |\ \
| | * | dma: edma: Increase maximum SG limit to 20Joel Fernandes2013-10-21
| | * | dma: edma: Split out PaRAM set calculations into its own functionJoel Fernandes2013-10-21
| | |/
* | | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-13
|\ \ \ | |/ / |/| |
| * | DMA-API: dma: edma.c: no need to explicitly initialize DMA masksRussell King2013-10-31
* | | dmaengine: edma: fix another memory leakVinod Koul2013-10-24
* | | dma: edma: Fix memory leakValentin Ilie2013-10-24
* | | dma: edma.c: remove edma_desc leakageGeyslan G. Bem2013-10-10
| |/ |/|
* | edma: Update author email addressJosh Boyer2013-09-16
|/
* dma: edma: Remove limits on number of slotsJoel Fernandes2013-09-04
* dma: edma: Leave linked to Null slot instead of DUMMY slotJoel Fernandes2013-09-04
* dma: edma: Find missed events and issue themJoel Fernandes2013-09-04
* dma: edma: Write out and handle MAX_NR_SG at a given timeJoel Fernandes2013-09-04
* dma: edma: Setup parameters to DMA MAX_NR_SG at a timeJoel Fernandes2013-09-04
* edma: no need to assign residue to 0 explicitlyAndy Shevchenko2013-08-05