]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: re-organize duplicated 32k-timer code
authorKevin Hilman <khilman@mvista.com>
Mon, 12 Nov 2007 23:24:02 +0000 (15:24 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 23 Nov 2007 19:07:14 +0000 (11:07 -0800)
commit70a5d71a0e94b38138ad45fb27fb0ed253a299f7
tree306388c692e78382e895583c252bbabc3e2a8aa4
parent99ed771ddc41977332a4bdd55e51cae115789301
ARM: OMAP: re-organize duplicated 32k-timer code

On OMAP2/3, the gp-timer code can be used for a 32kHz timer simply by
setting the source to be the 32k clock instead of sys_clk.

This patch uses the mach-omap2/timer-gp.c code for 32kHz timer on
OMAP2, moving the logic into mach-omap2/timer-gp.c, and not using
plat-omap/timer32k.c which, for OMAP2, is redundant with the timer-gp
code.

Also, if CONFIG_OMAP_32K_TIMER is enabled, the gptimer-based
clocksource is not used.  Instead the default 32k sync counter is used
as the clocksource (see the clocksource in plat-omap/common.c.)  This
is important for sleep/suspend so there is a valid counter during
sleep.  Note that the suspend/sleep code needs fixing to check for
overflows of this counter.

In addition, the OMAP2/3 details are removed from timer32k.c leaving
that with only OMAP1 specifics.  A follow-up patch will move it from
plat-omap common code to mach-omap1.

Signed-off-by: Kevin Hilman <khilman@mvista.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/timer-gp.c
arch/arm/plat-omap/Makefile
arch/arm/plat-omap/timer32k.c