From: Maxime Ripard Date: Tue, 16 Jul 2013 14:45:38 +0000 (+0200) Subject: clocksource: sun4i: Fix bug when switching from periodic to oneshot modes X-Git-Tag: v3.12-rc1~166^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e14183469d8aa2c7aa7675a6156e7846dda7748;p=pandora-kernel.git clocksource: sun4i: Fix bug when switching from periodic to oneshot modes The interval was firing at was set up at probe time, and only changed in the set_next_event, and never changed back, which is not really what is expected. When enabling the periodic mode, now set an interval to tick every jiffy. Signed-off-by: Maxime Ripard Signed-off-by: Daniel Lezcano --- Reading git-diff-tree failed