From: Nicolas Ferre Date: Thu, 19 Jan 2012 17:44:49 +0000 (+0100) Subject: ARM: at91/tc/clocksource: Add 32 bit variant to Timer Counter X-Git-Tag: v3.4-rc1~85^2~4^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e315a7b0c082c6743a6636ead5674a2265638d3;p=pandora-kernel.git ARM: at91/tc/clocksource: Add 32 bit variant to Timer Counter Some SoC have a 32 bit variant of Timer Counter Blocks. We do not need the chaining of two 16 bit counters anymore for them. The SoC nature is deduced from the device tree "compatible" string. For non-device-tree configurations, backward compatibility is maintained by using the default 16 bit counter configuration. This patch addresses both the atmel_tclib and its user: tcb_clksrc clocksource. Signed-off-by: Nicolas Ferre Acked-by: Jean-Christophe PLAGNIOL-VILLARD Acked-by: Grant Likely --- Reading git-diff-tree failed