aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-28Merge tag 'dmaengine-4.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds49-251/+3108
2016-07-28Merge branch 'topic/dmaengine_cleanups' into for-linusVinod Koul23-23/+222
2016-07-24dmaengine: k3dma: add missing clk_disable_unprepare() on error in k3_dma_probe()Wei Yongjun1-1/+3
2016-07-24dmaengine: zynqmp_dma: add missing MODULE_LICENSEArnd Bergmann1-0/+1
2016-07-24dmaengine: qcom_hidma: use for_each_matching_node() macroWei Yongjun1-2/+1
2016-07-24dmaengine: zynqmp_dma: Fix static checker warningKedareswara rao Appana1-3/+8
2016-07-24dmaengine: omap-dma: Support for interleaved transferPeter Ujfalusi1-4/+92
2016-07-23dmaengine: ioat: statify symbolVinod Koul1-1/+1
2016-07-23dmaengine: pxa_dma: implement device_synchronizeRobert Jarzmik1-0/+15
2016-07-23dmaengine: imx-sdma: remove assignment never usedVinod Koul1-2/+1
2016-07-23dmaengine: imx-sdma: remove dummy assignmentVinod Koul1-2/+0
2016-07-23dmaengine: cppi: remove unused and bogus checkVinod Koul1-3/+0
2016-07-23dmaengine: qcom_hidma_lli: kill the tasklets upon exitVinod Koul1-0/+1
2016-07-23dmaengine: pxa_dma: remove owner assignmentVinod Koul1-1/+0
2016-07-23dmaengine: fsl_raid: remove owner assignmentVinod Koul1-1/+0
2016-07-23dmaengine: coh901318: remove owner assignmentVinod Koul1-1/+0
2016-07-23dmaengine: qcom_hidma: kill the tasklets upon exitVinod Koul1-0/+1
2016-07-23dmaengine: txx9dmac: explicitly freeup irqVinod Koul1-2/+7
2016-07-23dmaengine: sirf-dma: kill the tasklets upon exitVinod Koul1-0/+1
2016-07-23dmaengine: s3c24xx: kill the tasklets upon exitVinod Koul1-1/+3
2016-07-23dmaengine: s3c24xx: explicitly freeup irqVinod Koul1-0/+14
2016-07-16dmaengine: pl330: explicitly freeup irqVinod Koul1-0/+6
2016-07-16dmaengine: omap-dma: explicitly freeup irqVinod Koul1-0/+4
2016-07-16dmaengine: mpc512x: kill the tasklets upon exitVinod Koul1-0/+1
2016-07-16dmaengine: nbpfaxi: kill the tasklets upon exitVinod Koul1-0/+2
2016-07-16dmaengine: nbpfaxi: explicitly freeup irqVinod Koul1-0/+11
2016-07-16dmaengine: moxart-dma: explicitly freeup irqVinod Koul1-0/+4
2016-07-16dmaengine: mmp_tdma: statify symbolsVinod Koul1-2/+2
2016-07-16dmaengine: mmp_pdma: explicitly freeup irqVinod Koul1-0/+19
2016-07-16dmaengine: k3dma: explicitly freeup irqVinod Koul1-0/+5
2016-07-16dmaengine: imx-sdma: explicitly freeup irqVinod Koul1-0/+4
2016-07-16dmaengine: imx-dma: fix coding style issueVinod Koul1-1/+1
2016-07-16dmaengine: imx-dma: explicitly freeup irqVinod Koul1-0/+29
2016-07-16dmaengine: fsl-edma: kill the tasklets upon exitVinod Koul1-0/+12
2016-07-16dmaengine: jz4740: kill the tasklets upon exitVinod Koul1-0/+14
2016-07-16dmaengine: fsl_raid: fix size_t print specifiersVinod Koul1-3/+3
2016-07-16dmaengine: fsl_raid: kill the tasklets upon exitVinod Koul1-0/+2
2016-07-16dmaengine: fsl-edma: explicitly freeup irqVinod Koul1-0/+12
2016-07-16dmaengine: edma: kill the tasklets upon exitVinod Koul1-0/+13
2016-07-16dmaengine: edma: explicitly freeup irqVinod Koul1-0/+8
2016-07-16dmaengine: coh901318: statify symbolsVinod Koul1-3/+3
2016-07-16dmaengine: coh901318: kill the tasklets upon exitVinod Koul1-0/+18
2016-07-16dmaengine: coh901318: explicitly freeup irqVinod Koul1-0/+5
2016-07-16dmaengine: dmatest: Add support for scatter-gather DMA modeKedareswara rao Appana1-2/+41
2016-07-16Merge branch 'topic/xilinx' into for-linusVinod Koul4-59/+1596
2016-07-16Merge branch 'topic/ti' into for-linusVinod Koul1-1/+1
2016-07-16Merge branch 'topic/tegra' into for-linusVinod Koul1-7/+5
2016-07-16Merge branch 'topic/st' into for-linusVinod Koul1-1/+1
2016-07-16Merge branch 'topic/sirf' into for-linusVinod Koul1-3/+3
2016-07-16Merge branch 'topic/sh' into for-linusVinod Koul1-4/+37