From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: [RFC, PATCH 0/7] ARM support for hrtimers, dyntick Date: Mon, 19 Feb 2007 13:47:19 -0800 Message-ID: <20070219214719.379287000@mvista.com> Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: linux-arm-kernel@lists.arm.linux.org.uk Cc: tglx@linutronix.de, linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org Here is support for hrtimers and dyntick on a few ARM platforms: ixp4xx, versatile and OMAP. Patches are against today's Linus git tree. For the time being, LED support is missing as the ARM-specific do_leds() is no longer used. Based on feedback from my previous RFC, I think the right thing to do is to migrate any LED drivers to the new drivers/led framework. Kevin