From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCHv2] ARM: msm: Implement read_current_timer for msm timers Date: Wed, 5 Sep 2012 09:42:59 +0100 Message-ID: <20120905084259.GA881@mudshark.cambridge.arm.com> References: <1346371222-7450-1-git-send-email-sboyd@codeaurora.org> <20120904232111.GA7598@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:63093 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751328Ab2IEInO (ORCPT ); Wed, 5 Sep 2012 04:43:14 -0400 Content-Disposition: inline In-Reply-To: <20120904232111.GA7598@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: David Brown Cc: Stephen Boyd , "linux-arm-msm@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Jonathan Austin , arnd@arndb.de On Wed, Sep 05, 2012 at 12:21:11AM +0100, David Brown wrote: > On Thu, Aug 30, 2012 at 05:00:22PM -0700, Stephen Boyd wrote: > > Setup the same timer used as the clocksource to be used as the > > read_current_timer implementation. This allows us to support a > > stable udelay implementation on MSMs where it's possible for the > > CPUs to scale speeds independently of one another. > > > > Signed-off-by: Stephen Boyd > > Acked-by: David Brown > > Will, let me know if you'd prefer that I pull this. It probably makes sense for you to take Stephen's patch, however I'll merge my series through Russell separately. If you want it for 3.7, I can ask Arnd to pull it into arm-soc as well? Will