summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2012-07-24Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-07-20dmaengine: Cleanup logging messagesJoe Perches
2012-07-20dma: sh: provide a migration path for slave drivers to stop using .privateGuennadi Liakhovetski
2012-07-20dma: sh: use an integer slave ID to improve API compatibilityGuennadi Liakhovetski
2012-07-20dmaengine: shdma: prepare to stop using struct dma_chan::privateGuennadi Liakhovetski
2012-07-20dmaengine: shdma: (cosmetic) simplify a static functionGuennadi Liakhovetski
2012-07-16dmaengine: at_hdmac: add a few const qualifiersUwe Kleine-König
2012-07-16dw_dmac: use 'u32' for LLI structure members, not dma_addr_tAndy Shevchenko
2012-07-16dw_dmac: mark dwc_dump_lli inlineAndy Shevchenko
2012-07-16dma: mxs-dma: Export missing symbols from mxs-dma.cAttila Kinali
2012-07-13dma: shdma: convert to the shdma base libraryGuennadi Liakhovetski
2012-07-13dmaengine: add an shdma-base libraryGuennadi Liakhovetski
2012-07-13dma: move shdma driver to an own directoryGuennadi Liakhovetski
2012-07-13dma: tegra: rename driver and compatible to match with dtsLaxman Dewangan
2012-07-13dma: tegra: fix residual calculation for cyclic caseLaxman Dewangan
2012-07-02Merge branch 'imx/sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2...Arnd Bergmann
2012-07-01dma: ipu: remove the use of ipu_platform_dataShawn Guo
2012-06-27dma: tegra: set DMA_CYCLIC capabilityLaxman Dewangan
2012-06-27dma: tegra: do not set transfer desc flag to DMA_CTRL_ACK in cyclic modeLaxman Dewangan
2012-06-27dma: tegra: add clk_prepare/clk_unpreparePrashant Gaikwad
2012-06-27dma: tegra: use sg_dma_address() for getting dma buffer addressLaxman Dewangan
2012-06-23dmaengine: mmp_tdma: fix the arch dependencyVinod Koul
2012-06-20Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-06-21dw_dmac: introduce dwc_chan_disableAndy Shevchenko
2012-06-21dw_dmac: move from __init to __devinitAndy Shevchenko
2012-06-21dw_dmac: introduce dwc_fast_fls()Andy Shevchenko
2012-06-21dw_dmac: disable BLOCK interruptsAndy Shevchenko
2012-06-21dw_dmac: disable dma in optimal way in probeAndy Shevchenko
2012-06-21dw_dmac: use __func__ constant in the debug printsAndy Shevchenko
2012-06-21dw_dmac: print correct number of scanned descriptorsAndy Shevchenko
2012-06-21dw_dmac: introduce dwc_dump_chan_regs to dump registersAndy Shevchenko
2012-06-21dw_dmac: use proper casting to print dma_addr_t valuesAndy Shevchenko
2012-06-21dw_dmac: fix constant in the commentAndy Shevchenko
2012-06-20Viresh has movedViresh Kumar
2012-06-20dmaengine: mmp_tdma: add mmp tdma supportZhangfei Gao
2012-06-14Merge branch 'fixes' into nextVinod Koul
2012-06-14dma: coh901318: use devm allocationLinus Walleij
2012-06-14DMA: PL330: Fix racy mutex unlockJavi Merino
2012-06-12dmaengine: at_hdmac: trivial: fix comment in headerNicolas Ferre
2012-06-08dma: tegra: add dmaengine based dma driverLaxman Dewangan
2012-06-07dma: enable mxs-dma for imx6qHuang Shijie
2012-06-07DMA: PL330: Add missing static storage class specifierSachin Kamat
2012-06-07dma: imx-sdma: buf_tail should be initialize in prepare functionRichard Zhao
2012-06-07dmaengine: pl330: dont complete descriptor for cyclic dmaTushar Behera
2012-05-26Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-26Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-25Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-05-17Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-05-16Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ...Arnd Bergmann