From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753891AbcHPNx5 (ORCPT ); Tue, 16 Aug 2016 09:53:57 -0400 Received: from outbound1.eu.mailhop.org ([52.28.251.132]:28390 "EHLO outbound1.eu.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753748AbcHPNxy (ORCPT ); Tue, 16 Aug 2016 09:53:54 -0400 X-MHO-User: d930f910-63b8-11e6-ac92-3142cfe117f2 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 74.99.77.15 X-Mail-Handler: DuoCircle Outbound SMTP X-DKIM: OpenDKIM Filter v2.6.8 io 9ED918007D Date: Tue, 16 Aug 2016 13:53:26 +0000 From: Jason Cooper To: Rich Felker Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-sh@vger.kernel.org, Thomas Gleixner , Marc Zyngier , Rob Herring , Mark Rutland Subject: Re: [PATCH v6 0/2] J-Core interrupt controller support Message-ID: <20160816135326.GP3353@io.lakedaemon.net> References: <20160804143118.GU4541@io.lakedaemon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160804143118.GU4541@io.lakedaemon.net> 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 Hi Rich, On Thu, Aug 04, 2016 at 02:31:18PM +0000, Jason Cooper wrote: > On Thu, Aug 04, 2016 at 04:30:36AM +0000, Rich Felker wrote: > > Updated based on feedback from Thomas Gleixner. Removal of unnecessary > > data allowed some simplification. Magic numbers have been replaced > > with meaningful (I hope) macro constants, comments added, and minor > > style issues fixed. > > > > Also, driver was made conditional in Kconfig to avoid it showing up in > > configurations where it's not relevant. > > > > Rich > > > > > > Rich Felker (2): > > of: add J-Core interrupt controller bindings > > irqchip: add J-Core AIC driver > > > > .../bindings/interrupt-controller/jcore,aic.txt | 26 ++++++ > > drivers/irqchip/Kconfig | 7 ++ > > drivers/irqchip/Makefile | 1 + > > drivers/irqchip/irq-jcore-aic.c | 94 ++++++++++++++++++++++ > > 4 files changed, 128 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/jcore,aic.txt > > create mode 100644 drivers/irqchip/irq-jcore-aic.c > > Once -rc1 drops, I'll put this in a branch, irqchip/jcore. You can then > include it as a dep for other branches as needed. This is now up and should appear in -next. thx, Jason.