Re: [PATCH v2 0/5] irqchip: atmel-aic: add RTT irq fixup

2014-11-13 Thread Nicolas Ferre
On 09/11/2014 05:55, Jason Cooper : > On Mon, Nov 03, 2014 at 09:30:59AM +0100, Boris Brezillon wrote: >> Hello, >> >> This patch series add a new fixup function for the RTT (Real Time Timer) >> block and make use of it on SoCs integrating at least one RTT to prevent >> spurious interrupts on the f

Re: [PATCH v2 0/5] irqchip: atmel-aic: add RTT irq fixup

2014-11-08 Thread Jason Cooper
On Mon, Nov 03, 2014 at 09:30:59AM +0100, Boris Brezillon wrote: > Hello, > > This patch series add a new fixup function for the RTT (Real Time Timer) > block and make use of it on SoCs integrating at least one RTT to prevent > spurious interrupts on the first interrupt line. > > This fixup funct

[PATCH v2 0/5] irqchip: atmel-aic: add RTT irq fixup

2014-11-03 Thread Boris Brezillon
Hello, This patch series add a new fixup function for the RTT (Real Time Timer) block and make use of it on SoCs integrating at least one RTT to prevent spurious interrupts on the first interrupt line. This fixup function was previously implemented in arch/arm/mach-at91/sysirq_mask.c, but is now