[PATCH 01/20] clk: fixed-factor: Pass clk rates change to the parent

2016-06-20 Thread Michael Turquette
Quoting Maxime Ripard (2016-06-20 01:54:58) > On Fri, Jun 17, 2016 at 04:05:33PM -0700, Michael Turquette wrote: > > Quoting Maxime Ripard (2016-05-16 05:47:01) > > > A fixed factor clock, if it needs to change its rate, by definition do not > > > have any choice but to modify its parent rate. > >

[PATCH 01/20] clk: fixed-factor: Pass clk rates change to the parent

2016-06-20 Thread Maxime Ripard
On Fri, Jun 17, 2016 at 04:05:33PM -0700, Michael Turquette wrote: > Quoting Maxime Ripard (2016-05-16 05:47:01) > > A fixed factor clock, if it needs to change its rate, by definition do not > > have any choice but to modify its parent rate. > > Logically it makes sense to always propagate the ra

[PATCH 01/20] clk: fixed-factor: Pass clk rates change to the parent

2016-06-17 Thread Michael Turquette
Quoting Maxime Ripard (2016-05-16 05:47:01) > A fixed factor clock, if it needs to change its rate, by definition do not > have any choice but to modify its parent rate. Logically it makes sense to always propagate the rate-change request up to the parent for a fixed-factor clock if we desire to c

[PATCH 01/20] clk: fixed-factor: Pass clk rates change to the parent

2016-06-10 Thread Maxime Ripard
On Mon, May 16, 2016 at 02:47:01PM +0200, Maxime Ripard wrote: > A fixed factor clock, if it needs to change its rate, by definition do not > have any choice but to modify its parent rate. > > Add the CLK_SET_RATE_PARENT flag to that clock so that it can happen > > Signed-off-by: Maxime Ripard

[PATCH 01/20] clk: fixed-factor: Pass clk rates change to the parent

2016-05-16 Thread Maxime Ripard
A fixed factor clock, if it needs to change its rate, by definition do not have any choice but to modify its parent rate. Add the CLK_SET_RATE_PARENT flag to that clock so that it can happen Signed-off-by: Maxime Ripard --- drivers/clk/clk-fixed-factor.c | 3 ++- 1 file changed, 2 insertions(+)