From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH] ARM: smp_twd: convert to use CLKSRC_OF init Date: Thu, 07 Feb 2013 14:57:31 -0700 Message-ID: <5114234B.20003@wwwdotorg.org> References: <1360270385-24335-1-git-send-email-robherring2@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from avon.wwwdotorg.org ([70.85.31.133]:56020 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422658Ab3BGV5f (ORCPT ); Thu, 7 Feb 2013 16:57:35 -0500 In-Reply-To: <1360270385-24335-1-git-send-email-robherring2@gmail.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Rob Herring Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Russell King , Srinidhi Kasagar , Tony Lindgren , John Stultz , Linus Walleij , spear-devel@list.st.com, Rob Herring , arm@kernel.org, Viresh Kumar , Sascha Hauer , Thomas Gleixner , Shawn Guo On 02/07/2013 01:53 PM, Rob Herring wrote: > From: Rob Herring > > Now that we have OF based init with CLKSRC_OF, convert smp_twd init > function to use it and covert all callers of > twd_local_timer_of_register. Reviewed-by: Stephen Warren Thanks for cleaning these up. I really should have gone through all the timer objects and converted them when I implemented the CLKSRC_OF feature in the first place. From mboxrd@z Thu Jan 1 00:00:00 1970 From: swarren@wwwdotorg.org (Stephen Warren) Date: Thu, 07 Feb 2013 14:57:31 -0700 Subject: [PATCH] ARM: smp_twd: convert to use CLKSRC_OF init In-Reply-To: <1360270385-24335-1-git-send-email-robherring2@gmail.com> References: <1360270385-24335-1-git-send-email-robherring2@gmail.com> Message-ID: <5114234B.20003@wwwdotorg.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 02/07/2013 01:53 PM, Rob Herring wrote: > From: Rob Herring > > Now that we have OF based init with CLKSRC_OF, convert smp_twd init > function to use it and covert all callers of > twd_local_timer_of_register. Reviewed-by: Stephen Warren Thanks for cleaning these up. I really should have gone through all the timer objects and converted them when I implemented the CLKSRC_OF feature in the first place.