aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2016-08-22dmaengine: img-mdc: fix a possible NULL dereferenceGravatar LABBE Corentin 1-3/+1
2016-08-22dmaengine: at_xdmac: fix to pass correct device identity to free_irq()Gravatar Wei Yongjun 1-2/+2
2016-08-22dmaengine: fsl_raid: add missing of_node_put() in fsl_re_probe()Gravatar Wei Yongjun 1-0/+1
2016-08-19dmaengine: pxa_dma: fix debug messageGravatar Robert Jarzmik 1-3/+6
2016-08-19dmaengine: pxa_dma: fix hotchain corner caseGravatar Robert Jarzmik 1-1/+1
2016-08-08dmaengine: usb-dmac: check CHCR.DE bit in usb_dmac_isr_channel()Gravatar Yoshihiro Shimoda 1-8/+11
2016-07-28Merge tag 'dmaengine-4.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 49-251/+3108
2016-07-28Merge branch 'topic/dmaengine_cleanups' into for-linusGravatar Vinod Koul 23-23/+222
2016-07-24dmaengine: k3dma: add missing clk_disable_unprepare() on error in k3_dma_probe()Gravatar Wei Yongjun 1-1/+3
2016-07-24dmaengine: zynqmp_dma: add missing MODULE_LICENSEGravatar Arnd Bergmann 1-0/+1
2016-07-24dmaengine: qcom_hidma: use for_each_matching_node() macroGravatar Wei Yongjun 1-2/+1
2016-07-24dmaengine: zynqmp_dma: Fix static checker warningGravatar Kedareswara rao Appana 1-3/+8
2016-07-24dmaengine: omap-dma: Support for interleaved transferGravatar Peter Ujfalusi 1-4/+92
2016-07-23dmaengine: ioat: statify symbolGravatar Vinod Koul 1-1/+1
2016-07-23dmaengine: pxa_dma: implement device_synchronizeGravatar Robert Jarzmik 1-0/+15
2016-07-23dmaengine: imx-sdma: remove assignment never usedGravatar Vinod Koul 1-2/+1
2016-07-23dmaengine: imx-sdma: remove dummy assignmentGravatar Vinod Koul 1-2/+0
2016-07-23dmaengine: cppi: remove unused and bogus checkGravatar Vinod Koul 1-3/+0
2016-07-23dmaengine: qcom_hidma_lli: kill the tasklets upon exitGravatar Vinod Koul 1-0/+1
2016-07-23dmaengine: pxa_dma: remove owner assignmentGravatar Vinod Koul 1-1/+0
2016-07-23dmaengine: fsl_raid: remove owner assignmentGravatar Vinod Koul 1-1/+0
2016-07-23dmaengine: coh901318: remove owner assignmentGravatar Vinod Koul 1-1/+0
2016-07-23dmaengine: qcom_hidma: kill the tasklets upon exitGravatar Vinod Koul 1-0/+1
2016-07-23dmaengine: txx9dmac: explicitly freeup irqGravatar Vinod Koul 1-2/+7
2016-07-23dmaengine: sirf-dma: kill the tasklets upon exitGravatar Vinod Koul 1-0/+1
2016-07-23dmaengine: s3c24xx: kill the tasklets upon exitGravatar Vinod Koul 1-1/+3
2016-07-23dmaengine: s3c24xx: explicitly freeup irqGravatar Vinod Koul 1-0/+14
2016-07-16dmaengine: pl330: explicitly freeup irqGravatar Vinod Koul 1-0/+6
2016-07-16dmaengine: omap-dma: explicitly freeup irqGravatar Vinod Koul 1-0/+4
2016-07-16dmaengine: mpc512x: kill the tasklets upon exitGravatar Vinod Koul 1-0/+1
2016-07-16dmaengine: nbpfaxi: kill the tasklets upon exitGravatar Vinod Koul 1-0/+2
2016-07-16dmaengine: nbpfaxi: explicitly freeup irqGravatar Vinod Koul 1-0/+11
2016-07-16dmaengine: moxart-dma: explicitly freeup irqGravatar Vinod Koul 1-0/+4
2016-07-16dmaengine: mmp_tdma: statify symbolsGravatar Vinod Koul 1-2/+2
2016-07-16dmaengine: mmp_pdma: explicitly freeup irqGravatar Vinod Koul 1-0/+19
2016-07-16dmaengine: k3dma: explicitly freeup irqGravatar Vinod Koul 1-0/+5
2016-07-16dmaengine: imx-sdma: explicitly freeup irqGravatar Vinod Koul 1-0/+4
2016-07-16dmaengine: imx-dma: fix coding style issueGravatar Vinod Koul 1-1/+1
2016-07-16dmaengine: imx-dma: explicitly freeup irqGravatar Vinod Koul 1-0/+29
2016-07-16dmaengine: fsl-edma: kill the tasklets upon exitGravatar Vinod Koul 1-0/+12
2016-07-16dmaengine: jz4740: kill the tasklets upon exitGravatar Vinod Koul 1-0/+14
2016-07-16dmaengine: fsl_raid: fix size_t print specifiersGravatar Vinod Koul 1-3/+3
2016-07-16dmaengine: fsl_raid: kill the tasklets upon exitGravatar Vinod Koul 1-0/+2
2016-07-16dmaengine: fsl-edma: explicitly freeup irqGravatar Vinod Koul 1-0/+12
2016-07-16dmaengine: edma: kill the tasklets upon exitGravatar Vinod Koul 1-0/+13
2016-07-16dmaengine: edma: explicitly freeup irqGravatar Vinod Koul 1-0/+8
2016-07-16dmaengine: coh901318: statify symbolsGravatar Vinod Koul 1-3/+3
2016-07-16dmaengine: coh901318: kill the tasklets upon exitGravatar Vinod Koul 1-0/+18
2016-07-16dmaengine: coh901318: explicitly freeup irqGravatar Vinod Koul 1-0/+5
2016-07-16dmaengine: dmatest: Add support for scatter-gather DMA modeGravatar Kedareswara rao Appana 1-2/+41