summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2018-05-30dmaengine: qcom: bam_dma: get num-channels and num-ees from dtSrinivas Kandagatla1-5/+22
2018-05-30dmaengine: rcar-dmac: Check the done lists in rcar_dmac_chan_get_residue()Yoshihiro Shimoda1-0/+9
2018-05-30dmaengine: pl330: fix a race condition in case of threaded irqsQi Hou1-2/+4
2018-05-30dmaengine: mv_xor_v2: Fix clock resource by adding a register clockGregory CLEMENT1-5/+20
2018-05-30dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3Yoshihiro Shimoda1-1/+1
2018-04-24dmaengine: at_xdmac: fix rare residue corruptionMaxime Jayat1-2/+2
2018-03-24dmaengine: ti-dma-crossbar: Fix event mapping for TPCC_EVT_MUX_60_63Vignesh R1-1/+9
2018-03-24dmaengine: zynqmp_dma: Fix race condition in the probeKedareswara rao Appana1-1/+2
2018-03-19dmaengine: qcom_hidma: check pending interruptsSinan Kaya1-3/+6
2018-03-03dmaengine: fsl-edma: disable clks on all error pathsAndreas Platschek1-14/+14
2018-02-25dmaengine: jz4740: disable/unprepare clk if probe failsTobias Jordan1-1/+3
2018-02-25dmaengine: at_hdmac: fix potential NULL pointer dereference in atc_prep_dma_i...Gustavo A. R. Silva1-1/+3
2018-02-25dmaengine: ioat: Fix error handling pathChristophe JAILLET1-1/+1
2018-02-16dmaengine: dmatest: fix container_of member in dmatest_callbackYang Shunyong1-1/+1
2017-12-20dmaengine: ti-dma-crossbar: Correct am335x/am43xx mux value typePeter Ujfalusi1-4/+4
2017-12-20dmaengine: dmatest: move callback wait queue to thread contextAdam Wallis1-24/+31
2017-11-21dmaengine: dmatest: warn user when dma test times outAdam Wallis1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman6-0/+6
2017-10-20dmaengine: altera: Use IRQ-safe spinlock calls in the error paths as wellStefan Roese1-2/+2
2017-09-28dmaengine: altera: fix spinlock usageSylvain Lesne1-14/+21
2017-09-28dmaengine: altera: fix response FIFO emptyingSylvain Lesne1-1/+1
2017-09-21dmaengine: ti-dma-crossbar: Fix possible race condition with dma_inusePeter Ujfalusi1-1/+2
2017-09-21dmaengine: edma: Align the memcpy acnt array size with the transferPeter Ujfalusi1-3/+16
2017-09-08Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds32-1157/+1605
2017-09-06Merge branch 'topic/dmatest' into for-linusVinod Koul9-781/+141
2017-09-06Merge branch 'topic/qcom' into for-linusVinod Koul5-16/+61
2017-09-06Merge branch 'topic/ppc4xx' into for-linusVinod Koul1-13/+10
2017-09-06Merge branch 'topic/of' into for-linusVinod Koul2-12/+10
2017-09-06Merge branch 'topic/k3dma' into for-linusVinod Koul1-8/+4
2017-09-06Merge branch 'topic/ioat' into for-linusVinod Koul4-4/+53
2017-09-06Merge branch 'topic/bcm' into for-linusVinod Koul1-249/+295
2017-09-06Merge branch 'topic/altera' into for-linusVinod Koul3-0/+934
2017-09-05dmaengine: sun6i: support V3s SoC variantIcenowy Zheng1-0/+13
2017-09-05dmaengine: sun6i: make gate bit in sun8i's DMA engines a common quirkIcenowy Zheng1-7/+13
2017-09-05dmaengine: xilinx_dma: Fix error code format specifierLars-Peter Clausen1-15/+15
2017-08-29dmaengine: altera: Use macros instead of structs to describe the registersStefan Roese1-45/+35
2017-08-28dmaengine: ti-dma-crossbar: Fix dra7 reserve functionAlexander Smirnov1-1/+1
2017-08-28dmaengine: pl330: constify amba_idArvind Yadav1-1/+1
2017-08-28dmaengine: pl08x: constify amba_idArvind Yadav1-1/+1
2017-08-28dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_COMPLETEDAnup Patel1-46/+17
2017-08-28dmaengine: bcm-sba-raid: Explicitly ACK mailbox message after sendingAnup Patel1-3/+7
2017-08-28dmaengine: bcm-sba-raid: Add debugfs supportAnup Patel1-0/+78
2017-08-28dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_RECEIVEDAnup Patel1-24/+2
2017-08-28dmaengine: bcm-sba-raid: Re-factor sba_process_deferred_requests()Anup Patel1-62/+47
2017-08-28dmaengine: bcm-sba-raid: Pre-ack async tx descriptorAnup Patel1-0/+1
2017-08-28dmaengine: bcm-sba-raid: Peek mbox when we have no free requestsAnup Patel1-5/+20
2017-08-28dmaengine: bcm-sba-raid: Alloc resources before registering DMA deviceAnup Patel1-15/+15
2017-08-28dmaengine: bcm-sba-raid: Improve sba_issue_pending() run durationAnup Patel1-109/+125
2017-08-28dmaengine: bcm-sba-raid: Increase number of free sba_requestAnup Patel1-12/+13
2017-08-28dmaengine: bcm-sba-raid: Allow arbitrary number free sba_requestAnup Patel1-16/+10