Re: [PATCH v8 0/3] ARM: sun7i/sun6i: irqchip: Irqchip driver for NMI controller

2014-03-27 Thread Maxime Ripard
On Wed, Mar 26, 2014 at 10:50:45PM +0100, Carlo Caione wrote: > Allwinner A20/A31 SoCs have a special interrupt controller for managing NMI. > Three register are present to (un)mask, control and acknowledge NMI. > These two patches add a new irqchip driver in cascade with GIC. > > Changes since v1

[PATCH v8 0/3] ARM: sun7i/sun6i: irqchip: Irqchip driver for NMI controller

2014-03-26 Thread Carlo Caione
Allwinner A20/A31 SoCs have a special interrupt controller for managing NMI. Three register are present to (un)mask, control and acknowledge NMI. These two patches add a new irqchip driver in cascade with GIC. Changes since v1: - added binding document Changes since v2: - fixed tr