From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH V3 00/11] ARM: delete struct sys_timer Date: Mon, 24 Dec 2012 09:40:52 -0700 Message-ID: <50D88594.6060601@nvidia.com> References: <1353349867-28494-1-git-send-email-swarren@wwwdotorg.org> 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]:50618 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753137Ab2LXQkz (ORCPT ); Mon, 24 Dec 2012 11:40:55 -0500 In-Reply-To: <1353349867-28494-1-git-send-email-swarren@wwwdotorg.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Stephen Warren Cc: Russell King , Olof Johansson , Arnd Bergmann , John Stultz , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Mikael Starvik , linux-cris-kernel@axis.com, Mike Frysinger , Hirokazu Takata , Joshua Thompson , Sam Creasey , Andrew Victor , Nicolas Ferre , Jean-Christophe Plagniol-Villard , Hartley Sweeten , Ryan Mallon , Ben Dooks , Kukjin Kim , Haojian Zhuang , Srinidhi Kasagar Linus Walleij On 11/19/2012 11:30 AM, Stephen Warren wrote: > Russell, I'm mainly reposting this to see if you have any comments or > opinion, in particular on the core ARM changes. > > The aim of this series is to remove ARM's struct sys_timer. As a pre- > cursor, this requires a little re-arrangement of arch_gettimeoffset and > associated changes to other architectures. > > The full series can be found in git at: (now at): git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git arm-timer-rework I have put this branch into the Tegra tree's for-next branch. Once the holidays are over, I'll send a pull request to get this into arm-soc as a baseline branch for others to build on. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from avon.wwwdotorg.org ([70.85.31.133]:50618 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753137Ab2LXQkz (ORCPT ); Mon, 24 Dec 2012 11:40:55 -0500 Message-ID: <50D88594.6060601@nvidia.com> Date: Mon, 24 Dec 2012 09:40:52 -0700 From: Stephen Warren MIME-Version: 1.0 Subject: Re: [PATCH V3 00/11] ARM: delete struct sys_timer References: <1353349867-28494-1-git-send-email-swarren@wwwdotorg.org> In-Reply-To: <1353349867-28494-1-git-send-email-swarren@wwwdotorg.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: Stephen Warren Cc: Russell King , Olof Johansson , Arnd Bergmann , John Stultz , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Mikael Starvik , linux-cris-kernel@axis.com, Mike Frysinger , Hirokazu Takata , Joshua Thompson , Sam Creasey , Andrew Victor , Nicolas Ferre , Jean-Christophe Plagniol-Villard , Hartley Sweeten , Ryan Mallon , Ben Dooks , Kukjin Kim , Haojian Zhuang , Srinidhi Kasagar , Linus Walleij Message-ID: <20121224164052.fhO9OqtUOMmHcdS4TeY9uyldkcEfu2dBMZjCLIA-vk8@z> On 11/19/2012 11:30 AM, Stephen Warren wrote: > Russell, I'm mainly reposting this to see if you have any comments or > opinion, in particular on the core ARM changes. > > The aim of this series is to remove ARM's struct sys_timer. As a pre- > cursor, this requires a little re-arrangement of arch_gettimeoffset and > associated changes to other architectures. > > The full series can be found in git at: (now at): git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git arm-timer-rework I have put this branch into the Tegra tree's for-next branch. Once the holidays are over, I'll send a pull request to get this into arm-soc as a baseline branch for others to build on.