This patch adds documentation of device tree bindings for the Synopsys
DesignWare AXI DMA controller.
Signed-off-by: Eugeniy Paltsev
---
Changes v2->v3:
* None.
.../devicetree/bindings/dma/snps,dw-axi-dmac.txt | 41 ++
1 file changed, 41 insertions(+)
create mode 100644
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.
Changes v2->v3 (suggested by Andy Shevchenko and Vinod Koul):
* Fix SPDX licence comment style.
*
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
---
Changes v2->v3 (suggested by Andy Shevchenko and Vinod Koul):
* Fix SP
Hi Waldemar,
On Mon, 2018-02-26 at 21:50 +0100, Waldemar Brodkorb wrote:
> Hi Vineet,
> Vineet Gupta wrote,
>
> > On 02/26/2018 11:59 AM, Waldemar Brodkorb wrote:
> > > > > The syscall cancellation failures are still there with gcc 7.3.0 and
> > > > > binutils 2.30. Do you have any patches on top