aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-24Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds15-1717/+4083
2012-07-20dmaengine: Cleanup logging messagesJoe Perches1-8/+12
2012-07-20dma: sh: provide a migration path for slave drivers to stop using .privateGuennadi Liakhovetski2-27/+92
2012-07-20dma: sh: use an integer slave ID to improve API compatibilityGuennadi Liakhovetski2-18/+19
2012-07-20dmaengine: shdma: prepare to stop using struct dma_chan::privateGuennadi Liakhovetski3-18/+17
2012-07-20dmaengine: shdma: (cosmetic) simplify a static functionGuennadi Liakhovetski1-4/+4
2012-07-16dmaengine: at_hdmac: add a few const qualifiersUwe Kleine-König1-2/+2
2012-07-16dw_dmac: use 'u32' for LLI structure members, not dma_addr_tAndy Shevchenko2-8/+5
2012-07-16dw_dmac: mark dwc_dump_lli inlineAndy Shevchenko1-1/+1
2012-07-16dma: mxs-dma: Export missing symbols from mxs-dma.cAttila Kinali1-0/+2
2012-07-13dma: shdma: convert to the shdma base libraryGuennadi Liakhovetski2-874/+292
2012-07-13dmaengine: add an shdma-base libraryGuennadi Liakhovetski2-0/+869
2012-07-13dma: move shdma driver to an own directoryGuennadi Liakhovetski4-2/+3
2012-07-13dma: tegra: rename driver and compatible to match with dtsLaxman Dewangan1-3/+3
2012-07-13dma: tegra: fix residual calculation for cyclic caseLaxman Dewangan1-6/+9
2012-07-02Merge branch 'imx/sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/irqArnd Bergmann2-10/+12
2012-07-01dma: ipu: remove the use of ipu_platform_dataShawn Guo2-10/+12
2012-06-27dma: tegra: set DMA_CYCLIC capabilityLaxman Dewangan1-0/+2
2012-06-27dma: tegra: do not set transfer desc flag to DMA_CTRL_ACK in cyclic modeLaxman Dewangan1-1/+1
2012-06-27dma: tegra: add clk_prepare/clk_unpreparePrashant Gaikwad1-2/+2
2012-06-27dma: tegra: use sg_dma_address() for getting dma buffer addressLaxman Dewangan1-1/+1
2012-06-23dmaengine: mmp_tdma: fix the arch dependencyVinod Koul1-1/+1
2012-06-20Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-20/+16
2012-06-21dw_dmac: introduce dwc_chan_disableAndy Shevchenko1-18/+14
2012-06-21dw_dmac: move from __init to __devinitAndy Shevchenko1-3/+3
2012-06-21dw_dmac: introduce dwc_fast_fls()Andy Shevchenko1-28/+18
2012-06-21dw_dmac: disable BLOCK interruptsAndy Shevchenko1-0/+4
2012-06-21dw_dmac: disable dma in optimal way in probeAndy Shevchenko1-8/+4
2012-06-21dw_dmac: use __func__ constant in the debug printsAndy Shevchenko1-14/+13
2012-06-21dw_dmac: print correct number of scanned descriptorsAndy Shevchenko1-1/+1
2012-06-21dw_dmac: introduce dwc_dump_chan_regs to dump registersAndy Shevchenko1-21/+16
2012-06-21dw_dmac: use proper casting to print dma_addr_t valuesAndy Shevchenko1-8/+13
2012-06-21dw_dmac: fix constant in the commentAndy Shevchenko1-1/+1
2012-06-20Viresh has movedViresh Kumar1-1/+1
2012-06-20dmaengine: mmp_tdma: add mmp tdma supportZhangfei Gao3-0/+621
2012-06-14Merge branch 'fixes' into nextVinod Koul1-16/+10
2012-06-14dma: coh901318: use devm allocationLinus Walleij1-48/+24
2012-06-14DMA: PL330: Fix racy mutex unlockJavi Merino1-16/+10
2012-06-12dmaengine: at_hdmac: trivial: fix comment in headerNicolas Ferre1-4/+3
2012-06-08dma: tegra: add dmaengine based dma driverLaxman Dewangan3-0/+1425
2012-06-07dma: enable mxs-dma for imx6qHuang Shijie2-2/+1
2012-06-07DMA: PL330: Add missing static storage class specifierSachin Kamat1-1/+1
2012-06-07dma: imx-sdma: buf_tail should be initialize in prepare functionRichard Zhao1-2/+4
2012-06-07dmaengine: pl330: dont complete descriptor for cyclic dmaTushar Behera1-1/+1
2012-05-26Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-61/+128
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-15/+47
2012-05-26Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-24/+93
2012-05-25Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds13-76/+143
2012-05-17Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-3/+8
2012-05-16Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into next/clockArnd Bergmann2-0/+16