Re: [PATCH v5 09/20] ARC: IRQ: use device tree to get timer device configuration

2015-12-30 Thread Vineet Gupta
On Sunday 27 December 2015 06:53 PM, Noam Camus wrote: > From: Noam Camus > > We've designated: > TIMER0 for events (clockevents) > TIMER1 for free running (clocksource) > > Till now timer configuration was done on arch/arc/kernel/time.c > with constant values. > > This commit add device tree

Re: [PATCH v5 09/20] ARC: IRQ: use device tree to get timer device configuration

2015-12-30 Thread Vineet Gupta
On Sunday 27 December 2015 06:53 PM, Noam Camus wrote: > From: Noam Camus > > We've designated: > TIMER0 for events (clockevents) > TIMER1 for free running (clocksource) > > Till now timer configuration was done on arch/arc/kernel/time.c > with constant values. > > This

Re: [PATCH v5 09/20] ARC: IRQ: use device tree to get timer device configuration

2015-12-28 Thread Vineet Gupta
On Sunday 27 December 2015 06:53 PM, Noam Camus wrote: > From: Noam Camus > > We've designated: > TIMER0 for events (clockevents) > TIMER1 for free running (clocksource) > > Till now timer configuration was done on arch/arc/kernel/time.c > with constant values. > > This commit add device tree

Re: [PATCH v5 09/20] ARC: IRQ: use device tree to get timer device configuration

2015-12-28 Thread Vineet Gupta
On Sunday 27 December 2015 06:53 PM, Noam Camus wrote: > From: Noam Camus > > We've designated: > TIMER0 for events (clockevents) > TIMER1 for free running (clocksource) > > Till now timer configuration was done on arch/arc/kernel/time.c > with constant values. > > This

[PATCH v5 09/20] ARC: IRQ: use device tree to get timer device configuration

2015-12-27 Thread Noam Camus
From: Noam Camus We've designated: TIMER0 for events (clockevents) TIMER1 for free running (clocksource) Till now timer configuration was done on arch/arc/kernel/time.c with constant values. This commit add device tree support so we can do this work at dedicated clocksource driver which parse

[PATCH v5 09/20] ARC: IRQ: use device tree to get timer device configuration

2015-12-27 Thread Noam Camus
From: Noam Camus We've designated: TIMER0 for events (clockevents) TIMER1 for free running (clocksource) Till now timer configuration was done on arch/arc/kernel/time.c with constant values. This commit add device tree support so we can do this work at dedicated clocksource