[PATCH v5] ARC: clockevent: DT based probe

2016-04-17 Thread Vineet Gupta
- 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 sys

Re: [PATCH v4 5/5] ARC: [intc-*] switch to linear domain

2016-04-17 Thread Vineet Gupta
Hi Marc, On Wednesday 13 April 2016 05:10 PM, Vineet Gupta wrote: > Now that we have Timers probed from DT, don't need legacy domain > > This however requires mapping to be called explicitly for the IRQ which > still can't (and probably never) be probed from DT such as IPI and > SOFTIRQ > > Sign