From mboxrd@z Thu Jan 1 00:00:00 1970 From: tglx@linutronix.de (Thomas Gleixner) Date: Thu, 12 May 2011 10:03:26 +0200 (CEST) Subject: [PATCH 06/13] clocksource: add common mmio clocksource In-Reply-To: References: <20110510072700.GA29869@n2100.arm.linux.org.uk> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 at 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.