From: hdegoede@redhat.com (Hans de Goede)
To: linux-arm-kernel@lists.infradead.org
Subject: [linux-sunxi] [PATCH 0/4] ARM: sun9i: Support Allwinner A80 NMI controller
Date: Thu, 3 Dec 2015 09:43:53 +0100 [thread overview]
Message-ID: <566000C9.3070307@redhat.com> (raw)
In-Reply-To: <1449130813-22400-1-git-send-email-wens@csie.org>
Hi,
On 03-12-15 09:20, Chen-Yu Tsai wrote:
> 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
Series looks good to me and is:
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Regards,
Hans
WARNING: multiple messages have this Message-ID (diff)
From: Hans de Goede <hdegoede@redhat.com>
To: wens@csie.org, Thomas Gleixner <tglx@linutronix.de>,
Jason Cooper <jason@lakedaemon.net>,
Marc Zyngier <marc.zyngier@arm.com>,
Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-sunxi@googlegroups.com
Subject: Re: [linux-sunxi] [PATCH 0/4] ARM: sun9i: Support Allwinner A80 NMI controller
Date: Thu, 3 Dec 2015 09:43:53 +0100 [thread overview]
Message-ID: <566000C9.3070307@redhat.com> (raw)
In-Reply-To: <1449130813-22400-1-git-send-email-wens@csie.org>
Hi,
On 03-12-15 09:20, Chen-Yu Tsai wrote:
> 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
Series looks good to me and is:
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Regards,
Hans
next prev parent reply other threads:[~2015-12-03 8:43 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-03 8:20 [PATCH 0/4] ARM: sun9i: Support Allwinner A80 NMI controller Chen-Yu Tsai
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
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 ` Maxime Ripard
2015-12-03 9:44 ` 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 8:20 ` Chen-Yu Tsai
2015-12-03 9:44 ` Maxime Ripard
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 8:20 ` Chen-Yu Tsai
2015-12-03 9:45 ` Maxime Ripard
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 8:20 ` Chen-Yu Tsai
2015-12-03 9:46 ` Maxime Ripard
2015-12-03 9:46 ` Maxime Ripard
2015-12-03 8:43 ` Hans de Goede [this message]
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 12:01 ` Jason Cooper
2015-12-03 13:14 ` Jason Cooper
2015-12-03 13:14 ` Jason Cooper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=566000C9.3070307@redhat.com \
--to=hdegoede@redhat.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.