From: Ezequiel Garcia Date: Mon, 2 Dec 2013 10:39:56 +0000 (+0100) Subject: clocksource: armada-370-xp: Enable timer divider only when needed X-Git-Tag: v3.14-rc1~169^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08cb8e460956489fcfbfab5a7d33e62acd190b9a;p=pandora-kernel.git clocksource: armada-370-xp: Enable timer divider only when needed The current code sets the timer divider bits always. However, when the 25 MHz timer is enabled, this is not needed and has no effect. As this causes some confusion, rework the code so the divider is set only when needed, i.e. when the 25 MHz timer is not in use. Acked-by: Gregory CLEMENT Signed-off-by: Ezequiel Garcia Signed-off-by: Daniel Lezcano --- Reading git-diff-tree failed