Re: [PATCH 06/13] clk: qcom: flag for 64 bit CONFIG_CTL

2017-12-08 Thread Stephen Boyd
On 09/28, Abhishek Sahu wrote: > Some of the Alpha PLL’s (like Spark, Brammo PLL) do not have > CONFIG_CTL_U register. This patch adds the flag in properties > for PLL’s which have CONFIG_CTL_U register and checks the same > while doing PLL initial configuration. > > Signed-off-by: Abhishek Sahu

Re: [PATCH 06/13] clk: qcom: flag for 64 bit CONFIG_CTL

2017-12-08 Thread Stephen Boyd
On 09/28, Abhishek Sahu wrote: > Some of the Alpha PLL’s (like Spark, Brammo PLL) do not have > CONFIG_CTL_U register. This patch adds the flag in properties > for PLL’s which have CONFIG_CTL_U register and checks the same > while doing PLL initial configuration. > > Signed-off-by: Abhishek Sahu

[PATCH 06/13] clk: qcom: flag for 64 bit CONFIG_CTL

2017-09-28 Thread Abhishek Sahu
Some of the Alpha PLL’s (like Spark, Brammo PLL) do not have CONFIG_CTL_U register. This patch adds the flag in properties for PLL’s which have CONFIG_CTL_U register and checks the same while doing PLL initial configuration. Signed-off-by: Abhishek Sahu ---

[PATCH 06/13] clk: qcom: flag for 64 bit CONFIG_CTL

2017-09-28 Thread Abhishek Sahu
Some of the Alpha PLL’s (like Spark, Brammo PLL) do not have CONFIG_CTL_U register. This patch adds the flag in properties for PLL’s which have CONFIG_CTL_U register and checks the same while doing PLL initial configuration. Signed-off-by: Abhishek Sahu --- drivers/clk/qcom/clk-alpha-pll.c | 12