From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752418Ab2LQLgU (ORCPT ); Mon, 17 Dec 2012 06:36:20 -0500 Received: from mail-wi0-f174.google.com ([209.85.212.174]:38773 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752393Ab2LQLgR (ORCPT ); Mon, 17 Dec 2012 06:36:17 -0500 Date: Mon, 17 Dec 2012 12:36:11 +0100 From: Fabio Baltieri To: John Stultz , Arnd Bergmann , Thomas Gleixner Cc: "Rafael J. Wysocki" , cpufreq@vger.kernel.org, linux-pm@vger.kernel.org, Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] clocksource: nomadik-mtu: support timer-based delay Message-ID: <20121217113611.GA31470@balto.lan> Mail-Followup-To: Fabio Baltieri , John Stultz , Arnd Bergmann , Thomas Gleixner , "Rafael J. Wysocki" , cpufreq@vger.kernel.org, linux-pm@vger.kernel.org, Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <1354615845-2758-1-git-send-email-fabio.baltieri@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1354615845-2758-1-git-send-email-fabio.baltieri@linaro.org> X-Operating-System: Linux balto 3.7.0-08462-gbc94807 x86_64 GNU/Linux User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, On Tue, Dec 04, 2012 at 11:10:43AM +0100, Fabio Baltieri wrote: > this implements timer-based delay support for nomadik and ux500 > platforms, using the MTU as time source, and marks the u8500 cpufreq > driver as CPUFREQ_CONST_LOOPS accordingly. > > The patches are based on Arnd's arm-soc/ux500/mtu-clk branch, as that > contains latest MTU driver developments, including a driver move/rename, > but I can rebase if necessary. The patches applies cleanly on current mainline now, as all dependencies has already been merged, can this be considered for for merging too? Also, the nomadik-mtu driver has been moved into drivers/clocksource so do anybody knows if this this should end up into arm-soc or in the clocksource tree? Thanks, Fabio > Fabio Baltieri (2): > clocksource: nomadik-mtu: support timer-based delay > cpufreq: db8500: set CPUFREQ_CONST_LOOPS > > drivers/clocksource/nomadik-mtu.c | 11 +++++++++++ > drivers/cpufreq/db8500-cpufreq.c | 2 +- > 2 files changed, 12 insertions(+), 1 deletion(-) -- Fabio Baltieri