Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753064Ab0K3WQ7 (ORCPT ); Tue, 30 Nov 2010 17:16:59 -0500 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:40164 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752424Ab0K3WQ6 (ORCPT ); Tue, 30 Nov 2010 17:16:58 -0500 Date: Tue, 30 Nov 2010 22:16:15 +0000 From: Russell King - ARM Linux To: Anton Vorontsov Cc: Paul Walmsley , Kukjin Kim , Benoit Cousson , Srinidhi Kasagar , Tony Lindgren , Catalin Marinas , linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Santosh Shilimkar , Colin Cross , Varun Swara , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: TWD: Consolidate local timers support Message-ID: <20101130221615.GA9424@n2100.arm.linux.org.uk> References: <20101130173105.GA26929@oksana.dev.rtsoft.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101130173105.GA26929@oksana.dev.rtsoft.ru> User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1002 Lines: 20 On Tue, Nov 30, 2010 at 08:31:05PM +0300, Anton Vorontsov wrote: > This greatly reduces amount of platform-specific code, and thus > makes it easier to add local timers for new platforms. > > Technically, it's not very nice to place machine-specific (i.e. > local_timer_setup()) routine into the machine-agnostic code. > But the true thing is: currently all machines want the same thing. I've just been talking to someone this week about (presumably) non-TWD local timers. I suspect your patch is all part of the "lets try to get ARM building for every platform in the world in one kernel" but it's really painful to see carefully abstracted interfaces being trodden on by this argument - which is just going to make things more difficult in the future. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/