summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| | * | dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior int...Angelo Dureghello2018-09-114-697/+795
| | * | dmaengine: fsldma: move spin_lock_bh to spin_lock in taskletBarry Song2018-09-031-2/+2
| | |/
| * | Merge branch 'topic/dw' into for-linusVinod Koul2018-10-241-0/+2
| |\ \
| | * | dmaengine: dw: Add alternative ACPI HIDs for Cherry Trail DMA controllersHans de Goede2018-08-291-0/+2
| | |/
| * | Merge branch 'topic/dmam' into for-linusVinod Koul2018-10-248-36/+16Star
| |\ \
| | * | dmaengine: pxa: fix semicolon.cocci warningskbuild test robot2018-09-111-1/+1
| | * | dmaengine: Revert "dmaengine: add COMPILE_TEST for the drivers"Vinod Koul2018-09-111-2/+2
| | * | dmaengine: add COMPILE_TEST for the driversHuang Shijie2018-08-291-2/+2
| | * | dmaengine: mxs-dma: use dmaenginem_async_device_register to simplify the codeHuang Shijie2018-08-291-2/+1Star
| | * | dmaengine: pxa_dma: use dmaenginem_async_device_register to simplify the codeHuang Shijie2018-08-291-2/+1Star
| | * | dmaengine: dma-jz4780: use dmaenginem_async_device_register to simplify the codeHuang Shijie2018-08-291-6/+2Star
| | * | dmaengine: ste_dma40: use dmaenginem_async_device_register to simplify the codeHuang Shijie2018-08-291-9/+5Star
| | * | dmaengine: mmp_tdma: use dmaenginem_async_device_register to simplify the codeHuang Shijie2018-08-291-5/+2Star
| | * | dmaengine: stm32-mdma: use dmaenginem_async_device_register to simplify the codeHuang Shijie2018-08-291-3/+1Star
| | * | dmaengine: dw-axi-dmac: use dmaenginem_async_device_register to simplify the ...Huang Shijie2018-08-291-3/+1Star
| | * | dmaengine: st_fdma: use dmaenginem_async_device_register to simplify the codeHuang Shijie2018-08-291-5/+2Star
| | |/
| * | Merge branch 'topic/dirn_remove' into for-linusVinod Koul2018-10-2411-50/+121
| |\ \
| | * | dmaengine: mmp_tdma: remove dma_slave_config direction usageVinod Koul2018-10-071-2/+20
| | * | dmaengine: ep93xx_dma: remove dma_slave_config direction usageVinod Koul2018-10-071-1/+20
| | * | dmaengine: k3dma: remove dma_slave_config direction usageVinod Koul2018-10-071-6/+20
| | * | dmaengine: k3dma: dont use direction for memcpyVinod Koul2018-10-071-8/+2Star
| | * | dmaengine: imx-dma: remove dma_slave_config direction usageVinod Koul2018-10-071-3/+17
| | * | dmaengine: idma: remove dma_slave_config direction usageVinod Koul2018-10-071-4/+0Star
| | * | dmaengine: hsu: remove dma_slave_config direction usageVinod Koul2018-10-071-4/+0Star
| | * | dmaengine: dw: remove dma_slave_config direction usageVinod Koul2018-10-071-5/+0Star
| | * | dmaengine: jz4740: remove dma_slave_config direction usageVinod Koul2018-10-071-3/+18
| | * | dmaengine: coh901318: remove dma_slave_config direction usageVinod Koul2018-10-071-5/+23
| | * | dmaengine: bcm2835: remove dma_slave_config direction usageVinod Koul2018-10-071-8/+0Star
| | * | dmaengine: at_hdmac: remove dma_slave_config direction usageVinod Koul2018-10-071-1/+1
| | |/
| * | Merge branch 'topic/at' into for-linusVinod Koul2018-10-241-2/+2
| |\ \
| | * | dmaengine: at_xdmac: move spin_lock_bh to spin_lock in taskletBarry Song2018-09-031-2/+2
| | |/
| * | dmaengine: ppc4xx: fix off-by-one build failureChristian Lamparter2018-10-161-1/+1
| * | dmaengine: timb_dma: Use proper enum in td_prep_slave_sgNathan Chancellor2018-10-021-1/+1
| |/
* / dmaengine: mic_x100_dma: use devm_kzalloc to fix an issueHuang Shijie2018-08-271-3/+1Star
|/
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-16/+7Star
|\
| * dmaengine: Convert to new IDA APIMatthew Wilcox2018-08-221-16/+7Star
* | Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-08-1917-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/+0Star
| | * | 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/+2Star
| | * | | 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/+37Star