summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-07-2515-1717/+4083
|\
| * dmaengine: Cleanup logging messagesJoe Perches2012-07-201-8/+12
| * dma: sh: provide a migration path for slave drivers to stop using .privateGuennadi Liakhovetski2012-07-202-27/+92
| * dma: sh: use an integer slave ID to improve API compatibilityGuennadi Liakhovetski2012-07-202-18/+19
| * dmaengine: shdma: prepare to stop using struct dma_chan::privateGuennadi Liakhovetski2012-07-203-18/+17Star
| * dmaengine: shdma: (cosmetic) simplify a static functionGuennadi Liakhovetski2012-07-201-4/+4
| * dmaengine: at_hdmac: add a few const qualifiersUwe Kleine-König2012-07-161-2/+2
| * dw_dmac: use 'u32' for LLI structure members, not dma_addr_tAndy Shevchenko2012-07-162-8/+5Star
| * dw_dmac: mark dwc_dump_lli inlineAndy Shevchenko2012-07-161-1/+1
| * dma: mxs-dma: Export missing symbols from mxs-dma.cAttila Kinali2012-07-161-0/+2
| * dma: shdma: convert to the shdma base libraryGuennadi Liakhovetski2012-07-132-874/+292Star
| * dmaengine: add an shdma-base libraryGuennadi Liakhovetski2012-07-132-0/+869
| * dma: move shdma driver to an own directoryGuennadi Liakhovetski2012-07-134-2/+3
| * dma: tegra: rename driver and compatible to match with dtsLaxman Dewangan2012-07-131-3/+3
| * dma: tegra: fix residual calculation for cyclic caseLaxman Dewangan2012-07-131-6/+9
| * dma: tegra: set DMA_CYCLIC capabilityLaxman Dewangan2012-06-271-0/+2
| * dma: tegra: do not set transfer desc flag to DMA_CTRL_ACK in cyclic modeLaxman Dewangan2012-06-271-1/+1
| * dma: tegra: add clk_prepare/clk_unpreparePrashant Gaikwad2012-06-271-2/+2
| * dma: tegra: use sg_dma_address() for getting dma buffer addressLaxman Dewangan2012-06-271-1/+1
| * dmaengine: mmp_tdma: fix the arch dependencyVinod Koul2012-06-231-1/+1
| * dw_dmac: introduce dwc_chan_disableAndy Shevchenko2012-06-211-18/+14Star
| * dw_dmac: move from __init to __devinitAndy Shevchenko2012-06-211-3/+3
| * dw_dmac: introduce dwc_fast_fls()Andy Shevchenko2012-06-211-28/+18Star
| * dw_dmac: disable BLOCK interruptsAndy Shevchenko2012-06-211-0/+4
| * dw_dmac: disable dma in optimal way in probeAndy Shevchenko2012-06-211-8/+4Star
| * dw_dmac: use __func__ constant in the debug printsAndy Shevchenko2012-06-211-14/+13Star
| * dw_dmac: print correct number of scanned descriptorsAndy Shevchenko2012-06-211-1/+1
| * dw_dmac: introduce dwc_dump_chan_regs to dump registersAndy Shevchenko2012-06-211-21/+16Star
| * dw_dmac: use proper casting to print dma_addr_t valuesAndy Shevchenko2012-06-211-8/+13
| * dw_dmac: fix constant in the commentAndy Shevchenko2012-06-211-1/+1
| * dmaengine: mmp_tdma: add mmp tdma supportZhangfei Gao2012-06-203-0/+621
| * Merge branch 'fixes' into nextVinod Koul2012-06-141-16/+10Star
| |\
| * | dma: coh901318: use devm allocationLinus Walleij2012-06-141-48/+24Star
| * | dmaengine: at_hdmac: trivial: fix comment in headerNicolas Ferre2012-06-121-4/+3Star
| * | dma: tegra: add dmaengine based dma driverLaxman Dewangan2012-06-083-0/+1425
| * | dma: enable mxs-dma for imx6qHuang Shijie2012-06-072-2/+1Star
* | | Merge branch 'imx/sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2...Arnd Bergmann2012-07-022-10/+12
|\ \ \
| * | | dma: ipu: remove the use of ipu_platform_dataShawn Guo2012-07-012-10/+12
* | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-06-212-20/+16Star
|\ \ \ \ | | |_|/ | |/| |
| * | | DMA: PL330: Fix racy mutex unlockJavi Merino2012-06-141-16/+10Star
| | |/ | |/|
| * | DMA: PL330: Add missing static storage class specifierSachin Kamat2012-06-071-1/+1
| * | dma: imx-sdma: buf_tail should be initialize in prepare functionRichard Zhao2012-06-071-2/+4
| * | dmaengine: pl330: dont complete descriptor for cyclic dmaTushar Behera2012-06-071-1/+1
| |/
* / Viresh has movedViresh Kumar2012-06-201-1/+1
|/
* Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-262-61/+128
|\
| * Merge branch 'imx/dt/for-3.5' of git://git.linaro.org/people/shawnguo/linux-2...Arnd Bergmann2012-05-142-15/+31
| |\
| | * Merge branch 'imx/pinctrl' into imx/dtArnd Bergmann2012-05-147-148/+226
| | |\
| * | | dma: mxs-dma: add device tree probe supportDong Aisheng2012-05-121-5/+24
| * | | dma: mxs-dma: make platform_device_id more genericShawn Guo2012-05-121-36/+79
| * | | dma: mxs-dma: let dma_is_apbh and apbh_is_old take parameterShawn Guo2012-05-121-12/+16