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") >

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") >

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

2018-07-30 Thread Amit Daniel Kachhap
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: Sudeep Holla Signed-off-by: Amit Daniel Kachhap ---

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

2018-07-30 Thread Amit Daniel Kachhap
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: Sudeep Holla Signed-off-by: Amit Daniel Kachhap ---

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

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

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

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

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.

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.

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-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. >> >>

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. >> >>

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? > --- >

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? > --- >

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

2018-07-27 Thread Amit Daniel Kachhap
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 --- drivers/clk/clk-scmi.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git

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

2018-07-27 Thread Amit Daniel Kachhap
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 --- drivers/clk/clk-scmi.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git