Re: [PATCH 6/9] drivers: clk: st: Add CLK_GET_RATE_NOCACHE flag to clocks

2015-07-02 Thread Stephen Boyd
On 06/23, Gabriel Fernandez wrote: > From: Pankaj Dev > > Add the CLK_GET_RATE_NOCACHE flag to all the clocks with recalc ops, > so that they reflect Hw rate after CPS wake-up when a clk_get_rate() > is called > > Signed-off-by: Pankaj Dev > Signed-off-by: Gabriel Fernandez > --- Applied to c

[PATCH 6/9] drivers: clk: st: Add CLK_GET_RATE_NOCACHE flag to clocks

2015-06-23 Thread Gabriel Fernandez
From: Pankaj Dev Add the CLK_GET_RATE_NOCACHE flag to all the clocks with recalc ops, so that they reflect Hw rate after CPS wake-up when a clk_get_rate() is called Signed-off-by: Pankaj Dev Signed-off-by: Gabriel Fernandez --- drivers/clk/st/clk-flexgen.c | 2 +- drivers/clk/st/clkgen-fsyn.c