summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2019-01-07dmaengine: qcom: bam_dma: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+2
2019-01-07dmaengine: st_fdma: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-01-07dmaengine: dma-jz4780: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-3/+2
2019-01-07dmaengine: bcm2835: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-01-07dmaengine: dw: convert to SPDX identifiersAndy Shevchenko6-20/+7
2019-01-07dmaengine: dw: Don't pollute CTL_LO on iDMA 32-bitAndy Shevchenko4-26/+47
2019-01-07dmaengine: dw: Reset DRAIN bit when resume the channelAndy Shevchenko4-7/+25
2019-01-07dmaengine: dw: Split DW and iDMA 32-bit operationsAndy Shevchenko8-179/+339
2019-01-07dmaengine: dw: Remove unused internal propertyAndy Shevchenko3-10/+1
2019-01-07dmaengine: dw: Remove misleading is_private propertyAndy Shevchenko3-7/+1
2019-01-07dmaengine: dw: Add missed multi-block support for iDMA 32-bitAndy Shevchenko1-0/+1
2019-01-07dmaengine: xilinx_dma: Drop SG support for VDMA IPAndrea Merello1-52/+32
2019-01-07dmaengine: xilinx_dma: autodetect whether the HW supports scatter-gatherAndrea Merello1-4/+10
2019-01-07dmaengine: xilinx_dma: program hardware supported buffer lengthRadhey Shyam Pandey1-4/+20
2019-01-07dmaengine: xilinx_dma: in axidma slave_sg and dma_cyclic mode align split des...Andrea Merello1-0/+9
2019-01-07dmaengine: xilinx_dma: commonize DMA copy size calculationAndrea Merello1-8/+31
2019-01-07dmaengine: tegra: add tracepoints to driverBen Dooks1-0/+7
2019-01-07dmaengine: tegra: reduce channel name field sizeBen Dooks1-1/+1
2019-01-07dmaengine: tegra: fix incorrect case of DMABen Dooks1-10/+10
2019-01-07dmaengine: tegra: make byte counters unsigned intBen Dooks1-3/+3
2019-01-07dmaengine: tegra: avoid overflow of byte trackingBen Dooks1-1/+4
2019-01-07dmaengine: stm32-mdma: Add PM Runtime supportPierre-Yves MORDRET1-6/+46
2019-01-07dmaengine: stm32-dmamux: Add PM Runtime supportPierre-Yves MORDRET1-11/+47
2019-01-07dmaengine: stm32-dma: Add PM Runtime supportPierre-Yves MORDRET1-7/+51
2019-01-07dmaengine: stm32-dma: check FIFO error interrupt enablePierre-Yves MORDRET1-5/+8
2019-01-07dmaengine: stm32-mdma: Add a check on read_u32_arrayAditya Pakki1-1/+3
2019-01-07dmaengine: qcom_hidma: Check for driver register failureAditya Pakki1-2/+1
2019-01-07dmaengine: mv_xor: Fix a missing check in mv_xor_channel_addAditya Pakki1-1/+4
2019-01-07dmaengine: fsl-qdma: add MODULE_LICENSEArnd Bergmann1-0/+1
2019-01-07dmaengine: fsl-qdma: Add qDMA controller driver for Layerscape SoCsPeng Ma3-0/+1273
2019-01-07dmaengine: fsldma: Adding macro FSL_DMA_IN/OUT implement for ARM platformPeng Ma1-19/+42
2019-01-07dmaengine: fsldma: Replace DMA_IN/OUT by FSL_DMA_IN/OUTWen He2-10/+10
2019-01-07dmaengine: sa11x0: drop useless LIST_HEADJulia Lawall1-2/+0
2019-01-07dmaengine: pl330: drop useless LIST_HEADJulia Lawall1-1/+0
2019-01-07dmaengine: st_fdma: drop useless LIST_HEADJulia Lawall1-3/+0
2019-01-07dmaengine: dw: drop useless LIST_HEADJulia Lawall1-1/+0
2019-01-07dmaengine: at_hdmac: drop useless LIST_HEADJulia Lawall1-5/+0
2019-01-02Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2019-01-02Merge tag 'dmaengine-4.21-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds30-354/+2073
2019-01-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+2
2018-12-31Merge branch 'topic/xilinx' into for-linusVinod Koul2-21/+25
2018-12-31Merge branch 'topic/uniphier' into for-linusVinod Koul3-0/+518
2018-12-31Merge branch 'topic/sprd' into for-linusVinod Koul1-17/+135
2018-12-31Merge branch 'topic/sh' into for-linusVinod Koul5-99/+2
2018-12-31Merge branch 'topic/sa11x0' into for-linusVinod Koul1-13/+8
2018-12-31Merge branch 'topic/mtk' into for-linusVinod Koul3-0/+965
2018-12-31Merge branch 'topic/imx' into for-linusVinod Koul1-3/+1
2018-12-31Merge branch 'topic/ep93xx' into for-linusVinod Koul1-3/+3
2018-12-31Merge branch 'topic/dw' into for-linusVinod Koul3-0/+12
2018-12-31Merge branch 'topic/dmatest' into for-linusVinod Koul1-53/+246