summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: at_xdmac: fix rare residue corruptionMaxime Jayat2018-04-241-2/+2
* dmaengine: ti-dma-crossbar: Fix event mapping for TPCC_EVT_MUX_60_63Vignesh R2018-03-241-1/+9
* dmaengine: zynqmp_dma: Fix race condition in the probeKedareswara rao Appana2018-03-241-1/+2
* dmaengine: qcom_hidma: check pending interruptsSinan Kaya2018-03-191-3/+6
* dmaengine: fsl-edma: disable clks on all error pathsAndreas Platschek2018-03-031-14/+14
* dmaengine: jz4740: disable/unprepare clk if probe failsTobias Jordan2018-02-251-1/+3
* dmaengine: at_hdmac: fix potential NULL pointer dereference in atc_prep_dma_i...Gustavo A. R. Silva2018-02-251-1/+3
* dmaengine: ioat: Fix error handling pathChristophe JAILLET2018-02-251-1/+1
* dmaengine: dmatest: fix container_of member in dmatest_callbackYang Shunyong2018-02-161-1/+1
* dmaengine: ti-dma-crossbar: Correct am335x/am43xx mux value typePeter Ujfalusi2017-12-201-4/+4
* dmaengine: dmatest: move callback wait queue to thread contextAdam Wallis2017-12-201-24/+31
* dmaengine: dmatest: warn user when dma test times outAdam Wallis2017-11-211-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-026-0/+6
* dmaengine: altera: Use IRQ-safe spinlock calls in the error paths as wellStefan Roese2017-10-201-2/+2
* dmaengine: altera: fix spinlock usageSylvain Lesne2017-09-281-14/+21
* dmaengine: altera: fix response FIFO emptyingSylvain Lesne2017-09-281-1/+1
* dmaengine: ti-dma-crossbar: Fix possible race condition with dma_inusePeter Ujfalusi2017-09-211-1/+2
* dmaengine: edma: Align the memcpy acnt array size with the transferPeter Ujfalusi2017-09-211-3/+16
* Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-09-0732-1157/+1605
|\
| * Merge branch 'topic/dmatest' into for-linusVinod Koul2017-09-069-781/+141
| |\
| | * dmaengine: remove BUG_ON while registering devicesVinod Koul2017-08-281-22/+79
| | * dmaengine: xgene-dma: remove unused xgene_dma_invalidate_bufferVinod Koul2017-08-221-5/+0
| | * dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang2017-08-229-737/+5
| | * dmaengine: dmatest: add support for memset testSinan Kaya2017-07-181-24/+64
| * | Merge branch 'topic/qcom' into for-linusVinod Koul2017-09-065-16/+61
| |\ \
| | * | dmaengine: qcom: bam_dma: add command descriptor flagAbhishek Sahu2017-08-281-1/+5
| | * | dmaengine: qcom_hidma: avoid freeing an uninitialized pointerAnton Vasilyev2017-08-211-1/+1
| | * | dmaengine: qcom_hidma: correct channel QOS register offsetSinan Kaya2017-07-191-1/+1
| | * | dmaengine: qcom_hidma: correct overriding messageSinan Kaya2017-07-191-4/+8
| | * | dmaengine: qcom_hidma: introduce memset supportSinan Kaya2017-07-193-9/+46
| | |/
| * | Merge branch 'topic/ppc4xx' into for-linusVinod Koul2017-09-061-13/+10
| |\ \
| | * | dmaengine: ppc4xx: remove DRIVER_ATTR() usageGreg Kroah-Hartman2017-07-211-13/+10
| | |/
| * | Merge branch 'topic/of' into for-linusVinod Koul2017-09-062-12/+10
| |\ \
| | * | dmaengine: Convert to using %pOF instead of full_nameRob Herring2017-07-192-12/+10
| | |/
| * | Merge branch 'topic/k3dma' into for-linusVinod Koul2017-09-061-8/+4
| |\ \
| | * | dmaengine: k3dma: remove useless ON_WARN_ONCE()Antonio Borneo2017-08-251-2/+0
| | * | dmaengine: k3dma: fix double free of descriptorAntonio Borneo2017-08-251-5/+1
| | * | dmaengine: k3dma: fix non-cyclic modeAntonio Borneo2017-08-251-1/+3
| | |/
| * | Merge branch 'topic/ioat' into for-linusVinod Koul2017-09-064-4/+53
| |\ \
| | * | dmaengine: ioatdma: Add intr_coalesce sysfs entryUjjal Singh2017-08-233-3/+52
| | * | dmaengine: ioat: constify pci_device_id.Arvind Yadav2017-07-181-1/+1
| | |/
| * | Merge branch 'topic/bcm' into for-linusVinod Koul2017-09-061-249/+295
| |\ \
| | * | dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_COMPLETEDAnup Patel2017-08-281-46/+17
| | * | dmaengine: bcm-sba-raid: Explicitly ACK mailbox message after sendingAnup Patel2017-08-281-3/+7
| | * | dmaengine: bcm-sba-raid: Add debugfs supportAnup Patel2017-08-281-0/+78
| | * | dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_RECEIVEDAnup Patel2017-08-281-24/+2
| | * | dmaengine: bcm-sba-raid: Re-factor sba_process_deferred_requests()Anup Patel2017-08-281-62/+47
| | * | dmaengine: bcm-sba-raid: Pre-ack async tx descriptorAnup Patel2017-08-281-0/+1
| | * | dmaengine: bcm-sba-raid: Peek mbox when we have no free requestsAnup Patel2017-08-281-5/+20
| | * | dmaengine: bcm-sba-raid: Alloc resources before registering DMA deviceAnup Patel2017-08-281-15/+15