aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-20dmaengine: tegra210-adma: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+3
2019-01-20Merge branch 'topic/qcom' into for-linusVinod Koul3-12/+14
2019-01-20dmaengine: qcom_hidma: assign channel cookie correctlyShunyong Yang1-8/+9
2019-01-20dmaengine: qcom_hidma: initialize tx flags in hidma_prep_dma_*Shunyong Yang1-0/+2
2019-01-08dmaengine: dw-axi-dmac: Fix trivia typoAndy Shevchenko1-1/+1
2019-01-08dmaengine: imx-sdma: refine to load context only onceRobin Gong1-0/+7
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain6-21/+21
2019-01-07dmaengine: fsl-edma: use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2019-01-07dmaengine: tegra-apb: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+3
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 descriptorsAndrea 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-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+1
2019-01-01Merge tag 'dmaengine-4.21-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds30-354/+2073
2018-12-31Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+2
2018-12-31Merge branch 'topic/xilinx' into for-linusVinod Koul2-21/+25