aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-16dma: fix eDMA driver as a subsys_initcallYuan Yao1-1/+11
2014-04-16dmaengine: sirf: off by one in of_dma_sirfsoc_xlate()Dan Carpenter1-1/+1
2014-04-16platform: Fix timberdale dependenciesJean Delvare1-1/+1
2014-04-14dma: edma: fix incorrect SG list handlingSekhar Nori1-2/+4
2014-04-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds27-58/+2630
2014-04-05Merge branch 'topic/bam' into for-linusVinod Koul3-0/+1121
2014-04-05dmaengine: add Qualcomm BAM dma driverAndy Gross3-0/+1122
2014-04-04Merge branch 'devel-stable' into for-nextRussell King8-26/+71
2014-04-04dmaengine: omap-dma: more consolidation of CCR register setupRussell King1-28/+18
2014-04-04dmaengine: omap-dma: move IRQ handling to omap-dmaRussell King1-6/+115
2014-04-04dmaengine: omap-dma: move register read/writes into omap-dma.cRussell King1-9/+87
2014-04-04dmaengine: omap-dma: cleanup errata 3.3 handlingRussell King1-23/+29
2014-04-04dmaengine: omap-dma: provide register read/write functionsRussell King1-41/+61
2014-04-04dmaengine: omap-dma: use cached CCR value when enabling DMARussell King1-4/+2
2014-04-04dmaengine: omap-dma: move barrier to omap_dma_start_desc()Russell King1-1/+7
2014-04-04dmaengine: omap-dma: move clnk_ctrl setting to preparation functionsRussell King1-14/+9
2014-04-04dmaengine: omap-dma: improve efficiency loading C.SA/C.EI/C.FI registersRussell King1-12/+20
2014-04-04dmaengine: omap-dma: consolidate clearing channel status registerRussell King1-10/+10
2014-04-04dmaengine: omap-dma: move CCR buffering disable errata out of the fast pathRussell King1-2/+5
2014-04-04dmaengine: omap-dma: provide register definitionsRussell King1-54/+117
2014-04-04dmaengine: omap-dma: consolidate setup of CCRRussell King1-86/+61
2014-04-04dmaengine: omap-dma: consolidate setup of CSDPRussell King1-36/+28
2014-04-04dmaengine: omap-dma: move reading of dma position to omap-dma.cRussell King1-2/+64
2014-04-04dmaengine: omap-dma: control start/stop directlyRussell King1-10/+141
2014-04-04dmaengine: omap-dma: consolidate writes to DMA registersRussell King1-75/+48
2014-04-04dmaengine: omap-dma: program hardware directlyRussell King1-16/+126
2014-04-04dmaengine: omap-dma: provide a hook to get the underlying DMA platform opsRussell King1-0/+7
2014-04-04dmaengine: omap-dma: use devm_kzalloc() to allocate omap_dmadev.Russell King1-2/+1
2014-03-29shdma: add R-Car Audio DMAC peri peri driverKuninori Morimoto3-0/+327
2014-03-29dmaengine: sirf: enable generic dt binding for dma channelsBarry Song1-0/+23
2014-03-29dma: omap-dma: Implement device_slave_caps callbackPeter Ujfalusi1-0/+18
2014-03-26dma: dw: Add suspend and resume handling for PCI mode DW_DMAC.Chew, Chiau Ee1-0/+33
2014-03-26dma: dw: allocate memory in two stages in probeAndy Shevchenko2-9/+12
2014-03-26Add new line to test result strings produced in verbose modeJerome Blin1-2/+2
2014-03-17Merge branch 'topic/tasklet_fix' into for-linusVinod Koul2-3/+2
2014-03-17dmaengine: pch_dma: use tasklet_kill in teardownVinod Koul1-2/+2
2014-03-17dmaengine: at_hdmac: use tasklet_kill in teardownVinod Koul1-1/+0
2014-03-11dma: cppi41: start tear down only if channel is busyGeorge Cherian1-2/+5
2014-03-11dmaengine: s3c24xx-dma: make phy->irq signed for error handlingDan Carpenter1-1/+1
2014-03-06dma: imx-dma: Add missing module owner fieldAlexander Shiyan1-0/+1
2014-03-06dma: imx-dma: Replace printk with dev_*Alexander Shiyan1-6/+6
2014-03-06dma: fsl-edma: fix static checker warning of NULL dereferenceJingchang Lu1-2/+2
2014-03-06dma: mmp_tdma: move to generic device tree bindingNenghua Cao1-0/+50
2014-03-06dma: mmp_pdma: add IRQF_SHARED when request irqChao Xie1-4/+4
2014-03-06dma: edma: Fix memory leak in edma_prep_dma_cyclic()Christian Engelmayer1-1/+4
2014-03-06DMA: shdma: Make sh_dmae_pm staticLaurent Pinchart1-1/+1
2014-03-06DMA: shdma: Fix warnings due to declared but unused symbolsLaurent Pinchart1-3/+8
2014-03-06DMA: shdma: Fix warnings due to improper casts and printk formatsLaurent Pinchart3-8/+9
2014-03-01Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-1/+4
2014-02-25ioat: fix tasklet tear downDan Williams4-13/+54