Re: [PATCH 3/9] clk: meson: remove unnecessary rounding in the pll clock

2018-01-18 Thread Yixun Lan
On 01/19/18 02:45, Jerome Brunet wrote: > The pll driver perform the rate calculation in Mhz, which adds an > unnecessary rounding down to the Mhz of the rate. Use 64bits long > integer to perform this calculation safely on meson8b and perform the > calculation in Hz instead > > Fixes:

Re: [PATCH 3/9] clk: meson: remove unnecessary rounding in the pll clock

2018-01-18 Thread Yixun Lan
On 01/19/18 02:45, Jerome Brunet wrote: > The pll driver perform the rate calculation in Mhz, which adds an > unnecessary rounding down to the Mhz of the rate. Use 64bits long > integer to perform this calculation safely on meson8b and perform the > calculation in Hz instead > > Fixes:

[PATCH 3/9] clk: meson: remove unnecessary rounding in the pll clock

2018-01-18 Thread Jerome Brunet
The pll driver perform the rate calculation in Mhz, which adds an unnecessary rounding down to the Mhz of the rate. Use 64bits long integer to perform this calculation safely on meson8b and perform the calculation in Hz instead Fixes: 7a29a869434e ("clk: meson: Add support for Meson clock

[PATCH 3/9] clk: meson: remove unnecessary rounding in the pll clock

2018-01-18 Thread Jerome Brunet
The pll driver perform the rate calculation in Mhz, which adds an unnecessary rounding down to the Mhz of the rate. Use 64bits long integer to perform this calculation safely on meson8b and perform the calculation in Hz instead Fixes: 7a29a869434e ("clk: meson: Add support for Meson clock