Re: [PATCH] clk: iproc: Fix PLL output frequency calculation
From: Stephen Boyd <hidden>
Date: 2015-10-19 22:16:09
Also in:
lkml
From: Stephen Boyd <hidden>
Date: 2015-10-19 22:16:09
Also in:
lkml
On 10/19/2015 02:55 PM, Ray Jui wrote:
On 15-10-19 02:49 PM, Stephen Boyd wrote:quoted
On 10/16, Ray Jui wrote:quoted
From: Simran Rai <redacted> This patch affects the clocks that use fractional ndivider in their PLL output frequency calculation. Instead of 2^20 divide factor, the clock's ndiv integer shift was used. Fixed the bug by replacing ndiv integer shift with 2^20 factor. Signed-off-by: Simran Rai <redacted> Signed-off-by: Ray Jui <rjui@broadcom.com> Reviewed-by: Scott Branden <sbranden@broadcom.com> ---Did you want any Fixes: tag so this goes back to stable?Yes, we want this fix to go back to the stable kernel. I will re-submit the patch with the Fixes: tag and at the same time cc stable@vger.kernel.org .
Please just tell me the commit that this fixes, I can add the tag and apply to the right tree then. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project