Re: [PATCH 3/5] dmaengine: axi-dmac: wrap entire dt parse in a function

2020-08-25 Thread Vinod Koul
On 19-08-20, 10:16, Alexandru Ardelean wrote: > All these attributes will be read from registers in newer core versions, so > just wrap the logic into a function. > > Signed-off-by: Alexandru Ardelean > --- > drivers/dma/dma-axi-dmac.c | 39 -- > 1 file

[PATCH 3/5] dmaengine: axi-dmac: wrap entire dt parse in a function

2020-08-19 Thread Alexandru Ardelean
All these attributes will be read from registers in newer core versions, so just wrap the logic into a function. Signed-off-by: Alexandru Ardelean --- drivers/dma/dma-axi-dmac.c | 39 -- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git