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

2015-07-06 Thread Stephen Boyd
On 07/06/2015 07:49 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. > > v2: Rebase on clk-next and avoid build warning > > Signed-off-by:

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

2015-07-06 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. v2: Rebase on clk-next and avoid build warning Signed-off-by: Hai Li Tested-by: Archit Taneja Fixes: 99cbd064