Re: [PATCH 02/11] MIPS: bmips: Add bcm6345-l2-timer interrupt controller

2015-12-03 Thread Marc Zyngier
On 01/12/15 13:02, Simon Arlott wrote: > Add the BCM6345/BCM6318 timer as an interrupt controller so that it can be > used by the watchdog to warn that its timer will expire soon. > > Support for clocksource/clockevents is not implemented as the timer > interrupt is not per CPU (except on the BCM6

[PATCH 02/11] MIPS: bmips: Add bcm6345-l2-timer interrupt controller

2015-12-01 Thread Simon Arlott
Add the BCM6345/BCM6318 timer as an interrupt controller so that it can be used by the watchdog to warn that its timer will expire soon. Support for clocksource/clockevents is not implemented as the timer interrupt is not per CPU (except on the BCM6318) and the MIPS clock is better. This could be