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