linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: sun9i: Support Allwinner A80 NMI controller
@ 2015-12-03  8:20 Chen-Yu Tsai
  2015-12-03  8:20 ` [PATCH 1/4] irqchip/sunxi-nmi: Rename binding doc filename to allwinner, sunxi-nmi.txt Chen-Yu Tsai
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Chen-Yu Tsai @ 2015-12-03  8:20 UTC (permalink / raw)
  To: linux-arm-kernel

Hi everyone,

This series extends irqchip-sunxi-nmi to add support for the NMI
controller found in Allwinner's A80 SoC.

All Allwinner SoCs have an external NMI pin which the PMIC uses to
signal interrupts to the processor. On multi-core chips, there's an
NMI controller handling this pin and chaining interrupts to the GIC.
We already have support for this on previous sun[678]i family chips.

This series extends support to the A80 SoC. This is needed to add
support for the PMICs. A complete series, including PMIC support,
can be found here:

    https://github.com/wens/linux/tree/axp809

Patch 1 renames the binding doc, to remove the SoC specific bits from
the filename.

Patch 2 adds a new compatible string for the A80 variant.

Patch 3 adds driver support for the A80 variant.

Patch 4 adds the NMI controller device node to the A80 dtsi file.

Chen-Yu Tsai (4):
  irqchip/sunxi-nmi: Rename binding doc filename to
    allwinner,sunxi-nmi.txt
  irqchip/sunxi-nmi: Add sun9i-a80 variant to binding doc
  irqchip/sunxi-nmi: Support sun9i A80 NMI controller
  ARM: dts: sun9i: Add NMI controller device node

 ...{allwinner,sun67i-sc-nmi.txt => allwinner,sunxi-nmi.txt} |  2 +-
 arch/arm/boot/dts/sun9i-a80.dtsi                            |  8 ++++++++
 drivers/irqchip/irq-sunxi-nmi.c                             | 13 +++++++++++++
 3 files changed, 22 insertions(+), 1 deletion(-)
 rename Documentation/devicetree/bindings/interrupt-controller/{allwinner,sun67i-sc-nmi.txt => allwinner,sunxi-nmi.txt} (94%)

-- 
2.6.2

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

end of thread, other threads:[~2015-12-03 13:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-03  8:20 [PATCH 0/4] ARM: sun9i: Support Allwinner A80 NMI controller Chen-Yu Tsai
2015-12-03  8:20 ` [PATCH 1/4] irqchip/sunxi-nmi: Rename binding doc filename to allwinner, sunxi-nmi.txt Chen-Yu Tsai
2015-12-03  9:44   ` [PATCH 1/4] irqchip/sunxi-nmi: Rename binding doc filename to allwinner,sunxi-nmi.txt Maxime Ripard
2015-12-03  8:20 ` [PATCH 2/4] irqchip/sunxi-nmi: Add sun9i-a80 variant to binding doc Chen-Yu Tsai
2015-12-03  9:44   ` Maxime Ripard
2015-12-03  8:20 ` [PATCH 3/4] irqchip/sunxi-nmi: Support sun9i A80 NMI controller Chen-Yu Tsai
2015-12-03  9:45   ` Maxime Ripard
2015-12-03  8:20 ` [PATCH 4/4] ARM: dts: sun9i: Add NMI controller device node Chen-Yu Tsai
2015-12-03  9:46   ` Maxime Ripard
2015-12-03  8:43 ` [linux-sunxi] [PATCH 0/4] ARM: sun9i: Support Allwinner A80 NMI controller Hans de Goede
2015-12-03 12:01 ` Jason Cooper
2015-12-03 13:14 ` Jason Cooper

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).