Re: [PATCH 4/6] clk: at91: clk-generated: create function to find best_diff

2017-07-03 Thread Boris Brezillon
On Fri, 23 Jun 2017 11:00:57 +0200 Quentin Schulz wrote: > The way to find the best_diff and do the appropriate process afterwards > can be re-used. > > This patch prepares the driver for an upcoming patch that will allow > clk_generated to determine the rate

Re: [PATCH 4/6] clk: at91: clk-generated: create function to find best_diff

2017-07-03 Thread Boris Brezillon
On Fri, 23 Jun 2017 11:00:57 +0200 Quentin Schulz wrote: > The way to find the best_diff and do the appropriate process afterwards > can be re-used. > > This patch prepares the driver for an upcoming patch that will allow > clk_generated to determine the rate of the audio_pll. > >

[PATCH 4/6] clk: at91: clk-generated: create function to find best_diff

2017-06-23 Thread Quentin Schulz
The way to find the best_diff and do the appropriate process afterwards can be re-used. This patch prepares the driver for an upcoming patch that will allow clk_generated to determine the rate of the audio_pll. Signed-off-by: Quentin Schulz ---

[PATCH 4/6] clk: at91: clk-generated: create function to find best_diff

2017-06-23 Thread Quentin Schulz
The way to find the best_diff and do the appropriate process afterwards can be re-used. This patch prepares the driver for an upcoming patch that will allow clk_generated to determine the rate of the audio_pll. Signed-off-by: Quentin Schulz --- drivers/clk/at91/clk-generated.c | 41