Re: [RESEND PATCH 05/19] dmaengine: sun6i: Add support for A100 DMA

2020-11-28 Thread André Przywara
On 10/11/2020 06:28, Frank Lee wrote: Hi, > From: Yangtao Li > > The dma of a100 is similar to h6, with some minor changes to > support greater addressing capabilities. So apparently those changes are backwards compatible, right? Why do we need then a new struct now, when this is actually iden

Re: [RESEND PATCH 05/19] dmaengine: sun6i: Add support for A100 DMA

2020-11-18 Thread Vinod Koul
On 10-11-20, 14:28, Frank Lee wrote: > From: Yangtao Li > > The dma of a100 is similar to h6, with some minor changes to > support greater addressing capabilities. > > Add support for it. Applied, thanks -- ~Vinod

[RESEND PATCH 05/19] dmaengine: sun6i: Add support for A100 DMA

2020-11-09 Thread Frank Lee
From: Yangtao Li The dma of a100 is similar to h6, with some minor changes to support greater addressing capabilities. Add support for it. Signed-off-by: Yangtao Li --- drivers/dma/sun6i-dma.c | 25 + 1 file changed, 25 insertions(+) diff --git a/drivers/dma/sun6i-dma

[PATCH 05/19] dmaengine: sun6i: Add support for A100 DMA

2020-11-09 Thread Frank Lee
From: Yangtao Li The dma of a100 is similar to h6, with some minor changes to support greater addressing capabilities. Add support for it. Signed-off-by: Yangtao Li --- drivers/dma/sun6i-dma.c | 25 + 1 file changed, 25 insertions(+) diff --git a/drivers/dma/sun6i-dma