Re: [PATCH 1/2] dmaengine: Introduce DW AXI DMAC driver

2018-02-20 Thread Andy Shevchenko
On Tue, Feb 20, 2018 at 2:30 PM, Eugeniy Paltsev wrote: > 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. Just few comments, code looks fine I hope

[PATCH 1/2] dmaengine: Introduce DW AXI DMAC driver

2018-02-20 Thread Eugeniy Paltsev
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 --- MAINTAINERS|6 + drivers/dma/Kconf