From: Gilles Chanteperdrix Date: Fri, 24 Feb 2012 21:50:50 +0000 (+0100) Subject: ARM: 7348/1: arm/spear600: fix one-shot timer X-Git-Tag: v3.3-rc7~18^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=120213728c6407398428a5692cfa5004b520b274;p=pandora-kernel.git ARM: 7348/1: arm/spear600: fix one-shot timer Currently, the "clockevent_next_event" function only works correctly if the timer is not running when this function is called, which is not always the case when running with CONFIG_HIGH_RES_TIMERS. Fix this by stopping the timer at the beginning of this function. Signed-off-by: Gilles Chanteperdrix Acked-by: Viresh Kumar Acked-by: Stefan Roese Signed-off-by: Russell King --- Reading git-diff-tree failed