summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| * dmaengine: imx-sdma: Only check ratio on parts that support 1:1Angus Ainslie (Purism)2019-04-261-1/+14
| * dmaengine: xgene-dma: fix spelling mistake "descripto" -> "descriptor"Colin Ian King2019-04-261-1/+1
| * dmaengine: idma64: Move driver name to the headerAndy Shevchenko2019-04-261-5/+4
| * dmaengine: bcm2835: Drop duplicate capability setting.Michal Suchanek2019-04-261-1/+0
| * dmaengine: pl330: _stop: clear interrupt statusSugar Zhang2019-04-261-3/+7
| * dmaengine: axi-dmac: Enable DMA_INTERLEAVE capabilityDragos Bogdan2019-04-241-0/+1
| * dmaengine: axi-dmac: Don't check the number of frames for alignmentAlexandru Ardelean2019-04-241-1/+1
| * dmaengine: axi-dmac: Infer synthesis configuration parameters hardwareLars-Peter Clausen2019-04-241-12/+20
| * dmaengine: at_xdmac: only monitor overflow errors for peripheral xferNicolas Ferre2019-04-231-1/+12
| * dmaengine: at_xdmac: enhance channel errors handling in taskletNicolas Ferre2019-04-231-6/+42
| * dmaengine: at_xdmac: remove BUG_ON macro in taskletNicolas Ferre2019-04-231-1/+5
| * dmaengine: axi-dmac: extend support for ZynqMP archMichael Hennerich2019-03-251-1/+1
| * dmaengine: xgene-dma: move spin_lock_bh to spin_lock in taskletJeff Xie2019-03-251-2/+2
| * dmaengine: pl08x: be fair when re-assigning physical channelJean-Nicolas Graux2019-03-251-6/+16
| * dmaengine: axi-dmac: Split too large segmentsLars-Peter Clausen2019-03-251-20/+61
| * dmaengine: pl330: introduce debugfs interfaceKatsuhiro Suzuki2019-03-251-0/+51
| * dmaengine: tegra210-adma: update system sleep callbacksSameer Pujar2019-03-251-8/+2
| * dmaengine: tegra210-adma: use devm_clk_*() helpersSameer Pujar2019-03-251-15/+12
| * dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko2019-03-212-2/+6
* | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-061-3/+0
|\ \
| * | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-3/+0
* | | dmaengine: mediatek-cqdma: fix wrong register usage in mtk_cqdma_startShun-Chih Yu2019-04-261-1/+1
* | | dmaengine: sh: rcar-dmac: Fix glitch in dmaengine_tx_statusAchim Dahlhoff2019-04-231-3/+23
* | | dmaengine: sh: rcar-dmac: With cyclic DMA residue 0 is validDirk Behme2019-04-231-1/+3
* | | dmaengine: bcm2835: Avoid GFP_KERNEL in device_prep_slave_sgStefan Wahren2019-04-231-1/+1
|/ /
* / dmaengine: stm32-mdma: Revert "dmaengine: stm32-mdma: Add a check on read_u32...Pierre-Yves MORDRET2019-03-251-3/+1
|/
* 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/+0
| | * dmaengine: xilinx_dma: Drop SG support for VDMA IPAndrea Merello2019-01-071-52/+32
| | * 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
| | |/