From: Shawn Guo Date: Sat, 18 Dec 2010 13:39:30 +0000 (+0800) Subject: ARM: mxs: Add timer support X-Git-Tag: v2.6.38-rc1~38^2~3^2~35^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e472096fa4ef751e7ea90e304d971843a1e350d;p=pandora-kernel.git ARM: mxs: Add timer support There are 2 versions of the timrot on Freescale MXS-based SoCs. The v1 on MX23 only gets 16 bits counter, while v2 on MX28 extends the counter to 32 bits. The implementation uses two timers, one for clock_event and another for clocksource. MX28 uses timrot 0 and 1, while MX23 uses 0 and 2. Signed-off-by: Shawn Guo Signed-off-by: Uwe Kleine-König --- Reading git-diff-tree failed