Re: [PATCH 0/4] dmaengine: rcar-dmac: Add support for R-Car V3U

2021-01-12 Thread Geert Uytterhoeven
CC linux-renesas-soc On Thu, Jan 7, 2021 at 7:15 PM Geert Uytterhoeven wrote: > This patch series adds support for the Direct Memory Access Controller > variant in the Renesas R-Car V3U (R8A779A0) SoC, to both DT bindings and > driver. > > This has been tested on the Renesas Falcon board, using

[PATCH 0/4] dmaengine: rcar-dmac: Add support for R-Car V3U

2021-01-07 Thread Geert Uytterhoeven
Hi all, This patch series adds support for the Direct Memory Access Controller variant in the Renesas R-Car V3U (R8A779A0) SoC, to both DT bindings and driver. This has been tested on the Renesas Falcon board, using external SPI loopback (spi-loopback-test) on MSIOF1 and MSIOF2. Thanks