summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2016-08-22dmaengine: img-mdc: fix a possible NULL dereferenceLABBE Corentin-3/+1
2016-08-22dmaengine: at_xdmac: fix to pass correct device identity to free_irq()Wei Yongjun-2/+2
2016-08-22dmaengine: fsl_raid: add missing of_node_put() in fsl_re_probe()Wei Yongjun-0/+1
2016-08-19dmaengine: pxa_dma: fix debug messageRobert Jarzmik-3/+6
2016-08-19dmaengine: pxa_dma: fix hotchain corner caseRobert Jarzmik-1/+1
2016-08-08dmaengine: usb-dmac: check CHCR.DE bit in usb_dmac_isr_channel()Yoshihiro Shimoda-8/+11
2016-07-28Merge tag 'dmaengine-4.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-251/+3108
2016-07-28Merge branch 'topic/dmaengine_cleanups' into for-linusVinod Koul-23/+222
2016-07-24dmaengine: k3dma: add missing clk_disable_unprepare() on error in k3_dma_probe()Wei Yongjun-1/+3
2016-07-24dmaengine: zynqmp_dma: add missing MODULE_LICENSEArnd Bergmann-0/+1
2016-07-24dmaengine: qcom_hidma: use for_each_matching_node() macroWei Yongjun-2/+1
2016-07-24dmaengine: zynqmp_dma: Fix static checker warningKedareswara rao Appana-3/+8
2016-07-24dmaengine: omap-dma: Support for interleaved transferPeter Ujfalusi-4/+92
2016-07-23dmaengine: ioat: statify symbolVinod Koul-1/+1
2016-07-23dmaengine: pxa_dma: implement device_synchronizeRobert Jarzmik-0/+15
2016-07-23dmaengine: imx-sdma: remove assignment never usedVinod Koul-2/+1
2016-07-23dmaengine: imx-sdma: remove dummy assignmentVinod Koul-2/+0
2016-07-23dmaengine: cppi: remove unused and bogus checkVinod Koul-3/+0
2016-07-23dmaengine: qcom_hidma_lli: kill the tasklets upon exitVinod Koul-0/+1
2016-07-23dmaengine: pxa_dma: remove owner assignmentVinod Koul-1/+0
2016-07-23dmaengine: fsl_raid: remove owner assignmentVinod Koul-1/+0
2016-07-23dmaengine: coh901318: remove owner assignmentVinod Koul-1/+0
2016-07-23dmaengine: qcom_hidma: kill the tasklets upon exitVinod Koul-0/+1
2016-07-23dmaengine: txx9dmac: explicitly freeup irqVinod Koul-2/+7
2016-07-23dmaengine: sirf-dma: kill the tasklets upon exitVinod Koul-0/+1
2016-07-23dmaengine: s3c24xx: kill the tasklets upon exitVinod Koul-1/+3
2016-07-23dmaengine: s3c24xx: explicitly freeup irqVinod Koul-0/+14
2016-07-16dmaengine: pl330: explicitly freeup irqVinod Koul-0/+6
2016-07-16dmaengine: omap-dma: explicitly freeup irqVinod Koul-0/+4
2016-07-16dmaengine: mpc512x: kill the tasklets upon exitVinod Koul-0/+1
2016-07-16dmaengine: nbpfaxi: kill the tasklets upon exitVinod Koul-0/+2
2016-07-16dmaengine: nbpfaxi: explicitly freeup irqVinod Koul-0/+11
2016-07-16dmaengine: moxart-dma: explicitly freeup irqVinod Koul-0/+4
2016-07-16dmaengine: mmp_tdma: statify symbolsVinod Koul-2/+2
2016-07-16dmaengine: mmp_pdma: explicitly freeup irqVinod Koul-0/+19
2016-07-16dmaengine: k3dma: explicitly freeup irqVinod Koul-0/+5
2016-07-16dmaengine: imx-sdma: explicitly freeup irqVinod Koul-0/+4
2016-07-16dmaengine: imx-dma: fix coding style issueVinod Koul-1/+1
2016-07-16dmaengine: imx-dma: explicitly freeup irqVinod Koul-0/+29
2016-07-16dmaengine: fsl-edma: kill the tasklets upon exitVinod Koul-0/+12
2016-07-16dmaengine: jz4740: kill the tasklets upon exitVinod Koul-0/+14
2016-07-16dmaengine: fsl_raid: fix size_t print specifiersVinod Koul-3/+3
2016-07-16dmaengine: fsl_raid: kill the tasklets upon exitVinod Koul-0/+2
2016-07-16dmaengine: fsl-edma: explicitly freeup irqVinod Koul-0/+12
2016-07-16dmaengine: edma: kill the tasklets upon exitVinod Koul-0/+13
2016-07-16dmaengine: edma: explicitly freeup irqVinod Koul-0/+8
2016-07-16dmaengine: coh901318: statify symbolsVinod Koul-3/+3
2016-07-16dmaengine: coh901318: kill the tasklets upon exitVinod Koul-0/+18
2016-07-16dmaengine: coh901318: explicitly freeup irqVinod Koul-0/+5
2016-07-16dmaengine: dmatest: Add support for scatter-gather DMA modeKedareswara rao Appana-2/+41