summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2014-04-10dma: mv_xor: Add DMA API error checksEzequiel Garcia-4/+52
2014-04-10ioat/dca: Use dev_is_pci() to check whether it is pci deviceYijing Wang-6/+6
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
2014-03-26dma: dw: Add suspend and resume handling for PCI mode DW_DMAC.Chew, Chiau Ee-0/+33
2014-03-26dma: dw: allocate memory in two stages in probeAndy Shevchenko-9/+12
2014-03-26Add new line to test result strings produced in verbose modeJerome Blin-2/+2
2014-03-17Merge branch 'topic/tasklet_fix' into for-linusVinod Koul-3/+2
2014-03-17dmaengine: pch_dma: use tasklet_kill in teardownVinod Koul-2/+2
2014-03-17dmaengine: at_hdmac: use tasklet_kill in teardownVinod Koul-1/+0
2014-03-11dma: cppi41: start tear down only if channel is busyGeorge Cherian-2/+5
2014-03-11dmaengine: s3c24xx-dma: make phy->irq signed for error handlingDan Carpenter-1/+1
2014-03-06dma: imx-dma: Add missing module owner fieldAlexander Shiyan-0/+1
2014-03-06dma: imx-dma: Replace printk with dev_*Alexander Shiyan-6/+6
2014-03-06dma: fsl-edma: fix static checker warning of NULL dereferenceJingchang Lu-2/+2
2014-03-06dma: mmp_tdma: move to generic device tree bindingNenghua Cao-0/+50
2014-03-06dma: mmp_pdma: add IRQF_SHARED when request irqChao Xie-4/+4
2014-03-06dma: edma: Fix memory leak in edma_prep_dma_cyclic()Christian Engelmayer-1/+4
2014-03-06DMA: shdma: Make sh_dmae_pm staticLaurent Pinchart-1/+1
2014-03-06DMA: shdma: Fix warnings due to declared but unused symbolsLaurent Pinchart-3/+8
2014-03-06DMA: shdma: Fix warnings due to improper casts and printk formatsLaurent Pinchart-8/+9
2014-03-01Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-1/+4
2014-02-25ioat: fix tasklet tear downDan Williams-13/+54
2014-02-18dma: sdma: Add imx25 compatibleMarkus Pargmann-0/+1
2014-02-18dma: Add Freescale eDMA engine driver supportJingchang Lu-0/+986