From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Shilimkar, Santosh" Subject: Re: [PATCH 1/3] ARM: add cpufreq transiton notifier to adjust loops_per_jiffy for smp Date: Fri, 20 Jul 2012 13:57:52 +0530 Message-ID: References: <1342713281-31114-1-git-send-email-shawn.guo@linaro.org> <1342713281-31114-2-git-send-email-shawn.guo@linaro.org> <20120720075652.GA31866@S2101-09.ap.freescale.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <20120720075652.GA31866@S2101-09.ap.freescale.net> Sender: cpufreq-owner@vger.kernel.org To: Shawn Guo Cc: "Rafael J. Wysocki" , Kevin Hilman , Nishanth Menon , Richard Zhao , Russell King - ARM Linux , Mike Turquette , devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org, cpufreq@vger.kernel.org, Richard Zhao List-Id: devicetree@vger.kernel.org n Fri, Jul 20, 2012 at 1:26 PM, Shawn Guo wrote: > On Fri, Jul 20, 2012 at 12:06:50PM +0530, Shilimkar, Santosh wrote: >> On Thu, Jul 19, 2012 at 9:24 PM, Shawn Guo wrote: >> > >> > From: Richard Zhao >> > >> > If CONFIG_SMP, cpufreq skips loops_per_jiffy update, because different >> > arch has different per-cpu loops_per_jiffy definition. >> > >> > Signed-off-by: Richard Zhao >> > Acked-by: Russell King >> > --- >> Nice. Avoids other driver duplicating this code. >> May be you can keep Richard's credit in commit too. >> > It's all Richard's credit in the commit. > Sorry.... I missed that :-( From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh.shilimkar@ti.com (Shilimkar, Santosh) Date: Fri, 20 Jul 2012 13:57:52 +0530 Subject: [PATCH 1/3] ARM: add cpufreq transiton notifier to adjust loops_per_jiffy for smp In-Reply-To: <20120720075652.GA31866@S2101-09.ap.freescale.net> References: <1342713281-31114-1-git-send-email-shawn.guo@linaro.org> <1342713281-31114-2-git-send-email-shawn.guo@linaro.org> <20120720075652.GA31866@S2101-09.ap.freescale.net> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org n Fri, Jul 20, 2012 at 1:26 PM, Shawn Guo wrote: > On Fri, Jul 20, 2012 at 12:06:50PM +0530, Shilimkar, Santosh wrote: >> On Thu, Jul 19, 2012 at 9:24 PM, Shawn Guo wrote: >> > >> > From: Richard Zhao >> > >> > If CONFIG_SMP, cpufreq skips loops_per_jiffy update, because different >> > arch has different per-cpu loops_per_jiffy definition. >> > >> > Signed-off-by: Richard Zhao >> > Acked-by: Russell King >> > --- >> Nice. Avoids other driver duplicating this code. >> May be you can keep Richard's credit in commit too. >> > It's all Richard's credit in the commit. > Sorry.... I missed that :-(