Re: [PATCH 1/9] drivers: clk: st: Incorrect clocks status

2015-07-06 Thread Stephen Boyd
On 07/06, Stephen Boyd wrote: > On 07/06/2015 01:11 AM, Gabriel Fernandez wrote: > > Hi Stephen, > > > > Can you drop also this patch because it's concerns an old platform and > > there no values to make more changes. > > Ok, so I think this series is all applied then. Let me know if anything > is

Re: [PATCH 1/9] drivers: clk: st: Incorrect clocks status

2015-07-06 Thread Stephen Boyd
On 07/06/2015 01:11 AM, Gabriel Fernandez wrote: > Hi Stephen, > > Can you drop also this patch because it's concerns an old platform and > there no values to make more changes. Ok, so I think this series is all applied then. Let me know if anything is missing from -next. -- Qualcomm Innovation

Re: [PATCH 1/9] drivers: clk: st: Incorrect clocks status

2015-07-06 Thread Gabriel Fernandez
Hi Stephen, Can you drop also this patch because it's concerns an old platform and there no values to make more changes. BR Gabriel. On 25 June 2015 at 10:41, Gabriel Fernandez wrote: > Hi Stephen, > > Thanks for reviewing > > > On 24 June 2015 at 22:02, Stephen Boyd wrote: >> On 06/23/2015 07

Re: [PATCH 1/9] drivers: clk: st: Incorrect clocks status

2015-06-25 Thread Gabriel Fernandez
Hi Stephen, Thanks for reviewing On 24 June 2015 at 22:02, Stephen Boyd wrote: > On 06/23/2015 07:09 AM, Gabriel Fernandez wrote: >> In the clk_summary output, the h/w status of DivMux is incorrect >> (Parent and Enable status), since the clk_mux_ops.get_parent() >> returns -ERRCODE when clock

Re: [PATCH 1/9] drivers: clk: st: Incorrect clocks status

2015-06-24 Thread Stephen Boyd
On 06/23/2015 07:09 AM, Gabriel Fernandez wrote: > In the clk_summary output, the h/w status of DivMux is incorrect > (Parent and Enable status), since the clk_mux_ops.get_parent() > returns -ERRCODE when clock is OFF. > > Signed-off-by: Pankaj Dev > Signed-off-by: Gabriel Fernandez > --- > driv

[PATCH 1/9] drivers: clk: st: Incorrect clocks status

2015-06-23 Thread Gabriel Fernandez
In the clk_summary output, the h/w status of DivMux is incorrect (Parent and Enable status), since the clk_mux_ops.get_parent() returns -ERRCODE when clock is OFF. Signed-off-by: Pankaj Dev Signed-off-by: Gabriel Fernandez --- drivers/clk/st/clkgen-mux.c | 15 +-- 1 file changed, 9