Re: [PATCH] dma: qcom: Add initialization of axi and core clocks

2016-09-07 Thread Stanimir Varbanov
Hi Iaroslav, Could you Cc linux-arm-msm ML next time. Cc: Stephen and linux-arm-msm Andy, Stephen probably we don't have conclusion about adding those two clocks in bam driver but do you have some better ideas? On 08/30/2016 06:42 PM, Iaroslav Gridin wrote: > From: Voker57 > > These initializ

[PATCH] dma: qcom: Add initialization of axi and core clocks

2016-08-30 Thread Iaroslav Gridin
From: Voker57 These initialization are missing and causing bam not to init Signed-off-by: Iaroslav Gridin --- drivers/dma/qcom/bam_dma.c | 21 + 1 file changed, 21 insertions(+) diff --git a/drivers/dma/qcom/bam_dma.c b/drivers/dma/qcom/bam_dma.c index 03c4eb3..faae0c8 1006