From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755869AbcBIJMs (ORCPT ); Tue, 9 Feb 2016 04:12:48 -0500 Received: from mail1.bemta8.messagelabs.com ([216.82.243.202]:5242 "EHLO mail1.bemta8.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754707AbcBIJMo (ORCPT ); Tue, 9 Feb 2016 04:12:44 -0500 X-Env-Sender: Marc_Gonzalez@sigmadesigns.com X-Msg-Ref: server-13.tower-220.messagelabs.com!1455009156!34140203!1 X-Originating-IP: [195.215.56.170] X-StarScan-Received: X-StarScan-Version: 7.35.1; banners=-,-,- X-VirusChecked: Checked Subject: Re: [PATCH v4 2/2] irqchip: add support for Sigma Designs SMP86xx/SMP87xx interrupt controller To: Thomas Gleixner , Marc Zyngier , Jason Cooper CC: LKML , Mans Rullgard , Sebastian Frias , Mark Rutland , Rob Herring References: <1453313237-18570-1-git-send-email-mans@mansr.com> <1453313237-18570-2-git-send-email-mans@mansr.com> <56AB9CFE.6080305@arm.com> From: Marc Gonzalez Message-ID: <56B9AD81.8000306@sigmadesigns.com> Date: Tue, 9 Feb 2016 10:12:33 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 In-Reply-To: <56AB9CFE.6080305@arm.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [172.27.0.114] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 29/01/2016 18:10, Marc Zyngier wrote: > On 20/01/16 18:07, Mans Rullgard wrote: > >> This adds support for the secondary interrupt controller used in Sigma >> Designs SMP86xx and SMP87xx chips. >> >> Signed-off-by: Mans Rullgard >> --- >> Changes from v3: >> - use of_address_to_resource() rather accessing "reg" property directly So, with this version, no changes are required to the DT node written for earlier versions, right? >> drivers/irqchip/Kconfig | 5 + >> drivers/irqchip/Makefile | 1 + >> drivers/irqchip/irq-tango.c | 232 ++++++++++++++++++++++++++++++++++++++++++++ >> 3 files changed, 238 insertions(+) >> create mode 100644 drivers/irqchip/irq-tango.c > > Acked-by: Marc Zyngier So, at some point, this driver should appear in one of the upstream repositories, right? linux-next? irq/core branch on tip? https://git.kernel.org/cgit/linux/kernel/git/tip/tip.git/log/?h=irq/core https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/ Will it be included in Linux 4.6? Regards.