Re: [PATCH v3 28/31] arm64: Generic timers support
From: Shilimkar, Santosh <hidden>
Date: 2012-09-08 08:29:29
Also in:
linux-arm-kernel, lkml
From: Shilimkar, Santosh <hidden>
Date: 2012-09-08 08:29:29
Also in:
linux-arm-kernel, lkml
On Fri, Sep 7, 2012 at 9:57 PM, Catalin Marinas [off-list ref] wrote:
From: Marc Zyngier <redacted> 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 <redacted> Signed-off-by: Will Deacon <redacted> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Tony Lindgren <tony@atomide.com> ---
Thanks for C3STOP update. Acked-by: Santosh Shilimkar <redacted>