From: Marc Zyngier Date: Mon, 5 Mar 2012 11:49:30 +0000 (+0000) Subject: arm64: Generic timers support X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~80^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=985c0679dfa459a1deed31b999b26e4420786874;p=pandora-kernel.git arm64: Generic timers support This patch adds support for the ARM generic timers with A64 instructions for accessing the timer registers. It uses the physical counter as the clock source and the virtual counter as sched_clock. The timer frequency can be specified via DT or read from the CNTFRQ_EL0 register. The physical counter is also accessible from user space allowing fast gettimeofday() implementation. Signed-off-by: Marc Zyngier Signed-off-by: Will Deacon Signed-off-by: Catalin Marinas Acked-by: Tony Lindgren Acked-by: Nicolas Pitre Acked-by: Olof Johansson Acked-by: Santosh Shilimkar Acked-by: Arnd Bergmann --- Reading git-diff-tree failed