Re: [PATCH] clk: qcom: Use parent rate when set rate to pixel RCG clock

2015-07-02 Thread Stephen Boyd
On 06/25, Hai Li wrote: > Since the parent rate has been recalculated, pixel RCG clock > should rely on it to find the correct M/N values during set_rate, > instead of calling __clk_round_rate() to its parent again. > > Signed-off-by: Hai Li > --- Applied to clk-fixes, but please send patches

Re: [PATCH] clk: qcom: Use parent rate when set rate to pixel RCG clock

2015-07-02 Thread Stephen Boyd
On 06/25, Hai Li wrote: Since the parent rate has been recalculated, pixel RCG clock should rely on it to find the correct M/N values during set_rate, instead of calling __clk_round_rate() to its parent again. Signed-off-by: Hai Li h...@codeaurora.org --- Applied to clk-fixes, but please

Re: [PATCH] clk: qcom: Use parent rate when set rate to pixel RCG clock

2015-06-26 Thread Archit Taneja
On 06/26/2015 04:05 AM, Hai Li wrote: Since the parent rate has been recalculated, pixel RCG clock should rely on it to find the correct M/N values during set_rate, instead of calling __clk_round_rate() to its parent again. Tested-by: Archit Taneja Signed-off-by: Hai Li ---

Re: [PATCH] clk: qcom: Use parent rate when set rate to pixel RCG clock

2015-06-26 Thread Archit Taneja
On 06/26/2015 04:05 AM, Hai Li wrote: Since the parent rate has been recalculated, pixel RCG clock should rely on it to find the correct M/N values during set_rate, instead of calling __clk_round_rate() to its parent again. Tested-by: Archit Taneja arch...@codeaurora.org Signed-off-by:

[PATCH] clk: qcom: Use parent rate when set rate to pixel RCG clock

2015-06-25 Thread Hai Li
Since the parent rate has been recalculated, pixel RCG clock should rely on it to find the correct M/N values during set_rate, instead of calling __clk_round_rate() to its parent again. Signed-off-by: Hai Li --- drivers/clk/qcom/clk-rcg2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[PATCH] clk: qcom: Use parent rate when set rate to pixel RCG clock

2015-06-25 Thread Hai Li
Since the parent rate has been recalculated, pixel RCG clock should rely on it to find the correct M/N values during set_rate, instead of calling __clk_round_rate() to its parent again. Signed-off-by: Hai Li h...@codeaurora.org --- drivers/clk/qcom/clk-rcg2.c | 3 ++- 1 file changed, 2