From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752589Ab3CUSPo (ORCPT ); Thu, 21 Mar 2013 14:15:44 -0400 Received: from mail-ia0-f176.google.com ([209.85.210.176]:65181 "EHLO mail-ia0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752549Ab3CUSPi (ORCPT ); Thu, 21 Mar 2013 14:15:38 -0400 MIME-Version: 1.0 In-Reply-To: <1363820051-24428-11-git-send-email-robherring2@gmail.com> References: <1363820051-24428-1-git-send-email-robherring2@gmail.com> <1363820051-24428-11-git-send-email-robherring2@gmail.com> Date: Thu, 21 Mar 2013 19:15:38 +0100 Message-ID: Subject: Re: [PATCH 10/11] ARM: move sp804 and integrator timers to drivers/clocksource From: Linus Walleij To: Rob Herring Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, Arnd Bergmann , Russell King , haojian.zhuang@linaro.org, pawel.moll@arm.com, john.stultz@linaro.org, tglx@linutronix.de, Rob Herring 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 On Wed, Mar 20, 2013 at 11:54 PM, Rob Herring wrote: > From: Rob Herring > > Move timer-sp and integrator-ap timer code to drivers/clocksource and > update timer-sp.h and arm_timer.h includes. > > This adds CLKSRC_OF support for the integrator-ap timer and removes the > use of "arm,timer-primary" and "arm,timer-secondary" aliases. The timer > selection should not be important as all 3 timers are equal capability. > > Signed-off-by: Rob Herring > Cc: Russell King > Cc: John Stultz > Cc: Thomas Gleixner Nice! This looks like it'll work. Acked-by: Linus Walleij Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 10/11] ARM: move sp804 and integrator timers to drivers/clocksource Date: Thu, 21 Mar 2013 19:15:38 +0100 Message-ID: References: <1363820051-24428-1-git-send-email-robherring2@gmail.com> <1363820051-24428-11-git-send-email-robherring2@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1363820051-24428-11-git-send-email-robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Rob Herring Cc: Russell King , pawel.moll-5wv7dgnIgG8@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , john.stultz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, haojian.zhuang-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Wed, Mar 20, 2013 at 11:54 PM, Rob Herring wrote: > From: Rob Herring > > Move timer-sp and integrator-ap timer code to drivers/clocksource and > update timer-sp.h and arm_timer.h includes. > > This adds CLKSRC_OF support for the integrator-ap timer and removes the > use of "arm,timer-primary" and "arm,timer-secondary" aliases. The timer > selection should not be important as all 3 timers are equal capability. > > Signed-off-by: Rob Herring > Cc: Russell King > Cc: John Stultz > Cc: Thomas Gleixner Nice! This looks like it'll work. Acked-by: Linus Walleij Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Thu, 21 Mar 2013 19:15:38 +0100 Subject: [PATCH 10/11] ARM: move sp804 and integrator timers to drivers/clocksource In-Reply-To: <1363820051-24428-11-git-send-email-robherring2@gmail.com> References: <1363820051-24428-1-git-send-email-robherring2@gmail.com> <1363820051-24428-11-git-send-email-robherring2@gmail.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Mar 20, 2013 at 11:54 PM, Rob Herring wrote: > From: Rob Herring > > Move timer-sp and integrator-ap timer code to drivers/clocksource and > update timer-sp.h and arm_timer.h includes. > > This adds CLKSRC_OF support for the integrator-ap timer and removes the > use of "arm,timer-primary" and "arm,timer-secondary" aliases. The timer > selection should not be important as all 3 timers are equal capability. > > Signed-off-by: Rob Herring > Cc: Russell King > Cc: John Stultz > Cc: Thomas Gleixner Nice! This looks like it'll work. Acked-by: Linus Walleij Yours, Linus Walleij