summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
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-02-18dma: Add Freescale eDMA engine driver supportJingchang Lu3-0/+986
2014-02-17dma: dw: remove leftovers in the comment blocksAndy Shevchenko1-2/+2
2014-02-11dma: dw: add a PCI ID for Intel Haswell SoCAndy Shevchenko1-0/+3
2014-02-11acpi-dma: convert to return error code when asked for channelAndy Shevchenko2-14/+10
2014-02-11acpi-dma: use devm_release() instead of devm_destroy()Andy Shevchenko1-1/+1
2014-02-11dmaengine: Remove dependency on MACH_BCM2708Paul Bolle1-1/+1
2014-01-30Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds21-184/+1737
2014-01-29dmaengine: mmp_pdma: fix mismergeArnd Bergmann1-8/+0
2014-01-28dma: pl08x: Export pl08x_filter_idSachin Kamat1-0/+2
2014-01-26acpi-dma: align documentation with kernel-doc formatAndy Shevchenko1-12/+24
2014-01-26dma: fix vchan_cookie_complete() debug printJonas Jensen1-1/+3
2014-01-24Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-0/+4
2014-01-24Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-29/+83
2014-01-20DMA: dmatest: extend the "device" module parameter to 32 charactersGuennadi Liakhovetski1-2/+2
2014-01-20drivers/dma: fix error return codeJulia Lawall2-1/+4
2014-01-20dma: omap: Set debug level to debugging messagesEzequiel Garcia1-2/+2
2014-01-20Merge branch 'for-next' into for-linusTakashi Iwai3-10/+41
2014-01-20dma: tegra: add support for Tegra148/124Laxman Dewangan1-7/+55
2014-01-20dma: dw: use %pad instead of casting dma_addr_tAndy Shevchenko1-8/+6
2014-01-20dma: dw: join split up messagesAndy Shevchenko1-5/+4
2014-01-20dma: dw: fix style of multiline commentAndy Shevchenko1-4/+8
2014-01-20dmaengine: k3dma: fix sparse warningsZhangfei Gao1-2/+2
2014-01-20dma: pl330: Use dma_get_slave_channel() in the of xlate callbackLars-Peter Clausen1-27/+8
2014-01-20dma: pl330: Differentiate between submitted and issued descriptorsLars-Peter Clausen1-4/+20
2014-01-20dmaengine: sirf: Add device_slave_caps interfaceRongjun Ying1-0/+20
2014-01-20DMA: Freescale: change BWC from 256 bytes to 1024 bytesHongbo Zhang1-1/+1
2014-01-20dmaengine: Add MOXA ART DMA engine driverJonas Jensen3-0/+708
2014-01-20dmaengine: Add DMA_PRIVATE to BCM2835 driverFlorian Meier1-0/+1
2014-01-16Merge remote-tracking branch 'asoc/topic/dma' into for-tiwaiMark Brown1-0/+1
2014-01-15dma: pl330: Set residue_granularityLars-Peter Clausen1-0/+1
2014-01-13dma: imx-sdma: Assign a default script number for ROM firmware casesNicolin Chen1-0/+4
2014-01-09dma:mmp_tdma: get sram pool through device treeNenghua Cao1-4/+18
2014-01-07dmaengine: Add support for BCM2835Florian Meier3-0/+713
2014-01-07Merge branch 'topic/of' into for-linusVinod Koul2-13/+32
2014-01-07Merge branch 'topic/defer_probe' into for-linusVinod Koul2-10/+40
2014-01-03drivers/dma/ioat/dma.c: check DMA mapping error in ioat_dma_self_test()Jiang Liu1-1/+10