From: Francesco VIRLINZI Date: Wed, 15 Oct 2008 09:58:24 +0000 (+0200) Subject: sh: Fixed the TMU0 reload value on resume X-Git-Tag: v2.6.28-rc5~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cd0ebc83d771220eeddec91fd6d4cfefc2cc46e;p=pandora-kernel.git sh: Fixed the TMU0 reload value on resume This patch fixes the TMU0 interrupt frequency on suspend/resume. During the resume the kernel reprograms the TMU0.ClockEvent mode but if the mode is periodic than the TMU0.TCOR is updated with a random wrong value without taking care latest valid saved value. There was no problem with No_HZ system where TMU0.TCOR isn't used. Signed-off-by: Francesco M. Virlinzi Signed-off-by: Stuart Menefy Signed-off-by: Paul Mundt --- Reading git-diff-tree failed