Commit Graph

70 Commits (e525293d97b93a04038e7dc15cee3e9075c32dbd)

Author SHA1 Message Date
John Ogness 02ec6041a8 dmaenegine: edma: allow pause/resume for non-cyclic mode 10 years ago
Petr Kulhavy ab7add30ce dmaengine: edma: fixed wrongly initialized data parameter to the edma callback 10 years ago
Petr Kulhavy 5ca9e7ce6e dmaengine: edma: fix memory leak when terminating running transfers 10 years ago
Lad, Prabhakar b7a4fd53d2 dmaenegine: edma: fix sparse warnings 10 years ago
Maxime Ripard 9f59cd0519 dmaengine: edma: Declare slave capabilities for the generic code 10 years ago
Maxime Ripard aa7c09b65b dmaengine: edma: Split device_control 10 years ago
Maxime Ripard ceacbdbf65 dmaengine: Make the destination abbreviation coherent 10 years ago
Arnd Bergmann 5305e4d674 dma: edma: move device registration to platform code 10 years ago
Wolfram Sang 55f04d7f59 dma: drop owner assignment from platform_drivers 10 years ago
Sebastian Andrzej Siewior 639559ada6 dmaengine: edma: check for echan->edesc => NULL in edma_dma_pause() 10 years ago
Laurent Pinchart 31c1e5a135 dmaengine: Remove the context argument to the prep_dma_cyclic operation 11 years ago
Peter Ujfalusi ed64610f29 dmaengine: edma: Do not register second device when booted with DT 11 years ago
Peter Ujfalusi 04d537d95e dmaengine: edma: Do not change the error code returned from edma_alloc_slot 11 years ago
Peter Ujfalusi 8e8805d5bf dmaengine: edma: Serve cyclic (audio) channels with high priority queue 11 years ago
Peter Ujfalusi a1f146f317 dmaengine: edma: Support to suppress the period interrupts in cyclic mode 11 years ago
Peter Ujfalusi b7f9bc5267 dmaengine: edma: Update caps->residue_granularity to match with reality 11 years ago
Peter Ujfalusi e4a899d9bd dma: edma: Declare DMA_SLAVE_BUSWIDTH_3_BYTES as supported buswidth 11 years ago
Joel Fernandes b0cce4ca3e dmaengine: edma: update DMA memcpy to use new param element 11 years ago
Joel Fernandes 04361d887f dmaengine: edma: Document variables used for residue accounting 11 years ago
Thomas Gleixner 740b41f788 dmaengine: edma: Provide granular accounting 11 years ago
Thomas Gleixner c2da2340e5 dmaengine: edma: Store transfer data in edma_desc and edma_pset 11 years ago
Thomas Gleixner b5088ad963 dmaengine: edma: Create private pset struct 11 years ago
Thomas Gleixner de13593971 dmaengine: edma: Check the current decriptor first in tx_status() 11 years ago
Thomas Gleixner b6205c3901 dmaengine: edma: Sanitize residue reporting 11 years ago
Peter Ujfalusi 9aac90960b dmaengine: edma: Add channel number to debug prints 11 years ago
Joel Fernandes 406efb1a74 dmaengine: edma: No need save/restore interrupt flags during spin_lock in IRQ 11 years ago
Joel Fernandes 8cc3e30bea dmaengine: edma: Add DMA memcpy support 11 years ago
Peter Ujfalusi e6fad592b0 dmaengine: edma: Print the direction value as well when it is not supported 11 years ago
Peter Ujfalusi c594c8912b dmaengine: edma: Prefix debug prints where the text were identical in prep callbacks 11 years ago
Peter Ujfalusi 2c88ee6b6b dmaengine: edma: Implement device_slave_caps callback 11 years ago
Peter Ujfalusi 83bb3126cc dmaengine: edma: Reduce debug print verbosity for non verbose debugging 11 years ago
Peter Ujfalusi 232b223d82 dmaengine: edma: Set DMA_CYCLIC capability flag 11 years ago
Peter Ujfalusi 72c7b67aff dmaengine: edma: Add support for DMA_PAUSE/RESUME operation 11 years ago
Peter Ujfalusi b2b617de04 dmaengine: edma: Correct the handling of src/dst_maxburst == 0 11 years ago
Sekhar Nori 5fc68a6cad dma: edma: fix incorrect SG list handling 11 years ago
Christian Engelmayer e3ddc97946 dma: edma: Fix memory leak in edma_prep_dma_cyclic() 11 years ago
Ezequiel Garcia 0e772c6726 dma: edma: Set debug level to debugging messages 11 years ago
Vinod Koul b6d5050ccc dmaengine: edma: remove duplicate kfree 11 years ago
Joel Fernandes 50a9c70714 dma: edma: Add support for Cyclic DMA 11 years ago
Russell King 94cb0e7980 DMA-API: dma: edma.c: no need to explicitly initialize DMA masks 11 years ago
Vinod Koul db60d8da8f dmanengine: fix edma driver to not define DMA_COMPLETE 11 years ago
Vinod Koul 9d386ec590 dmaengine: edma: use DMA_COMPLETE for dma completion status 11 years ago
Vinod Koul 7261828776 dmaengine: edma: fix another memory leak 11 years ago
Valentin Ilie 4b6271a644 dma: edma: Fix memory leak 11 years ago
Joel Fernandes 2abd5f1b97 dma: edma: Increase maximum SG limit to 20 11 years ago
Joel Fernandes fd00903504 dma: edma: Split out PaRAM set calculations into its own function 11 years ago
Geyslan G. Bem 2f6d8fad0a dma: edma.c: remove edma_desc leakage 11 years ago
Josh Boyer d71505b667 edma: Update author email address 12 years ago
Joel Fernandes 5622ff1a4d dma: edma: Remove limits on number of slots 12 years ago
Joel Fernandes b267b3bc1e dma: edma: Leave linked to Null slot instead of DUMMY slot 12 years ago