[PATCH v3 2/2] dt-bindings: Document the Synopsys DW AXI DMA bindings

2018-03-06 Thread Eugeniy Paltsev
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

[PATCH v3 0/2] Introduce DW AXI DMAC driver

2018-03-06 Thread Eugeniy Paltsev
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. *

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

2018-03-06 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 --- Changes v2->v3 (suggested by Andy Shevchenko and Vinod Koul): * Fix SP

Re: uClibc-ng testsuite failures

2018-03-06 Thread Alexey Brodkin
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