summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: sh: rcar-dmac: Fix glitch in dmaengine_tx_statusAchim Dahlhoff2019-05-021-3/+23
* dmaengine: sh: rcar-dmac: With cyclic DMA residue 0 is validDirk Behme2019-05-021-1/+3
* dmaengine: tegra: avoid overflow of byte trackingBen Dooks2019-04-051-1/+4
* dmaengine: qcom_hidma: initialize tx flags in hidma_prep_dma_*Shunyong Yang2019-04-051-0/+2
* dmaengine: qcom_hidma: assign channel cookie correctlyShunyong Yang2019-04-051-8/+9
* dmaengine: imx-dma: fix warning comparison of distinct pointer typesAnders Roxell2019-04-051-1/+1
* dmaengine: usb-dmac: Make DMAC system sleep callbacks explicitPhuong Nguyen2019-03-231-0/+2
* dmaengine: dmatest: Abort test in case of mapping errorAndy Shevchenko2019-03-131-16/+12
* dmaengine: at_xdmac: Fix wrongfull report of a channel as in useCodrin Ciubotariu2019-03-131-9/+10
* dmaengine: imx-dma: fix wrong callback invokeLeonid Iziumtsev2019-02-121-4/+4
* dmaengine: bcm2835: Fix abort of transactionsLukas Wunner2019-02-121-32/+9
* dmaengine: bcm2835: Fix interrupt race on RTLukas Wunner2019-02-121-15/+18
* dmaengine: xilinx_dma: Remove __aligned attribute on zynqmp_dma_desc_llNathan Chancellor2019-02-121-1/+1
* dmaengine: cppi41: delete channel from pending list when stop channelBin Liu2018-12-131-1/+15
* dmaengine: imx-sdma: use GFP_NOWAIT for dma descriptor allocationsLucas Stach2018-12-131-1/+1
* dmaengine: imx-sdma: implement channel termination via workerLucas Stach2018-12-131-13/+38
* Revert "dmaengine: imx-sdma: alloclate bd memory from dma pool"Lucas Stach2018-12-131-12/+6
* Revert "dmaengine: imx-sdma: Use GFP_NOWAIT for dma allocations"Lucas Stach2018-12-131-2/+2
* dmaengine: dw: Fix FIFO size for Intel MerrifieldAndy Shevchenko2018-12-131-3/+3
* dmaengine: at_hdmac: fix module unloadingRichard Genoud2018-12-051-0/+2
* dmaengine: at_hdmac: fix memory leak in at_dma_xlate()Richard Genoud2018-12-051-1/+7
* dmaengine: ppc4xx: fix off-by-one build failureChristian Lamparter2018-11-131-1/+1
* dmaengine: dma-jz4780: Return error if not probed from DTPaul Cercueil2018-11-131-0/+5
* driver/dma/ioat: Call del_timer_sync() without holding prep_lockWaiman Long2018-11-131-1/+8
* dmaengine: mic_x100_dma: use devm_kzalloc to fix an issueHuang Shijie2018-08-271-3/+1
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-16/+7
|\
| * dmaengine: Convert to new IDA APIMatthew Wilcox2018-08-211-16/+7
* | Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-08-1817-300/+1532
|\ \
| * \ Merge branch 'topic/pl330' into for-linusVinod Koul2018-08-171-6/+6
| |\ \
| | * | dmaengine: pl330: fix irq race with terminate_allJohn Keeping2018-07-251-2/+3
| | * | dmaengine: pl330: remove set but unused variableVinod Koul2018-07-101-4/+0
| | * | dmaengine: pl330: Mark expected switch fall-throughVinod Koul2018-07-101-0/+3
| * | | Merge branch 'topic/imx' into for-linusVinod Koul2018-08-172-199/+380
| |\ \ \
| | * | | dmaengine: imx-sdma: add memcpy interfaceRobin Gong2018-07-301-3/+90
| | * | | dmaengine: imx-sdma: add SDMA_BD_MAX_CNT to replace '0xffff'Robin Gong2018-07-301-5/+6
| | * | | dmaengine: imx-sdma: add missing structure descriptionRobin Gong2018-07-061-28/+57
| | * | | dmaengine: imx-sdma: remove unused variableVinod Koul2018-07-021-5/+2
| | * | | dmaengine: imx-sdma: Use GFP_NOWAIT for dma allocationsVinod Koul2018-07-021-2/+2
| | * | | dmaengine: imx-sdma: Fix some typosVinod Koul2018-07-021-3/+3
| | * | | dmaengine: imx-sdma: alloclate bd memory from dma poolRobin Gong2018-07-021-6/+12
| | * | | dmaengine: imx-sdma: add sdma_transfer_init to decrease code overlapRobin Gong2018-07-021-46/+37
| | * | | dmaengine: imx-sdma: remove the maximum limitation for bd numbersRobin Gong2018-07-021-14/+0
| | * | | dmaengine: imx-sdma: remove useless 'lock' and 'enabled' in 'struct sdma_chan...Robin Gong2018-07-021-23/+0
| | * | | dmaengine: imx-sdma: add virt-dma supportRobin Gong2018-07-022-93/+171
| | * | | dmaengine: imx-sdma: factor out a struct sdma_desc from struct sdma_channelSascha Hauer2018-07-021-54/+83
| | |/ /
| * | | Merge branch 'topic/xilinx' into for-linusVinod Koul2018-08-171-0/+22
| |\ \ \
| | * | | dmaengine: xilinx_dma: Enable VDMA S2MM vertical flip supportRadhey Shyam Pandey2018-06-291-0/+22
| | |/ /
| * | | Merge branch 'topic/ste' into for-linusVinod Koul2018-08-173-8/+19
| |\ \ \
| | * | | dmaengine: stm32: replace "%p" with "%pK"Benjamin Gaignard2018-07-092-6/+6
| | * | | dmaengine: ste_dma40: Remove VLA usageKees Cook2018-07-021-2/+13
| | |/ /