summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2014-05-02dma: mmp_pdma: Simplify access to channel drcmr valueLaurent Pinchart-1/+1
2014-04-30dma: Add Xilinx AXI Video Direct Memory Access Engine driver supportSrikanth Thokala-0/+1395
2014-04-30dmaengine: edma: update DMA memcpy to use new param elementJoel Fernandes-2/+2
2014-04-30dmaengine: edma: Document variables used for residue accountingJoel Fernandes-2/+24
2014-04-30dmaengine: edma: Provide granular accountingThomas Gleixner-2/+65
2014-04-30dmaengine: edma: Store transfer data in edma_desc and edma_psetThomas Gleixner-0/+9
2014-04-30dmaengine: edma: Create private pset structThomas Gleixner-31/+36
2014-04-30dmaengine: edma: Check the current decriptor first in tx_status()Thomas Gleixner-4/+3
2014-04-30dmaengine: edma: Sanitize residue reportingThomas Gleixner-25/+9
2014-04-29dmaengine: edma: Add channel number to debug printsPeter Ujfalusi-3/+4
2014-04-23dmaengine: edma: No need save/restore interrupt flags during spin_lock in IRQJoel Fernandes-5/+4
2014-04-22dmaengine: edma: Add DMA memcpy supportJoel Fernandes-0/+51
2014-04-22dmaengine: edma: Print the direction value as well when it is not supportedPeter Ujfalusi-2/+2
2014-04-22dmaengine: edma: Prefix debug prints where the text were identical in prep ca...Peter Ujfalusi-6/+8
2014-04-22dmaengine: edma: Implement device_slave_caps callbackPeter Ujfalusi-0/+18
2014-04-22dmaengine: edma: Reduce debug print verbosity for non verbose debuggingPeter Ujfalusi-6/+5
2014-04-22dmaengine: edma: Set DMA_CYCLIC capability flagPeter Ujfalusi-0/+1
2014-04-22dmaengine: edma: Add support for DMA_PAUSE/RESUME operationPeter Ujfalusi-0/+28
2014-04-22dmaengine: edma: Correct the handling of src/dst_maxburst == 0Peter Ujfalusi-0/+4
2014-04-16dma: fix eDMA driver as a subsys_initcallYuan Yao-1/+11
2014-04-16dmaengine: sirf: off by one in of_dma_sirfsoc_xlate()Dan Carpenter-1/+1
2014-04-16platform: Fix timberdale dependenciesJean Delvare-1/+1
2014-04-14dma: edma: fix incorrect SG list handlingSekhar Nori-2/+4
2014-04-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-58/+2630
2014-04-05Merge branch 'topic/bam' into for-linusVinod Koul-0/+1121
2014-04-05dmaengine: add Qualcomm BAM dma driverAndy Gross-0/+1122
2014-04-04Merge branch 'devel-stable' into for-nextRussell King-26/+71
2014-04-04dmaengine: omap-dma: more consolidation of CCR register setupRussell King-28/+18
2014-04-04dmaengine: omap-dma: move IRQ handling to omap-dmaRussell King-6/+115
2014-04-04dmaengine: omap-dma: move register read/writes into omap-dma.cRussell King-9/+87
2014-04-04dmaengine: omap-dma: cleanup errata 3.3 handlingRussell King-23/+29
2014-04-04dmaengine: omap-dma: provide register read/write functionsRussell King-41/+61
2014-04-04dmaengine: omap-dma: use cached CCR value when enabling DMARussell King-4/+2
2014-04-04dmaengine: omap-dma: move barrier to omap_dma_start_desc()Russell King-1/+7
2014-04-04dmaengine: omap-dma: move clnk_ctrl setting to preparation functionsRussell King-14/+9
2014-04-04dmaengine: omap-dma: improve efficiency loading C.SA/C.EI/C.FI registersRussell King-12/+20
2014-04-04dmaengine: omap-dma: consolidate clearing channel status registerRussell King-10/+10
2014-04-04dmaengine: omap-dma: move CCR buffering disable errata out of the fast pathRussell King-2/+5
2014-04-04dmaengine: omap-dma: provide register definitionsRussell King-54/+117
2014-04-04dmaengine: omap-dma: consolidate setup of CCRRussell King-86/+61
2014-04-04dmaengine: omap-dma: consolidate setup of CSDPRussell King-36/+28
2014-04-04dmaengine: omap-dma: move reading of dma position to omap-dma.cRussell King-2/+64
2014-04-04dmaengine: omap-dma: control start/stop directlyRussell King-10/+141
2014-04-04dmaengine: omap-dma: consolidate writes to DMA registersRussell King-75/+48
2014-04-04dmaengine: omap-dma: program hardware directlyRussell King-16/+126
2014-04-04dmaengine: omap-dma: provide a hook to get the underlying DMA platform opsRussell King-0/+7
2014-04-04dmaengine: omap-dma: use devm_kzalloc() to allocate omap_dmadev.Russell King-2/+1
2014-03-29shdma: add R-Car Audio DMAC peri peri driverKuninori Morimoto-0/+327
2014-03-29dmaengine: sirf: enable generic dt binding for dma channelsBarry Song-0/+23
2014-03-29dma: omap-dma: Implement device_slave_caps callbackPeter Ujfalusi-0/+18