]> asedeno.scripts.mit.edu Git - linux.git/commit
dmaengine: Introduce DW AXI DMAC driver
authorEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Tue, 6 Mar 2018 11:46:14 +0000 (14:46 +0300)
committerVinod Koul <vinod.koul@intel.com>
Mon, 19 Mar 2018 08:08:16 +0000 (13:38 +0530)
commit1fe20f1b84548bbcf48b6659ea171cd46618ea3a
treee1ece30919e1a08864e6c7ade9e7dd2f1f3d0685
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2
dmaengine: Introduce DW AXI DMAC driver

This patch adds support for the DW AXI DMAC controller.
DW AXI DMAC is a part of HSDK development board from Synopsys.

In this driver implementation only DMA_MEMCPY transfers are
supported.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
MAINTAINERS
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/dw-axi-dmac/Makefile [new file with mode: 0644]
drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c [new file with mode: 0644]
drivers/dma/dw-axi-dmac/dw-axi-dmac.h [new file with mode: 0644]