From: Jon Hunter Date: Tue, 5 Jun 2012 17:34:57 +0000 (-0500) Subject: ARM: OMAP: Add flag to indicate if a timer needs a manual reset X-Git-Tag: omap-devel-dmtimer-for-v3.6~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6615975bc58a1234bd401a7ff231dae85631fd58;p=pandora-kernel.git ARM: OMAP: Add flag to indicate if a timer needs a manual reset For OMAP1 devices, it is necessary to perform a manual reset of the timer. Currently, this is indicating by setting the "needs_manual_reset" variable in the platform data. Instead of using an extra variable to indicate this add a new timer capabilities flag to indicate this and remove the "needs_manual_reset" member from the platform data. Signed-off-by: Jon Hunter Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed