]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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, 7 Mar 2016 12:36:13 +0000 (18:06 +0530)
commit01657a21d9253c289afb84aada2678e0e00a37a0
tree6ae2ab7ab830f5d7c9ddcda94fadc3e891943257
parent84310d8611cc234db0d2f26899e05159657677dc
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, confided to intc as
   it is property of same

Cc: 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