]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: local timers: Add A15 architected timer support
authorMarc Zyngier <marc.zyngier@arm.com>
Wed, 11 Jan 2012 17:25:17 +0000 (17:25 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Fri, 27 Apr 2012 12:35:33 +0000 (13:35 +0100)
commit1a5c2d9adb4a0a0b58b4ca9589e5539fb6b0a749
tree02b674ae7ca92dda57a487877d0625dca341b26a
parenta6efcce804597a2f7186358c8dd0b261f3651c5c
ARM: local timers: Add A15 architected timer support

Add support for the A15 generic timer and clocksource.
As the timer generates interrupts on a different PPI depending
on the execution mode (normal or secure), it is possible to
register two different PPIs.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/Kconfig
arch/arm/include/asm/arch_timer.h [new file with mode: 0644]
arch/arm/kernel/Makefile
arch/arm/kernel/arch_timer.c [new file with mode: 0644]