Re: [PATCH 5/5] clk: qcom: use divider_ro_round_rate helper

2018-01-08 Thread Jerome Brunet
On Fri, 2018-01-05 at 18:09 +0100, Jerome Brunet wrote: > There is now an helper function to round the rate when the > divider is read-only. Let's use it > > Signed-off-by: Jerome Brunet > --- > drivers/clk/qcom/clk-regmap-divider.c | 19 ++- > 1 file

Re: [PATCH 5/5] clk: qcom: use divider_ro_round_rate helper

2018-01-08 Thread Jerome Brunet
On Fri, 2018-01-05 at 18:09 +0100, Jerome Brunet wrote: > There is now an helper function to round the rate when the > divider is read-only. Let's use it > > Signed-off-by: Jerome Brunet > --- > drivers/clk/qcom/clk-regmap-divider.c | 19 ++- > 1 file changed, 6 insertions(+),

[PATCH 5/5] clk: qcom: use divider_ro_round_rate helper

2018-01-05 Thread Jerome Brunet
There is now an helper function to round the rate when the divider is read-only. Let's use it Signed-off-by: Jerome Brunet --- drivers/clk/qcom/clk-regmap-divider.c | 19 ++- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git

[PATCH 5/5] clk: qcom: use divider_ro_round_rate helper

2018-01-05 Thread Jerome Brunet
There is now an helper function to round the rate when the divider is read-only. Let's use it Signed-off-by: Jerome Brunet --- drivers/clk/qcom/clk-regmap-divider.c | 19 ++- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/drivers/clk/qcom/clk-regmap-divider.c