Re: [PATCH] clk: qcom: Add missing clock at index GCC_XO_CLK for MSM8974

2014-02-19 Thread Ivan T. Ivanov
On Wed, 2014-02-19 at 12:17 -0800, Stephen Boyd wrote: > On 02/19, Ivan T. Ivanov wrote: > > From: "Ivan T. Ivanov" > > > > Accessing GCC on MSM8974 trough < GCC_XO_CLK> lead to NULL > > s/trough/through/ > > > pointer dereference. Fix this. > > > > I think you want to get the XO clock from

Re: [PATCH] clk: qcom: Add missing clock at index GCC_XO_CLK for MSM8974

2014-02-19 Thread Stephen Boyd
On 02/19, Ivan T. Ivanov wrote: > From: "Ivan T. Ivanov" > > Accessing GCC on MSM8974 trough < GCC_XO_CLK> lead to NULL s/trough/through/ > pointer dereference. Fix this. > I think you want to get the XO clock from the not yet upstreamed RPM clock driver. This #define is for a gate that is

[PATCH] clk: qcom: Add missing clock at index GCC_XO_CLK for MSM8974

2014-02-19 Thread Ivan T. Ivanov
From: "Ivan T. Ivanov" Accessing GCC on MSM8974 trough < GCC_XO_CLK> lead to NULL pointer dereference. Fix this. Signed-off-by: Ivan T. Ivanov --- drivers/clk/qcom/gcc-msm8974.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/clk/qcom/gcc-msm8974.c

[PATCH] clk: qcom: Add missing clock at index GCC_XO_CLK for MSM8974

2014-02-19 Thread Ivan T. Ivanov
From: Ivan T. Ivanov iiva...@mm-sol.com Accessing GCC on MSM8974 trough gcc GCC_XO_CLK lead to NULL pointer dereference. Fix this. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com --- drivers/clk/qcom/gcc-msm8974.c |2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [PATCH] clk: qcom: Add missing clock at index GCC_XO_CLK for MSM8974

2014-02-19 Thread Stephen Boyd
On 02/19, Ivan T. Ivanov wrote: From: Ivan T. Ivanov iiva...@mm-sol.com Accessing GCC on MSM8974 trough gcc GCC_XO_CLK lead to NULL s/trough/through/ pointer dereference. Fix this. I think you want to get the XO clock from the not yet upstreamed RPM clock driver. This #define is for a

Re: [PATCH] clk: qcom: Add missing clock at index GCC_XO_CLK for MSM8974

2014-02-19 Thread Ivan T. Ivanov
On Wed, 2014-02-19 at 12:17 -0800, Stephen Boyd wrote: On 02/19, Ivan T. Ivanov wrote: From: Ivan T. Ivanov iiva...@mm-sol.com Accessing GCC on MSM8974 trough gcc GCC_XO_CLK lead to NULL s/trough/through/ pointer dereference. Fix this. I think you want to get the XO clock