ARC: clockevent: DT based probe
authorVineet Gupta <vgupta@synopsys.com>
Fri, 1 Jan 2016 12:28:45 +0000 (17:58 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Mon, 9 May 2016 04:02:29 +0000 (09:32 +0530)
commit77c8d0d6b3f4ea0989b9ca42fb368cc2aac02495
tree5ba977ce5f91690719b836091fead52a78301ec7
parent7ec9f34a03e4a08469cca206ff5324f6b99fdc3f
ARC: clockevent: DT based probe

 - timer frequency is derived from DT (no longer rely on top level
   DT "clock-frequency" probed early and exported by asm/clk.h)

 - TIMER0_IRQ need not be exported across arch code, confined to intc as
   it is property of same

 - Any failures in clockevent setup are considered pedantic and system
   panic()'s as there is no generic fallback (unlike clocksource where
   a jiffies based soft clocksource always exists)

Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/include/asm/irq.h
arch/arc/kernel/intc-compact.c
arch/arc/kernel/time.c