Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1251099 > unrolled thread

Re: [PATCH] clk: iproc: Fix PLL output frequency calculation

Started byStephen Boyd <sboyd@codeaurora.org>
First post2015-10-19 23:50 +0200
Last post2015-10-21 11:50 +0200
Articles 4 — 3 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] clk: iproc: Fix PLL output frequency calculation Stephen Boyd <sboyd@codeaurora.org> - 2015-10-19 23:50 +0200
    Re: [PATCH] clk: iproc: Fix PLL output frequency calculation Ray Jui <rjui@broadcom.com> - 2015-10-20 00:00 +0200
      Re: [PATCH] clk: iproc: Fix PLL output frequency calculation Stephen Boyd <sboyd@codeaurora.org> - 2015-10-20 00:20 +0200
        Re: [PATCH] clk: iproc: Fix PLL output frequency calculation Michael Turquette <mturquette@baylibre.com> - 2015-10-21 11:50 +0200

#1251099 — Re: [PATCH] clk: iproc: Fix PLL output frequency calculation

FromStephen Boyd <sboyd@codeaurora.org>
Date2015-10-19 23:50 +0200
SubjectRe: [PATCH] clk: iproc: Fix PLL output frequency calculation
Message-ID<qlqtz-eC-11@gated-at.bofh.it>
On 10/16, Ray Jui wrote:
> From: Simran Rai <ssimran@broadcom.com>
> 
> 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 <ssimran@broadcom.com>
> 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?

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1251126

FromRay Jui <rjui@broadcom.com>
Date2015-10-20 00:00 +0200
Message-ID<qlqDh-qp-39@gated-at.bofh.it>
In reply to#1251099

On 15-10-19 02:49 PM, Stephen Boyd wrote:
> On 10/16, Ray Jui wrote:
>> From: Simran Rai <ssimran@broadcom.com>
>>
>> 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 <ssimran@broadcom.com>
>> 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 .

Thanks,

Ray
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1251130

FromStephen Boyd <sboyd@codeaurora.org>
Date2015-10-20 00:20 +0200
Message-ID<qlqWD-12j-19@gated-at.bofh.it>
In reply to#1251126
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 <ssimran@broadcom.com>
>>>
>>> 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 <ssimran@broadcom.com>
>>> 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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1252635

FromMichael Turquette <mturquette@baylibre.com>
Date2015-10-21 11:50 +0200
Message-ID<qlYbV-7xO-25@gated-at.bofh.it>
In reply to#1251130
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 <ssimran@broadcom.com>
> >>>
> >>> 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 <ssimran@broadcom.com>
> >>> 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.

I applied v2 of this patch and amended the commit log with:

Cc: <stable@vger.kernel.org> # v4.1+

Regards,
Mike

> 
> -- 
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
> a Linux Foundation Collaborative Project
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web