]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARC: clockevent: switch to cpu notifier for clockevent setup
authorNoam Camus <noamc@ezchip.com>
Fri, 1 Jan 2016 10:18:49 +0000 (15:48 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Fri, 4 Mar 2016 05:34:25 +0000 (11:04 +0530)
commit1bf5a73f46dc51c82842d7d656f39beb6a129884
tree6f2a09d3097bd776d01fd19cc86f779de2e054e7
parentc672deada27f7e3b6e446119e471e4b6e3a2286e
ARC: clockevent: switch to cpu notifier for clockevent setup

ARC Timers so far have been handled as "legacy" w/o explicit description
in DT. This poses challenge for newer platforms wanting to use them.
This series will eventually help move timers over to DT.

This patch does a small change of using a CPU notifier to set clockevent
on non-boot CPUs. So explicit setup is done only on boot CPU (which will
later be done by DT)

Signed-off-by: Noam Camus <noamc@ezchip.com>
[vgupta: broken off from a bigger patch]
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/include/asm/irq.h
arch/arc/kernel/smp.c
arch/arc/kernel/time.c