From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 18 Feb 2016 15:16:36 +0100 Subject: [PATCH 1/3] irqchip: gic/realview: support more RealView DCC variants In-Reply-To: <1455803172-22747-1-git-send-email-linus.walleij@linaro.org> References: <1455803172-22747-1-git-send-email-linus.walleij@linaro.org> Message-ID: <2593223.OY9PIVzfdv@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 18 February 2016 14:46:12 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 at vger.kernel.org > Signed-off-by: Linus Walleij > --- > 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. > > There are two compatible strings getting added to the device tree > bindings so CC to the DT list. No biggie though, just figures out > exactly what ARM custom GIC flavor it is. > Looks good to me. All three patches: Acked-by: Arnd Bergmann