From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: [PATCH 06/13] clocksource: add common mmio clocksource Date: Thu, 12 May 2011 10:03:26 +0200 (CEST) Message-ID: References: <20110510072700.GA29869@n2100.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from www.linutronix.de ([62.245.132.108]:52893 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750895Ab1ELID6 (ORCPT ); Thu, 12 May 2011 04:03:58 -0400 In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Russell King - ARM Linux Cc: linux-arm-kernel@lists.infradead.org, John Stultz , Alessandro Rubini , Colin Cross , Eric Miao , Erik Gilling , "Hans J. Koch" , Imre Kaloz , Krzysztof Halasa , Kukjin Kim , Lennert Buytenhek , Linus Walleij , linux-omap@vger.kernel.org, Nicolas Pitre , Olof Johansson , Sascha Hauer , Tony Lindgren , Viresh Kumar , Wan ZongShun On Tue, 10 May 2011, Russell King - ARM Linux wrote: > Add a generic mmio clocksource, covering both 32-bit and 16-bit register > access sizes, for up or down counters. This can be used to easily > create clocksources for simple counter-based implementations. > > Cc: Alessandro Rubini > Cc: Colin Cross > Cc: Eric Miao > Cc: Erik Gilling > Cc: "Hans J. Koch" > Cc: Imre Kaloz > Cc: Krzysztof Halasa > Cc: Kukjin Kim > Cc: Lennert Buytenhek > Cc: Linus Walleij > Cc: linux-omap@vger.kernel.org > Cc: Nicolas Pitre > Cc: Olof Johansson > Cc: Sascha Hauer > Cc: Tony Lindgren > Cc: Viresh Kumar > Cc: Wan ZongShun > Signed-off-by: Russell King Reviewed-by: Thomas Gleixner Please take this through the ARM tree. It's not conflicting with anything in my tree.