aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21dmaengine: tegra210-adma: Fix spellingJon Hunter1-1/+1
2019-05-21dmaengine: tegra210-adma: Fix channel FIFO configurationJon Hunter1-7/+22
2019-05-21dmaengine: tegra210-adma: Fix crash during probeJon Hunter1-13/+13
2019-05-21dmaengine: mediatek-cqdma: sleeping in atomic contextDan Carpenter1-2/+2
2019-05-21dmaengine: dw-axi-dmac: fix null dereference when pointer first is nullColin Ian King1-1/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner13-0/+13
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-21dmaengine: axi-dmac: Sanity check memory mapped interface supportLars-Peter Clausen1-2/+22
2019-05-21dmaengine: axi-dmac: Enable TLAST handlingMichael Hennerich1-0/+2
2019-05-21dmaengine: axi-dmac: Add support for interleaved cyclic transfersDragos Bogdan1-0/+3
2019-05-21dmaengine: stm32-dma: Fix redundant call to platform_get_irqAmelie Delaunay1-1/+0
2019-05-21dmaengine: fsl-qdma: Add improvementPeng Ma1-3/+1
2019-05-21dmaengine: jz4780: Fix transfers being ACKed too soonPaul Cercueil1-11/+21
2019-05-21dmaengine: jz4780: Use SPDX license notifierPaul Cercueil1-5/+1
2019-05-21dmaengine: sudmac: remove unused driverSimon Horman3-421/+0
2019-05-09Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds17-156/+542
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+0
2019-05-04dmaengine: tegra210-adma: restore channel statusSameer Pujar1-1/+45
2019-05-04dmaengine: tegra210-dma: free dma controller in remove()Sameer Pujar1-0/+1
2019-05-04dmaengine: tegra210-adma: add pause/resume supportSameer Pujar1-0/+51
2019-05-04dmaengine: tegra210-adma: add support for Tegra186/Tegra194Sameer Pujar1-8/+37
2019-05-04dmaengine: tegra210-adma: prepare for supporting newer Tegra chipsSameer Pujar1-34/+57
2019-05-04dmaengine: at_xdmac: remove a stray bottom half unlockDan Carpenter1-1/+1
2019-05-04dmaengine: fsl-edma: Adjust indentationKrzysztof Kozlowski1-3/+3
2019-05-04dmaengine: fsl-edma: Fix typo in Vybrid nameKrzysztof Kozlowski1-1/+1
2019-05-04dmaengine: stm32-dma: fix residue calculation in stm32-dmaArnaud Pouliquen1-13/+77
2019-04-29dmaengine: nbpfaxi: Use dev_get_drvdata()Kefeng Wang1-2/+2
2019-04-29dmaengine: bcm-sba-raid: Use dev_get_drvdata()Kefeng Wang1-2/+1
2019-04-29dmaengine: stm32-dma: Fix unsigned variable compared with zeroVinod Koul1-2/+4
2019-04-26dmaengine: stm32-dma: use platform_get_irq()Fabien Dessenne1-5/+6
2019-04-26dmaengine: mediatek-cqdma: fix wrong register usage in mtk_cqdma_startShun-Chih Yu1-1/+1
2019-04-26dmaengine: rcar-dmac: Update copyright informationHiroyuki Yokoyama1-2/+2
2019-04-26dmaengine: imx-sdma: Only check ratio on parts that support 1:1Angus Ainslie (Purism)1-1/+14
2019-04-26dmaengine: xgene-dma: fix spelling mistake "descripto" -> "descriptor"Colin Ian King1-1/+1
2019-04-26dmaengine: idma64: Move driver name to the headerAndy Shevchenko1-5/+4
2019-04-26dmaengine: bcm2835: Drop duplicate capability setting.Michal Suchanek1-1/+0
2019-04-26dmaengine: pl330: _stop: clear interrupt statusSugar Zhang1-3/+7
2019-04-24dmaengine: axi-dmac: Enable DMA_INTERLEAVE capabilityDragos Bogdan1-0/+1
2019-04-24dmaengine: axi-dmac: Don't check the number of frames for alignmentAlexandru Ardelean1-1/+1
2019-04-24dmaengine: axi-dmac: Infer synthesis configuration parameters hardwareLars-Peter Clausen1-12/+20
2019-04-23dmaengine: sh: rcar-dmac: Fix glitch in dmaengine_tx_statusAchim Dahlhoff1-3/+23
2019-04-23dmaengine: sh: rcar-dmac: With cyclic DMA residue 0 is validDirk Behme1-1/+3
2019-04-23dmaengine: bcm2835: Avoid GFP_KERNEL in device_prep_slave_sgStefan Wahren1-1/+1
2019-04-23dmaengine: at_xdmac: only monitor overflow errors for peripheral xferNicolas Ferre1-1/+12
2019-04-23dmaengine: at_xdmac: enhance channel errors handling in taskletNicolas Ferre1-6/+42
2019-04-23dmaengine: at_xdmac: remove BUG_ON macro in taskletNicolas Ferre1-1/+5
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-3/+0
2019-03-25dmaengine: stm32-mdma: Revert "dmaengine: stm32-mdma: Add a check on read_u32_array"Pierre-Yves MORDRET1-3/+1
2019-03-25dmaengine: axi-dmac: extend support for ZynqMP archMichael Hennerich1-1/+1
2019-03-25dmaengine: xgene-dma: move spin_lock_bh to spin_lock in taskletJeff Xie1-2/+2