Re: [PATCH] clk: scmi: Fix the rounding of clock rate

2018-08-02 Thread Stephen Boyd
Quoting Amit Daniel Kachhap (2018-07-30 22:55:55) > This fix rounds the clock rate properly by using quotient and not > remainder in the calculation. This issue was found while testing HDMI > in the Juno platform. > > Fixes: 6d6a1d82eaef7 ("clk: add support for clocks provided by SCMI") > Acked-by

Re: [PATCH] clk: scmi: Fix the rounding of clock rate

2018-07-30 Thread Amit Daniel Kachhap
On Mon, Jul 30, 2018 at 5:10 PM, Sudeep Holla wrote: > On Mon, Jul 30, 2018 at 11:03:51AM +0530, Amit Daniel Kachhap wrote: >> Hi, >> >> On Fri, Jul 27, 2018 at 10:07 PM, Stephen Boyd wrote: >> > Quoting Amit Daniel Kachhap (2018-07-27 07:01:52) >> >> This fix rounds the clock rate properly by us

Re: [PATCH] clk: scmi: Fix the rounding of clock rate

2018-07-30 Thread Stephen Boyd
Quoting Sudeep Holla (2018-07-30 04:40:56) > On Mon, Jul 30, 2018 at 11:03:51AM +0530, Amit Daniel Kachhap wrote: > > Hi, > > > > On Fri, Jul 27, 2018 at 10:07 PM, Stephen Boyd wrote: > > > Quoting Amit Daniel Kachhap (2018-07-27 07:01:52) > > >> This fix rounds the clock rate properly by using q

Re: [PATCH] clk: scmi: Fix the rounding of clock rate

2018-07-30 Thread Sudeep Holla
On Mon, Jul 30, 2018 at 11:03:51AM +0530, Amit Daniel Kachhap wrote: > Hi, > > On Fri, Jul 27, 2018 at 10:07 PM, Stephen Boyd wrote: > > Quoting Amit Daniel Kachhap (2018-07-27 07:01:52) > >> This fix rounds the clock rate properly by using quotient and not > >> remainder in the calculation. This

Re: [PATCH] clk: scmi: Fix the rounding of clock rate

2018-07-30 Thread Sudeep Holla
On Fri, Jul 27, 2018 at 07:31:52PM +0530, Amit Daniel Kachhap wrote: > This fix rounds the clock rate properly by using quotient and not > remainder in the calculation. This issue was found while testing HDMI > in the Juno platform. > Good find, thanks. Acked-by: Sudeep Holla -- Regards, Sudeep

Re: [PATCH] clk: scmi: Fix the rounding of clock rate

2018-07-29 Thread Amit Daniel Kachhap
Hi, On Fri, Jul 27, 2018 at 10:07 PM, Stephen Boyd wrote: > Quoting Amit Daniel Kachhap (2018-07-27 07:01:52) >> This fix rounds the clock rate properly by using quotient and not >> remainder in the calculation. This issue was found while testing HDMI >> in the Juno platform. >> >> Signed-off-by:

Re: [PATCH] clk: scmi: Fix the rounding of clock rate

2018-07-27 Thread Stephen Boyd
Quoting Amit Daniel Kachhap (2018-07-27 07:01:52) > This fix rounds the clock rate properly by using quotient and not > remainder in the calculation. This issue was found while testing HDMI > in the Juno platform. > > Signed-off-by: Amit Daniel Kachhap Any Fixes: tag here? > --- > drivers/clk/