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

2017-07-03 Thread Boris Brezillon
On Fri, 23 Jun 2017 11:00:54 +0200 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

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

2017-07-03 Thread Boris Brezillon
On Fri, 23 Jun 2017 11:00:54 +0200 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.

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

2017-06-23 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

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

2017-06-23 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