Re: [PATCH v5 1/7] clk: at91: clk-generated: remove useless divisor loop

2017-09-01 Thread Stephen Boyd
On 08/10, Quentin Schulz wrote: > The driver requests the current clk rate of each of its parent clocks to > decide whether a clock rate is suitable or not. It does not request > determine_rate from a parent clock which could request a rate change in > parent clock (i.e. there is no parent rate pro

[PATCH v5 1/7] clk: at91: clk-generated: remove useless divisor loop

2017-08-09 Thread Quentin Schulz
The driver requests the current clk rate of each of its parent clocks to decide whether a clock rate is suitable or not. It does not request determine_rate from a parent clock which could request a rate change in parent clock (i.e. there is no parent rate propagation). We know the rate we want (pa