linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ARM: sun7i: irqchip: Irqchip driver for NMI
@ 2014-01-06 17:41 Carlo Caione
  2014-01-06 17:41 ` [PATCH v2 1/3] ARM: sun7i: irqchip: Add irqchip driver for NMI controller Carlo Caione
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Carlo Caione @ 2014-01-06 17:41 UTC (permalink / raw)
  To: linux-arm-kernel

Allwinner A20 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

Carlo Caione (3):
  ARM: sun7i: irqchip: Add irqchip driver for NMI controller
  ARM: sun7i: dts: Add NMI irqchip support
  ARM: sun7i: irqchip: Update the documentation

 .../allwinner,sun7i-sc-nmi.txt                     |  25 +++
 arch/arm/boot/dts/sun7i-a20.dtsi                   |   9 +
 drivers/irqchip/Makefile                           |   1 +
 drivers/irqchip/irq-sun7i-nmi.c                    | 191 +++++++++++++++++++++
 4 files changed, 226 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/allwinner,sun7i-sc-nmi.txt
 create mode 100644 drivers/irqchip/irq-sun7i-nmi.c

-- 
1.8.5.2

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-01-09 14:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-06 17:41 [PATCH v2 0/3] ARM: sun7i: irqchip: Irqchip driver for NMI Carlo Caione
2014-01-06 17:41 ` [PATCH v2 1/3] ARM: sun7i: irqchip: Add irqchip driver for NMI controller Carlo Caione
2014-01-06 17:41 ` [PATCH v2 2/3] ARM: sun7i: dts: Add NMI irqchip support Carlo Caione
2014-01-06 17:41 ` [PATCH v2 3/3] ARM: sun7i: irqchip: Update the documentation Carlo Caione
2014-01-08 11:29   ` Arnd Bergmann
2014-01-08 11:49     ` Carlo Caione
2014-01-08 13:03       ` Hans de Goede
2014-01-09 14:00         ` Carlo Caione
2014-01-08 13:09       ` Arnd Bergmann
2014-01-09 13:59         ` [linux-sunxi] " Carlo Caione
2014-01-09 14:37           ` Arnd Bergmann
2014-01-08 10:41 ` [PATCH v2 0/3] ARM: sun7i: irqchip: Irqchip driver for NMI Carlo Caione

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).