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