]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: Fix 32 kHz timer and modify GP timer to use GPT1
authorTimo Teras <timo.teras@solidboot.com>
Thu, 8 Jun 2006 11:01:12 +0000 (14:01 +0300)
committerJuha Yrjola <juha.yrjola@solidboot.com>
Thu, 8 Jun 2006 11:59:19 +0000 (14:59 +0300)
commitf31800d88b2a42e055fc64505120a63113881474
tree12a498f3cd059b2733795e16bf2229c1c13a2df5
parent22dfcd58d61f19cffd44807a2f844b06d9e4e3a5
ARM: OMAP: Fix 32 kHz timer and modify GP timer to use GPT1

The dmtimer framework update broke 32 kHz timer as udelay() does not work
before system timer is started (and GPT1 should not be reset).
This also makes the GP timer use GPT1. This requires a fix in clock framework.

Signed-off-by: Timo Teras <timo.teras@solidboot.com>
Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
arch/arm/mach-omap2/clock.c
arch/arm/mach-omap2/timer-gp.c
arch/arm/plat-omap/dmtimer.c