Re: [PATCH v2 1/2] clk: meson: mpll: add round closest support

2018-05-21 Thread Jerome Brunet
On Mon, 2018-05-21 at 11:18 +0200, Martin Blumenstingl wrote: > On Tue, May 15, 2018 at 6:36 PM, Jerome Brunet wrote: > > Allow the mpll driver to round the requested rate up if > > CLK_MESON_MPLL_ROUND_CLOSEST is set and it provides a rate closer to the > > requested rate. > > > > Signed-off-by:

Re: [PATCH v2 1/2] clk: meson: mpll: add round closest support

2018-05-21 Thread Martin Blumenstingl
On Tue, May 15, 2018 at 6:36 PM, Jerome Brunet wrote: > Allow the mpll driver to round the requested rate up if > CLK_MESON_MPLL_ROUND_CLOSEST is set and it provides a rate closer to the > requested rate. > > Signed-off-by: Jerome Brunet Acked-by: Martin Blumenstingl I gave it a quick spin on O

Re: [PATCH v2 1/2] clk: meson: mpll: add round closest support

2018-05-15 Thread Neil Armstrong
On 15/05/2018 18:36, Jerome Brunet wrote: > Allow the mpll driver to round the requested rate up if > CLK_MESON_MPLL_ROUND_CLOSEST is set and it provides a rate closer to the > requested rate. > > Signed-off-by: Jerome Brunet > --- > drivers/clk/meson/clk-mpll.c | 24 +++- >

[PATCH v2 1/2] clk: meson: mpll: add round closest support

2018-05-15 Thread Jerome Brunet
Allow the mpll driver to round the requested rate up if CLK_MESON_MPLL_ROUND_CLOSEST is set and it provides a rate closer to the requested rate. Signed-off-by: Jerome Brunet --- drivers/clk/meson/clk-mpll.c | 24 +++- drivers/clk/meson/clkc.h | 3 +++ 2 files changed, 22