ARM: smp_twd: add runtime registration support
authorMarc Zyngier <marc.zyngier@arm.com>
Tue, 10 Jan 2012 19:39:26 +0000 (19:39 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Tue, 13 Mar 2012 13:27:50 +0000 (13:27 +0000)
commit81e46f7b6dcec485bcb1f988ba4dc5b20189573c
tree13e8da9addc2c1428ae3ac308e5a9223efc29a8a
parent0ef330e10dcdbca8f4566e9eaf77015f8ce039d3
ARM: smp_twd: add runtime registration support

Add support for the new registration interface to smp_twd.
Platforms can populate a struct twd_local_timer with MMIO
and IRQ resources, and then call twd_local_timer_register()
to have the timer registered with the core.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/include/asm/smp_twd.h
arch/arm/kernel/smp_twd.c