From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1947546AbcBSOD7 (ORCPT ); Fri, 19 Feb 2016 09:03:59 -0500 Received: from erouter8.ore.mailhop.org ([54.187.218.212]:43266 "EHLO erouter8.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750877AbcBSOD5 (ORCPT ); Fri, 19 Feb 2016 09:03:57 -0500 X-MHO-User: 34cebf31-d711-11e5-a023-11ad6df26ed1 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 74.98.178.100 X-Mail-Handler: DuoCircle Outbound SMTP X-DKIM: OpenDKIM Filter v2.6.8 io 2BDBB8002B Date: Fri, 19 Feb 2016 14:03:53 +0000 From: Jason Cooper To: Noam Camus Cc: linux-kernel@vger.kernel.org, linux-snps-arc@lists.infradead.org, daniel.lezcano@linaro.org, marc.zyngier@arm.com, cmetcalf@ezchip.com, talz@ezchip.com, giladb@ezchip.com, Thomas Gleixner Subject: Re: [PATCH v5 3/3] irqchip: add nps Internal and external irqchips Message-ID: <20160219140353.GV5183@io.lakedaemon.net> References: <1455159741-21722-1-git-send-email-noamc@ezchip.com> <1455216059-29632-4-git-send-email-noamc@ezchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455216059-29632-4-git-send-email-noamc@ezchip.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hey Noam, Could you please re-send and attach a changelog: On Thu, Feb 11, 2016 at 08:40:59PM +0200, Noam Camus wrote: > From: Noam Camus > > Adding EZchip NPS400 support. > NPS internal interrupts are internally handled at > Multi Thread Manager (MTM) that is signaled for deactivating > an interrupt. > External interrupts is handled also at Global Interrupt > Controller (GIC) e.g. serial and network devices. > > Signed-off-by: Noam Camus > Cc: Thomas Gleixner > Cc: Jason Cooper > Cc: Marc Zyngier > --- * here? > .../interrupt-controller/ezchip,nps400-ic.txt | 17 +++ > drivers/irqchip/Kconfig | 6 + > drivers/irqchip/Makefile | 1 + > drivers/irqchip/irq-eznps.c | 149 ++++++++++++++++++++ > 4 files changed, 173 insertions(+), 0 deletions(-) > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/ezchip,nps400-ic.txt > create mode 100644 drivers/irqchip/irq-eznps.c Thanks, it greatly assists review. If you need an example, please take a look at the patch submitted this morning by Thomas Petazzoni [1]. thx, Jason. [1] https://lkml.kernel.org/r/1455888883-5127-1-git-send-email-thomas.petazzoni@free-electrons.com