Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752043Ab1CEITE (ORCPT ); Sat, 5 Mar 2011 03:19:04 -0500 Received: from na3sys009aog110.obsmtp.com ([74.125.149.203]:50315 "EHLO na3sys009aog110.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751206Ab1CEITD (ORCPT ); Sat, 5 Mar 2011 03:19:03 -0500 From: Santosh Shilimkar References: <1290060899-9786-1-git-send-email-ccross@android.com><4D70BE9D.4000507@stericsson.com><4D714C17.7080102@gmail.com> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Acvas+cEUmGc+81rT5aJ0w6Dca29MwAWLa8Q X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Date: Sat, 5 Mar 2011 13:49:00 +0530 Message-ID: Subject: RE: [PATCH] ARM: twd: Adjust localtimer frequency with cpufreqnotifiers To: Colin Cross , Rob Herring Cc: Russell King , Srinidhi KASAGAR , Harald Gustafsson , Linus Walleij , linux-kernel@vger.kernel.org, Rickard ANDERSSON , Varun Swara , Catalin Marinas , martin persson , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1647 Lines: 44 Collin, Rob, > -----Original Message----- > From: linux-arm-kernel-bounces@lists.infradead.org [mailto:linux- > arm-kernel-bounces@lists.infradead.org] On Behalf Of Colin Cross > Sent: Saturday, March 05, 2011 3:03 AM > To: Rob Herring > Cc: Russell King; Srinidhi KASAGAR; Harald Gustafsson; Linus > Walleij; linux-kernel@vger.kernel.org; Rickard ANDERSSON; Varun > Swara; Catalin Marinas; martin persson; linux-arm- > kernel@lists.infradead.org > Subject: Re: [PATCH] ARM: twd: Adjust localtimer frequency with > cpufreqnotifiers > [...] > > Using a clock along with the cpufreq notifiers would simplify my > patch > some. Maybe we can use the traction this patch has among platforms > that use the twd to get the necessary clocks added. Can you post a > version of your patch that assumes the presence of a twd clock, and > I'll work on getting the necessary clocks added and updating my > patch on top of yours? > Some time back I also fixed the TWD scaling problem based on more or less similar idea of pre-scaler and CPUFREQ notifiers. Rob's clock idea was neat and useful to re-calibration While doing this patch for OMAP I also found that CPUFREQ notifiers does delays scaling timer frequency and there is a tick deviation(3-4 ms) around 1st tick and last tick around twd rescaling. Another issue was not able to select higher fixed twd rate and found fix for the same. Regards, Santosh -- 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/