From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754209AbbJUJqZ (ORCPT ); Wed, 21 Oct 2015 05:46:25 -0400 Received: from mail-pa0-f43.google.com ([209.85.220.43]:34519 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753233AbbJUJqX convert rfc822-to-8bit (ORCPT ); Wed, 21 Oct 2015 05:46:23 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Stephen Boyd , "Ray Jui" From: Michael Turquette In-Reply-To: <56256BA5.3090705@codeaurora.org> Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, "Simran Rai" References: <1445035458-29340-1-git-send-email-rjui@broadcom.com> <1445035458-29340-2-git-send-email-rjui@broadcom.com> <20151019214911.GB19782@codeaurora.org> <562566C1.8080409@broadcom.com> <56256BA5.3090705@codeaurora.org> Message-ID: <20151021094617.20687.61996@quantum> User-Agent: alot/0.3.6 Subject: Re: [PATCH] clk: iproc: Fix PLL output frequency calculation Date: Wed, 21 Oct 2015 02:46:17 -0700 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Stephen Boyd (2015-10-19 15:16:05) > On 10/19/2015 02:55 PM, Ray Jui wrote: > > > > > > On 15-10-19 02:49 PM, Stephen Boyd wrote: > >> 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? > >> > > > > 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. I applied v2 of this patch and amended the commit log with: Cc: # v4.1+ Regards, Mike > > -- > Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, > a Linux Foundation Collaborative Project >