From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 1/3 v2] irqchip: gic/realview: support more RealView DCC variants Date: Tue, 23 Feb 2016 15:52:20 -0600 Message-ID: <20160223215219.GA26531@rob-hp-laptop> References: <1456149661-19118-1-git-send-email-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1456149661-19118-1-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Linus Walleij Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Arnd Bergmann , Marc Zyngier , Pawel Moll , Mark Rutland , Will Deacon , Russell King , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Mon, Feb 22, 2016 at 03:01:01PM +0100, Linus Walleij wrote: > In the add-on file for the GIC dealing with the RealView family > we currently only handle the PB11MPCore, let's extend this to > manage the RealView EB ARM11MPCore as well. The Revision B of the > ARM11MPCore core tile is a bit special and needs special handling > as it moves a system control register around at random. > > Cc: Arnd Bergmann > Cc: Marc Zyngier > Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > Signed-off-by: Linus Walleij > --- > ChangeLog v1->v2: > - Detect syscon register location based on the syscon compatible > string instead of the GIC compatible string, just define one > compatible string for the 11mp test chip GIC. > - Consistently return -ENODEV > This can be applied in isolation from the other patches so Marc > one you're happy with it, please take it into the IRQchip tree. > --- > .../bindings/interrupt-controller/arm,gic.txt | 1 + > drivers/irqchip/irq-gic-realview.c | 44 +++++++++++++++++++--- > 2 files changed, 39 insertions(+), 6 deletions(-) Acked-by: Rob Herring -- 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