Re: [PATCH 2/5] dmaengine: axi-dmac: move clock enable earlier

2020-08-25 Thread Alexandru Ardelean
On Tue, Aug 25, 2020 at 2:24 PM Vinod Koul wrote: > > On 19-08-20, 10:16, Alexandru Ardelean wrote: > > The clock may also be required to read registers from the IP core (if it is > > provided and the driver needs to control it). > > So, move it earlier in the probe. > > > > Signed-off-by:

Re: [PATCH 2/5] dmaengine: axi-dmac: move clock enable earlier

2020-08-25 Thread Vinod Koul
On 19-08-20, 10:16, Alexandru Ardelean wrote: > The clock may also be required to read registers from the IP core (if it is > provided and the driver needs to control it). > So, move it earlier in the probe. > > Signed-off-by: Alexandru Ardelean > --- > drivers/dma/dma-axi-dmac.c | 8 >

[PATCH 2/5] dmaengine: axi-dmac: move clock enable earlier

2020-08-19 Thread Alexandru Ardelean
The clock may also be required to read registers from the IP core (if it is provided and the driver needs to control it). So, move it earlier in the probe. Signed-off-by: Alexandru Ardelean --- drivers/dma/dma-axi-dmac.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git