[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180220123047.24469-1-Eugeniy.Paltsev@synopsys.com>
Date: Tue, 20 Feb 2018 15:30:45 +0300
From: Eugeniy Paltsev <Eugeniy.Paltsev@...opsys.com>
To: dmaengine@...r.kernel.org
Cc: linux-snps-arc@...ts.infradead.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, Vinod Koul <vinod.koul@...el.com>,
Dan Williams <dan.j.williams@...el.com>,
Rob Herring <robh+dt@...nel.org>,
Wan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@...el.com>,
Alexey Brodkin <Alexey.Brodkin@...opsys.com>,
Eugeniy Paltsev <Eugeniy.Paltsev@...opsys.com>
Subject: [PATCH 0/2] Introduce DW AXI DMAC driver
This patch series add 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.
Eugeniy Paltsev (2):
dmaengine: Introduce DW AXI DMAC driver
dt-bindings: Document the Synopsys DW AXI DMA bindings
.../devicetree/bindings/dma/snps,dw-axi-dmac.txt | 41 +
MAINTAINERS | 6 +
drivers/dma/Kconfig | 10 +
drivers/dma/Makefile | 1 +
drivers/dma/dw-axi-dmac/Makefile | 1 +
drivers/dma/dw-axi-dmac/axi_dma_platform.c | 1010 ++++++++++++++++++++
drivers/dma/dw-axi-dmac/axi_dma_platform.h | 342 +++++++
7 files changed, 1411 insertions(+)
create mode 100644 Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt
create mode 100644 drivers/dma/dw-axi-dmac/Makefile
create mode 100644 drivers/dma/dw-axi-dmac/axi_dma_platform.c
create mode 100644 drivers/dma/dw-axi-dmac/axi_dma_platform.h
--
2.9.3
Powered by blists - more mailing lists