summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: stm32-mdma: Revert "dmaengine: stm32-mdma: Add a check on read_u32...Pierre-Yves MORDRET2019-03-251-3/+1Star
* Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-03-1448-630/+2453
|\
| * Merge branch 'topic/xilinx' into for-linusVinod Koul2019-03-121-70/+100
| |\
| | * dmaengine: xilinx_dma: remove set but not used variable 'tail_segment'YueHaibing2019-01-201-4/+0Star
| | * dmaengine: xilinx_dma: Drop SG support for VDMA IPAndrea Merello2019-01-071-52/+32Star
| | * dmaengine: xilinx_dma: autodetect whether the HW supports scatter-gatherAndrea Merello2019-01-071-4/+10
| | * dmaengine: xilinx_dma: program hardware supported buffer lengthRadhey Shyam Pandey2019-01-071-4/+20
| | * dmaengine: xilinx_dma: in axidma slave_sg and dma_cyclic mode align split des...Andrea Merello2019-01-071-0/+9
| | * dmaengine: xilinx_dma: commonize DMA copy size calculationAndrea Merello2019-01-071-8/+31
| * | Merge branch 'topic/tegra' into for-linusVinod Koul2019-03-122-19/+31
| |\ \
| | * | dmaengine: tegra210-adma: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-01-201-2/+3
| | * | dmaengine: tegra-apb: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-01-071-2/+3
| | * | dmaengine: tegra: add tracepoints to driverBen Dooks2019-01-071-0/+7
| | * | dmaengine: tegra: reduce channel name field sizeBen Dooks2019-01-071-1/+1
| | * | dmaengine: tegra: fix incorrect case of DMABen Dooks2019-01-071-10/+10
| | * | dmaengine: tegra: make byte counters unsigned intBen Dooks2019-01-071-3/+3
| | * | dmaengine: tegra: avoid overflow of byte trackingBen Dooks2019-01-071-1/+4
| | |/
| * | Merge branch 'topic/stm' into for-linusVinod Koul2019-03-123-30/+155
| |\ \
| | * | dmaengine: stm32-mdma: Add PM Runtime supportPierre-Yves MORDRET2019-01-071-6/+46
| | * | dmaengine: stm32-dmamux: Add PM Runtime supportPierre-Yves MORDRET2019-01-071-11/+47
| | * | dmaengine: stm32-dma: Add PM Runtime supportPierre-Yves MORDRET2019-01-071-7/+51
| | * | dmaengine: stm32-dma: check FIFO error interrupt enablePierre-Yves MORDRET2019-01-071-5/+8
| | * | dmaengine: stm32-mdma: Add a check on read_u32_arrayAditya Pakki2019-01-071-1/+3
| | |/
| * | Merge branch 'topic/sh' into for-linusVinod Koul2019-03-121-0/+2
| |\ \
| | * | dmaengine: usb-dmac: Make DMAC system sleep callbacks explicitPhuong Nguyen2019-01-201-0/+2
| | |/
| * | Merge branch 'topic/mv' into for-linusVinod Koul2019-03-121-1/+4
| |\ \
| | * | dmaengine: mv_xor: Fix a missing check in mv_xor_channel_addAditya Pakki2019-01-071-1/+4
| | |/
| * | Merge branch 'topic/k3dma' into for-linusVinod Koul2019-03-121-9/+52
| |\ \
| | * | dmaengine: k3dma: Add support for dma-channel-maskLi Yu2019-02-041-1/+19
| | * | dmaengine: k3dma: Delete axi_configLi Yu2019-02-041-3/+0Star
| | * | dmaengine: k3dma: Upgrade k3dma driver to support hisi_asp_dma hardwareYoulin Wang2019-02-041-5/+33
| | |/
| * | Merge branch 'topic/imx' into for-linusVinod Koul2019-03-122-12/+18
| |\ \
| | * | dmaengine: imx-sdma: pass ->dev to dma_alloc_coherent() APIAndy Duan2019-01-201-7/+8
| | * | dmaengine: imx-dma: change return of 'imxdma_sg_next' to voidVinod Koul2019-01-201-3/+1Star
| | * | dmaengine: imx-dma: change variable 'now' type to size_tVinod Koul2019-01-201-1/+1
| | * | dmaengine: imx-dma: fix warning comparison of distinct pointer typesAnders Roxell2019-01-201-1/+1
| | * | dmaengine: imx-sdma: refine to load context only onceRobin Gong2019-01-081-0/+7
| | |/
| * | Merge branch 'topic/fsl' into for-linusVinod Koul2019-03-129-35/+1399
| |\ \
| | * | dmaengine: fsldma: Add 64-bit I/O accessors for powerpc64Scott Wood2019-02-041-1/+6
| | * | dmaengine: fsl-edma: dma map slave device addressLaurentiu Tudor2019-02-044-4/+68
| | * | dmaengine: fsl-edma: use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-071-3/+1Star
| | * | dmaengine: fsl-qdma: add MODULE_LICENSEArnd Bergmann2019-01-071-0/+1
| | * | dmaengine: fsl-qdma: Add qDMA controller driver for Layerscape SoCsPeng Ma2019-01-073-0/+1273
| | * | dmaengine: fsldma: Adding macro FSL_DMA_IN/OUT implement for ARM platformPeng Ma2019-01-071-19/+42
| | * | dmaengine: fsldma: Replace DMA_IN/OUT by FSL_DMA_IN/OUTWen He2019-01-072-10/+10
| | |/
| * | Merge branch 'topic/dw' into for-linusVinod Koul2019-03-1210-248/+420
| |\ \
| | * | dmaengine: dw-axi-dmac: Fix trivia typoAndy Shevchenko2019-01-081-1/+1
| | * | dmaengine: dw: convert to SPDX identifiersAndy Shevchenko2019-01-076-20/+7Star
| | * | dmaengine: dw: Don't pollute CTL_LO on iDMA 32-bitAndy Shevchenko2019-01-074-26/+47
| | * | dmaengine: dw: Reset DRAIN bit when resume the channelAndy Shevchenko2019-01-074-7/+25