From: Dirk Behme Date: Wed, 3 Jan 2007 20:23:53 +0000 (-0800) Subject: ARM: OMAP: Add clocksource driver for OMAP X-Git-Tag: v2.6.21-omap1~182 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81447f707d1586044c9952f789b650c34d6f1a78;p=pandora-kernel.git ARM: OMAP: Add clocksource driver for OMAP This is an update of http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=3876/1 from Daniel Walker and Kevin Hilman. Changes from Dirk Behme: - Apply cleanly to recent git (pt_regs change) - Move clocksource init to extra function. Can be called later by clocksource subsystem - Remove warning: 'omap_32k_timer_handler' defined but not used when CONFIG_NO_IDLE_HZ isn't set. - Minor cleanups Changes from David Brownell: - OMAP1, OMAP2: 32k clocksource is always available on 16xx and 24xx - OMAP1 MPU timer: * consult clock framework to determine xtal clock * bugfix sched_clock() low order bits * cleanup - Kconfig updates Note that "MPU timer" still doesn't have lost tick support. Signed-off-by: David Brownell Signed-off-by: Dirk Behme Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed