Re: [PATCH v2 3/4] dmaengine: rcar-dmac: Add helpers for clearing DMA channel status

2021-01-26 Thread Laurent Pinchart
Hi Geert, Thank you for the patch. On Mon, Jan 25, 2021 at 03:24:30PM +0100, Geert Uytterhoeven wrote: > Extract the code to clear the status of one or all channels into their > own helpers, to prepare for the different handling of the R-Car V3U SoC. > > Signed-off-by: Geert Uytterhoeven

Re: [PATCH v2 3/4] dmaengine: rcar-dmac: Add helpers for clearing DMA channel status

2021-01-26 Thread Wolfram Sang
On Mon, Jan 25, 2021 at 03:24:30PM +0100, Geert Uytterhoeven wrote: > Extract the code to clear the status of one or all channels into their > own helpers, to prepare for the different handling of the R-Car V3U SoC. > > Signed-off-by: Geert Uytterhoeven Looks good and works fine with I2C + DMA

[PATCH v2 3/4] dmaengine: rcar-dmac: Add helpers for clearing DMA channel status

2021-01-25 Thread Geert Uytterhoeven
Extract the code to clear the status of one or all channels into their own helpers, to prepare for the different handling of the R-Car V3U SoC. Signed-off-by: Geert Uytterhoeven --- v2: - No changes. --- drivers/dma/sh/rcar-dmac.c | 15 +-- 1 file changed, 13 insertions(+), 2