Re: [PATCH] clk: qcom: gcc-qcs404: Add CDSP related clocks and resets

2019-04-11 Thread Stephen Boyd
Quoting Bjorn Andersson (2019-03-05 21:51:48) > Add the clocks and resets need in order to control the Turing > remoteproc. > > Signed-off-by: Bjorn Andersson > --- Applied to clk-next

Re: [PATCH] clk: qcom: gcc-qcs404: Add CDSP related clocks and resets

2019-03-27 Thread Rob Herring
On Tue, Mar 05, 2019 at 09:51:48PM -0800, Bjorn Andersson wrote: > Add the clocks and resets need in order to control the Turing > remoteproc. > > Signed-off-by: Bjorn Andersson > --- > drivers/clk/qcom/gcc-qcs404.c | 90 + > include/dt-bindings/clock/qcom,gcc-q

Re: [PATCH] clk: qcom: gcc-qcs404: Add CDSP related clocks and resets

2019-03-24 Thread Bjorn Andersson
On Thu 07 Mar 02:14 PST 2019, Taniya Das wrote: > Hello Bjorn, > Hi Taniya, > I believe on few board variants these clocks could be protected and would be > added to protected-clocks list? > I was expecting this, but these are not locked down in the LE METAs we're testing with at least. Rega

Re: [PATCH] clk: qcom: gcc-qcs404: Add CDSP related clocks and resets

2019-03-07 Thread Taniya Das
Hello Bjorn, I believe on few board variants these clocks could be protected and would be added to protected-clocks list? On 3/6/2019 11:21 AM, Bjorn Andersson wrote: Add the clocks and resets need in order to control the Turing remoteproc. Signed-off-by: Bjorn Andersson --- drivers/clk/q

[PATCH] clk: qcom: gcc-qcs404: Add CDSP related clocks and resets

2019-03-05 Thread Bjorn Andersson
Add the clocks and resets need in order to control the Turing remoteproc. Signed-off-by: Bjorn Andersson --- drivers/clk/qcom/gcc-qcs404.c | 90 + include/dt-bindings/clock/qcom,gcc-qcs404.h | 5 ++ 2 files changed, 95 insertions(+) diff --git a/drivers/clk/qc