Age | Commit message (Expand) | Author | Files | Lines |
2014-04-30 | dmaengine: edma: update DMA memcpy to use new param element | Joel Fernandes | 1 | -2/+2 |
2014-04-30 | dmaengine: edma: Document variables used for residue accounting | Joel Fernandes | 1 | -2/+24 |
2014-04-30 | dmaengine: edma: Provide granular accounting | Thomas Gleixner | 1 | -2/+65 |
2014-04-30 | dmaengine: edma: Store transfer data in edma_desc and edma_pset | Thomas Gleixner | 1 | -0/+9 |
2014-04-30 | dmaengine: edma: Create private pset struct | Thomas Gleixner | 1 | -31/+36 |
2014-04-30 | dmaengine: edma: Check the current decriptor first in tx_status() | Thomas Gleixner | 1 | -4/+3 |
2014-04-30 | dmaengine: edma: Sanitize residue reporting | Thomas Gleixner | 1 | -25/+9 |
2014-04-29 | dmaengine: edma: Add channel number to debug prints | Peter Ujfalusi | 1 | -3/+4 |
2014-04-23 | dmaengine: edma: No need save/restore interrupt flags during spin_lock in IRQ | Joel Fernandes | 1 | -5/+4 |
2014-04-22 | dmaengine: edma: Add DMA memcpy support | Joel Fernandes | 1 | -0/+51 |
2014-04-22 | dmaengine: edma: Print the direction value as well when it is not supported | Peter Ujfalusi | 1 | -2/+2 |
2014-04-22 | dmaengine: edma: Prefix debug prints where the text were identical in prep ca... | Peter Ujfalusi | 1 | -6/+8 |
2014-04-22 | dmaengine: edma: Implement device_slave_caps callback | Peter Ujfalusi | 1 | -0/+18 |
2014-04-22 | dmaengine: edma: Reduce debug print verbosity for non verbose debugging | Peter Ujfalusi | 1 | -6/+5 |
2014-04-22 | dmaengine: edma: Set DMA_CYCLIC capability flag | Peter Ujfalusi | 1 | -0/+1 |
2014-04-22 | dmaengine: edma: Add support for DMA_PAUSE/RESUME operation | Peter Ujfalusi | 1 | -0/+28 |
2014-04-22 | dmaengine: edma: Correct the handling of src/dst_maxburst == 0 | Peter Ujfalusi | 1 | -0/+4 |
2014-04-14 | dma: edma: fix incorrect SG list handling | Sekhar Nori | 1 | -2/+4 |
2014-03-06 | dma: edma: Fix memory leak in edma_prep_dma_cyclic() | Christian Engelmayer | 1 | -1/+4 |
2013-12-18 | dma: edma: Set debug level to debugging messages | Ezequiel Garcia | 1 | -3/+3 |
2013-11-21 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -83/+286 |
2013-11-14 | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -4/+6 |
2013-11-13 | dmaengine: edma: remove duplicate kfree | Vinod Koul | 1 | -1/+0 |
2013-11-12 | dma: edma: Add support for Cyclic DMA | Joel Fernandes | 1 | -8/+151 |
2013-10-31 | Merge branch 'dma_complete' into next | Vinod Koul | 1 | -2/+2 |
2013-10-31 | DMA-API: dma: edma.c: no need to explicitly initialize DMA masks | Russell King | 1 | -4/+6 |
2013-10-30 | dmanengine: fix edma driver to not define DMA_COMPLETE | Vinod Koul | 1 | -2/+2 |
2013-10-30 | Merge branch 'dma_complete' into next | Vinod Koul | 1 | -1/+1 |
2013-10-30 | Merge branch 'for-linus' into next | Vinod Koul | 1 | -75/+136 |
2013-10-25 | dmaengine: edma: use DMA_COMPLETE for dma completion status | Vinod Koul | 1 | -1/+1 |
2013-10-24 | dmaengine: edma: fix another memory leak | Vinod Koul | 1 | -0/+1 |
2013-10-24 | dma: edma: Fix memory leak | Valentin Ilie | 1 | -0/+1 |
2013-10-21 | dma: edma: Increase maximum SG limit to 20 | Joel Fernandes | 1 | -2/+8 |
2013-10-21 | dma: edma: Split out PaRAM set calculations into its own function | Joel Fernandes | 1 | -72/+126 |
2013-10-11 | dma: edma.c: remove edma_desc leakage | Geyslan G. Bem | 1 | -0/+1 |
2013-09-17 | edma: Update author email address | Josh Boyer | 1 | -1/+1 |
2013-09-04 | dma: edma: Remove limits on number of slots | Joel Fernandes | 1 | -6/+0 |
2013-09-04 | dma: edma: Leave linked to Null slot instead of DUMMY slot | Joel Fernandes | 1 | -3/+8 |
2013-09-04 | dma: edma: Find missed events and issue them | Joel Fernandes | 1 | -1/+49 |
2013-09-04 | dma: edma: Write out and handle MAX_NR_SG at a given time | Joel Fernandes | 1 | -26/+51 |
2013-09-04 | dma: edma: Setup parameters to DMA MAX_NR_SG at a time | Joel Fernandes | 1 | -3/+15 |
2013-08-05 | edma: no need to assign residue to 0 explicitly | Andy Shevchenko | 1 | -2/+0 |
2013-06-18 | ARM: davinci: move private EDMA API to arm/common | Matt Porter | 1 | -1/+1 |
2013-02-26 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -30/+31 |
2013-02-14 | edma: do not waste memory for dma_mask | Andy Shevchenko | 1 | -2/+4 |
2013-01-20 | dma: edma: fix slave config dependency on direction | Matt Porter | 1 | -28/+27 |
2013-01-04 | Drivers: dma: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -1/+1 |
2012-11-29 | dma: remove use of __devinit | Bill Pemberton | 1 | -1/+1 |
2012-11-29 | dma: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-09-01 | dmaengine: add TI EDMA DMA engine driver | Matt Porter | 1 | -0/+671 |