From: Hemant Pedanekar Date: Wed, 10 Aug 2011 13:19:35 +0000 (+0000) Subject: omap: timer: Set dmtimer used as clocksource in autoreload mode X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4f02b12e9cf9b443ee07b97245d8e8515d84029;p=pandora-kernel.git omap: timer: Set dmtimer used as clocksource in autoreload mode If CONFIG_OMAP_32K_TIMER is not selected and dmtimer is used as clocksource, the timer stops counting once overflow occurs as it was not set in autoreload mode. This results into timekeeping failure: for example, 'sleep 1' at the shell after the timer counter overflow would hang. This patch sets up autoreload when starting the clocksource timer which fixes the above issue. Signed-off-by: Hemant Pedanekar Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed