summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2016-08-31dmaengine: qcom_hidma: add error reporting for tx_statusSinan Kaya3-31/+33
2016-08-31dmaengine: qcom_hidma: report transfer errors with new interfaceSinan Kaya1-2/+8
2016-08-31dmaengine: qcom_hidma: release the descriptor before the callbackSinan Kaya1-8/+10
2016-08-08dmaengine: sh_shdma-base: convert callback to helper functionDave Jiang1-6/+6
2016-08-08dmengine: xilinx_dma: convert callback to helper functionVinod Koul1-6/+4
2016-08-08dmaengine: ioatdma: add error strings to chanerr outputDave Jiang1-4/+61
2016-08-08dmaengine: ioatdma: Add error handling to ioat driverDave Jiang2-16/+126
2016-08-08dmaengine: add support to provide error result from a DMA transationDave Jiang1-5/+17
2016-08-08dmaengine: xgene-dma: convert callback to helper functionDave Jiang1-2/+1
2016-08-08dmaengine: virt-dma: convert callback to helper functionDave Jiang1-10/+7
2016-08-08dmaengine: txx9dmac: convert callback to helper functionDave Jiang1-6/+3
2016-08-08dmaengine: timb_dma: convert callback to helper functionDave Jiang1-6/+3
2016-08-08dmaengine: tegra20-apb-dma: convert callback to helper functionDave Jiang1-6/+4
2016-08-08dmaengine: ste_dma40: convert callback to helper functionDave Jiang1-6/+4
2016-08-08dmaengine: sirf-dma: convert callback to helper functionDave Jiang1-5/+2
2016-08-08dmaengine: sh_rcar-dmac: convert callback to helper functionDave Jiang1-9/+7
2016-08-08dmaengine: qcom_hidma: convert callback to helper functionDave Jiang1-8/+3
2016-08-08dmaengine: ppc4xx_adma: convert callback to helper functionDave Jiang1-4/+1
2016-08-08dmaengine: pl330: convert callback to helper functionDave Jiang1-6/+4
2016-08-08dmaengine: pch_dma: convert callback to helper functionDave Jiang1-4/+3
2016-08-08dmaengine: nbpfaxi: convert callback to helper functionDave Jiang1-6/+3
2016-08-08dmaengine: mxs-dma: convert callback to helper functionDave Jiang1-2/+1
2016-08-08dmaengine: mv_xor: convert callback to helper functionDave Jiang1-4/+1
2016-08-08dmaengine: mpc512x_dma: convert callback to helper functionDave Jiang1-2/+1
2016-08-08dmaengine: mmp_tdma: convert callback to helper functionDave Jiang1-3/+1
2016-08-08dmaengine: mmp_pdma: convert callback to helper functionDave Jiang1-9/+5
2016-08-08dmaengine: mic_x100_dma: convert callback to helper functionDave Jiang1-4/+2
2016-08-08dmaengine: ipu: convert callback to helper functionDave Jiang1-10/+8
2016-08-08dmaengine: iop-adma: convert callback to helper functionDave Jiang1-2/+1
2016-08-08dmaengine: ioatdma: convert callback to helper functionDave Jiang1-8/+4
2016-08-08dmaengine: imx-sdma: convert callback to helper functionDave Jiang1-4/+3
2016-08-08dmaengine: imx-dma: convert callback to helper functionDave Jiang1-3/+1
2016-08-08dmaengine: fsldma: convert callback to helper functionDave Jiang1-5/+1
2016-08-08dmaengine: fsl_raid: convert callback to helper functionDave Jiang1-9/+1
2016-08-08dmaengine: ep93xx_dma: convert callback to helper functionDave Jiang1-6/+4
2016-08-08dmaengine: dw: convert callback to helper functionDave Jiang1-8/+6
2016-08-08dmaengine: cppi41: convert callback to helper functionDave Jiang1-1/+1
2016-08-08dmaengine: coh901318: convert callback to helper functionDave Jiang1-6/+3
2016-08-08dmaengine: at_xdmac: convert callback to helper functionDave Jiang1-4/+4
2016-08-08dmaengine: at_hdmac: convert callback to helper functionDave Jiang1-9/+2
2016-08-08dmaengine: Add helper function to prep for error reportingDave Jiang1-0/+72
2016-07-29Merge 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