]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: fix OMAP1 clockevent support for hrtimers
authorKevin Hilman <khilman@mvista.com>
Thu, 18 Oct 2007 23:04:43 +0000 (16:04 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 22 Oct 2007 00:10:36 +0000 (17:10 -0700)
commit5f053e4e42eac39de6034d818399e356f6a62348
treef3fffae1b076ec3d2892fe2bb6aa0a33d4b98712
parent47c7785083ea67a7be90c7ace22ea639fa2e48f4
ARM: OMAP: fix OMAP1 clockevent support for hrtimers

One-shot mode was broken in MPU-timer support for OMAP1 due to a typo.

Also, ensure timer is stopped before changing the auto-reload flag.
The TRM says changing the AR flag when timer is running is undefined.

Signed-off-by: Tim Bird <tim.bird@am.sony.com>
Signed-off-by: Kevin Hilman <khilman@mvista.com.
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/time.c