From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754833AbdESC2c (ORCPT ); Thu, 18 May 2017 22:28:32 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:58650 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754602AbdESC23 (ORCPT ); Thu, 18 May 2017 22:28:29 -0400 MIME-Version: 1.0 In-Reply-To: <20170518071653.36561-4-icenowy@aosc.io> References: <20170518071653.36561-1-icenowy@aosc.io> <20170518071653.36561-4-icenowy@aosc.io> From: Chen-Yu Tsai Date: Fri, 19 May 2017 10:28:05 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [linux-sunxi] [PATCH v6 3/9] arm64: allwinner: a64: add NMI (R_INTC) controller on A64 To: Icenowy Zheng Cc: Thomas Gleixner , Jason Cooper , Marc Zyngier , Rob Herring , Maxime Ripard , Chen-Yu Tsai , Lee Jones , Liam Girdwood , Mark Brown , linux-kernel , devicetree , linux-arm-kernel , linux-sunxi Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 18, 2017 at 3:16 PM, Icenowy Zheng wrote: > Allwinner A64 SoC features a R_INTC controller, which controls the NMI > line, and this interrupt line is usually connected to the AXP PMIC. > > Add support for it. > > Signed-off-by: Icenowy Zheng Reviewed-by: Chen-Yu Tsai From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen-Yu Tsai Subject: Re: [linux-sunxi] [PATCH v6 3/9] arm64: allwinner: a64: add NMI (R_INTC) controller on A64 Date: Fri, 19 May 2017 10:28:05 +0800 Message-ID: References: <20170518071653.36561-1-icenowy@aosc.io> <20170518071653.36561-4-icenowy@aosc.io> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20170518071653.36561-4-icenowy-h8G6r0blFSE@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Icenowy Zheng Cc: Thomas Gleixner , Jason Cooper , Marc Zyngier , Rob Herring , Maxime Ripard , Chen-Yu Tsai , Lee Jones , Liam Girdwood , Mark Brown , linux-kernel , devicetree , linux-arm-kernel , linux-sunxi List-Id: devicetree@vger.kernel.org On Thu, May 18, 2017 at 3:16 PM, Icenowy Zheng wrote: > Allwinner A64 SoC features a R_INTC controller, which controls the NMI > line, and this interrupt line is usually connected to the AXP PMIC. > > Add support for it. > > Signed-off-by: Icenowy Zheng Reviewed-by: Chen-Yu Tsai -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: wens@csie.org (Chen-Yu Tsai) Date: Fri, 19 May 2017 10:28:05 +0800 Subject: [linux-sunxi] [PATCH v6 3/9] arm64: allwinner: a64: add NMI (R_INTC) controller on A64 In-Reply-To: <20170518071653.36561-4-icenowy@aosc.io> References: <20170518071653.36561-1-icenowy@aosc.io> <20170518071653.36561-4-icenowy@aosc.io> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, May 18, 2017 at 3:16 PM, Icenowy Zheng wrote: > Allwinner A64 SoC features a R_INTC controller, which controls the NMI > line, and this interrupt line is usually connected to the AXP PMIC. > > Add support for it. > > Signed-off-by: Icenowy Zheng Reviewed-by: Chen-Yu Tsai