From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754807AbbJSVtO (ORCPT ); Mon, 19 Oct 2015 17:49:14 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:49923 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754728AbbJSVtN (ORCPT ); Mon, 19 Oct 2015 17:49:13 -0400 Date: Mon, 19 Oct 2015 14:49:11 -0700 From: Stephen Boyd To: Ray Jui Cc: Michael Turquette , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, Simran Rai Subject: Re: [PATCH] clk: iproc: Fix PLL output frequency calculation Message-ID: <20151019214911.GB19782@codeaurora.org> References: <1445035458-29340-1-git-send-email-rjui@broadcom.com> <1445035458-29340-2-git-send-email-rjui@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445035458-29340-2-git-send-email-rjui@broadcom.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/16, Ray Jui wrote: > From: Simran Rai > > 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 > Signed-off-by: Ray Jui > Reviewed-by: Scott Branden > --- Did you want any Fixes: tag so this goes back to stable? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project