summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2013-08-13dma: use dev_get_platdata()Jingoo Han10-17/+18
2013-08-13dma: sirf: use NULL instead of 0Jingoo Han1-1/+1
2013-08-13dma: mv_xor: use NULL instead of 0Jingoo Han1-1/+1
2013-08-13dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor()Jingoo Han1-1/+2
2013-08-05dma: mmp_pdma: clear DRCMR when free a phy channelXiang Wang1-0/+6
2013-08-05dma: mmp_pdma: add protect when alloc/free phy channelsXiang Wang1-16/+26
2013-08-05dma: dw: return DMA_PAUSED only if cookie status is DMA_IN_PROGRESSAndy Shevchenko1-1/+1
2013-08-05dma: dw: return DMA_SUCCESS immediately from device_tx_status()Andy Shevchenko1-4/+4
2013-08-05dma: dw: allow shared interruptsAndy Shevchenko1-5/+8
2013-08-05dma: dw: improve comparison with ~0Andy Shevchenko1-5/+11
2013-08-05dma: dw: append MODULE_DEVICE_TABLE for ACPI caseAndy Shevchenko1-0/+1
2013-08-05acpi-dma: fix sparse warningAndy Shevchenko1-1/+1
2013-08-05txx9dmac: return DMA_SUCCESS immediately from device_tx_status()Andy Shevchenko1-7/+6
2013-08-05mmp_tdma: set cookies as well when asked for tx statusAndy Shevchenko1-1/+2
2013-08-05ipu_idmac: re-use dma_cookie_status()Andy Shevchenko1-4/+1
2013-08-05tegra20-apb-dma: remove useless use of lockAndy Shevchenko1-5/+3
2013-08-05pch_dma: remove useless use of lockAndy Shevchenko1-8/+1
2013-08-05mpc512x_dma: remove useless use of lockAndy Shevchenko1-9/+1
2013-08-05mmp_pdma: remove useless use of lockAndy Shevchenko1-9/+1
2013-08-05fsldma: remove useless use of lockAndy Shevchenko1-9/+1
2013-08-05ep93xx_dma: remove useless use of lockAndy Shevchenko1-9/+1
2013-08-05edma: no need to assign residue to 0 explicitlyAndy Shevchenko1-2/+0
2013-08-05mxs-dma: remove useless variableAndy Shevchenko1-3/+1
2013-08-05imx-sdma: remove useless variableAndy Shevchenko1-6/+3
2013-07-28dma: pl330: Fix cyclic transfersLars-Peter Clausen1-26/+67
2013-07-22pch_dma: fix error return code in pch_dma_probe()Wei Yongjun1-0/+1
2013-07-09drivers/dma/iop-adma.c: fix new warningsOlof Johansson1-2/+2
2013-07-07Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds28-433/+1633
2013-07-05DMA: shdma: add DT supportGuennadi Liakhovetski4-13/+128
2013-07-05DMA: shdma: (cosmetic) don't re-calculate a pointerGuennadi Liakhovetski1-1/+1
2013-07-05dmaengine: at_hdmac: prepare clk before calling enableBoris BREZILLON1-6/+9
2013-07-05dmaengine/trivial: at_hdmac: add curly brackets to if/else expressionsNicolas Ferre1-2/+4
2013-07-05dmaengine: at_hdmac: remove unsuded atc_cleanup_descriptors()Nicolas Ferre1-31/+0
2013-07-05dmaengine: at_hdmac: add FIFO configuration parameter to DMA DT bindingLudovic Desroches1-4/+21
2013-07-05MIPS: jz4740: Remove custom DMA APILars-Peter Clausen1-37/+221
2013-07-05dma: Add a jz4740 dmaengine driverLars-Peter Clausen3-0/+440
2013-07-05dma: mmp_tdma: disable irq when disabling dma channelQiao Zhou1-0/+4
2013-07-05dmaengine: PL08x: Avoid collisions with get_signal() macroMark Brown1-4/+4
2013-07-05dmaengine: dw: select DW_DMAC_BIG_ENDIAN_IO automagicallyVinod Koul2-9/+8
2013-07-05dma: dw: add PCI part of the driverAndy Shevchenko3-0/+113
2013-07-05dma: dw: split driver to library part and platform codeAndy Shevchenko7-279/+436
2013-07-05dma: move dw_dmac driver to an own directoryAndy Shevchenko6-21/+27
2013-07-05dw_dmac: don't check resource with devm_ioremap_resourceAndy Shevchenko1-4/+1
2013-07-05dma: pl330: use dma_addr_t for describing bus addressesWill Deacon1-1/+1
2013-07-05dma: pl330: rip out broken, redundant ID probingWill Deacon1-24/+3
2013-07-05dma: imx-sdma: move to generic device tree bindingsShawn Guo1-0/+40
2013-07-05dmaengine: sirf: set dma residue based on the current dma transfer positionRongjun Ying1-0/+17
2013-07-05dma: tegra: avoid channel lock up after freeDmitry Osipenko1-0/+1
2013-07-05dma: tegra20-apbdma: err message correctionDmitry Osipenko1-1/+1
2013-07-05dw_dmac: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov1-2/+2