Re: [PATCH] clk: qcom: gcc-qcs404: Use floor ops for sdcc clks

2019-09-09 Thread Stephen Boyd
Quoting Vinod Koul (2019-09-05 21:56:59) > Update the gcc qcs404 clock driver to use floor ops for sdcc clocks. As > disuccsed in [1] it is good idea to use floor ops for sdcc clocks as we > dont want the clock rates to do round up. > > [1]: > https://lore.kernel.org/linux-arm-msm/20190830195142.

Re: [PATCH] clk: qcom: gcc-qcs404: Use floor ops for sdcc clks

2019-09-09 Thread Stephen Boyd
Quoting Taniya Das (2019-09-09 00:48:39) > Hi Stephen, Vinod, > > On 9/7/2019 2:08 AM, Stephen Boyd wrote: > > Quoting Vinod Koul (2019-09-05 21:56:59) > >> Update the gcc qcs404 clock driver to use floor ops for sdcc clocks. As > >> disuccsed in [1] it is good idea to use floor ops for sdcc clock

Re: [PATCH] clk: qcom: gcc-qcs404: Use floor ops for sdcc clks

2019-09-09 Thread Taniya Das
Hi Stephen, Vinod, On 9/7/2019 2:08 AM, Stephen Boyd wrote: Quoting Vinod Koul (2019-09-05 21:56:59) Update the gcc qcs404 clock driver to use floor ops for sdcc clocks. As disuccsed in [1] it is good idea to use floor ops for sdcc clocks as we dont want the clock rates to do round up. [1]: h

Re: [PATCH] clk: qcom: gcc-qcs404: Use floor ops for sdcc clks

2019-09-07 Thread Vinod Koul
On 06-09-19, 13:38, Stephen Boyd wrote: > Quoting Vinod Koul (2019-09-05 21:56:59) > > Update the gcc qcs404 clock driver to use floor ops for sdcc clocks. As > > disuccsed in [1] it is good idea to use floor ops for sdcc clocks as we > > dont want the clock rates to do round up. > > > > [1]: > >

Re: [PATCH] clk: qcom: gcc-qcs404: Use floor ops for sdcc clks

2019-09-06 Thread Stephen Boyd
Quoting Vinod Koul (2019-09-05 21:56:59) > Update the gcc qcs404 clock driver to use floor ops for sdcc clocks. As > disuccsed in [1] it is good idea to use floor ops for sdcc clocks as we > dont want the clock rates to do round up. > > [1]: > https://lore.kernel.org/linux-arm-msm/20190830195142.

Re: [PATCH] clk: qcom: gcc-qcs404: Use floor ops for sdcc clks

2019-09-06 Thread Bjorn Andersson
On Thu 05 Sep 21:56 PDT 2019, Vinod Koul wrote: > Update the gcc qcs404 clock driver to use floor ops for sdcc clocks. As > disuccsed in [1] it is good idea to use floor ops for sdcc clocks as we > dont want the clock rates to do round up. > > [1]: > https://lore.kernel.org/linux-arm-msm/2019083

[PATCH] clk: qcom: gcc-qcs404: Use floor ops for sdcc clks

2019-09-05 Thread Vinod Koul
Update the gcc qcs404 clock driver to use floor ops for sdcc clocks. As disuccsed in [1] it is good idea to use floor ops for sdcc clocks as we dont want the clock rates to do round up. [1]: https://lore.kernel.org/linux-arm-msm/20190830195142.103564-1-swb...@chromium.org/ Signed-off-by: Vinod K