From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754008AbdASR0p (ORCPT ); Thu, 19 Jan 2017 12:26:45 -0500 Received: from muru.com ([72.249.23.125]:59136 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753812AbdASR0n (ORCPT ); Thu, 19 Jan 2017 12:26:43 -0500 Date: Thu, 19 Jan 2017 09:08:55 -0800 From: Tony Lindgren To: Marc Zyngier Cc: Arnd Bergmann , Mark Rutland , Heiko Stuebner , arm@kernel.org, Magnus Damm , Russell King , Krzysztof Kozlowski , Javier Martinez Canillas , Chen-Yu Tsai , Kukjin Kim , Tsahee Zidenberg , devicetree@vger.kernel.org, Jason Cooper , Simon Horman , Santosh Shilimkar , Matthias Brugger , Thomas Gleixner , Sascha Hauer , linux-arm-kernel@lists.infradead.org, Antoine Tenart , linux-kernel@vger.kernel.org, Rob Herring , =?utf-8?Q?Beno=C3=AEt?= Cousson , Fabio Estevam , Maxime Ripard , Shawn Guo Subject: Re: [PATCH 0/2] ARM: DTS: Fix broken GICv2 register maps Message-ID: <20170119170854.GX7403@atomide.com> References: <1484736811-24002-1-git-send-email-marc.zyngier@arm.com> <2966702.djJyWhCMlK@wuerfel> <16613dbe-08b9-98d8-c747-a977e78601b1@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16613dbe-08b9-98d8-c747-a977e78601b1@arm.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Marc Zyngier [170118 05:09]: > On 18/01/17 12:34, Arnd Bergmann wrote: > > On Wednesday, January 18, 2017 10:53:29 AM CET Marc Zyngier wrote: > >> For a GICv2 (which happens to be virtualization capable), the > >> architecture mandates the following regions: > >> > >> GICD: 4kB > >> GICC: 8kB > >> GICH: 8kB > >> GICV: 8kB > >> > >> Unfortunately, I made a mistake in one of the examples contained in > >> the DT binding document, and everyone duplicated that same mistake all > >> over the map. > >> > >> This small series fixes the DT binding, and hopefully updates all the > >> offending DTs to be compliant with the architecture. > >> > > > > Looks good to me, can you send this as a pull request to arm@kernel.org > > once you have collected a reasonable number of Acks? > > Sure, will do. > > > Acked-by: Arnd Bergmann Here's yet another ack to paste for both patches: Acked-by: Tony Lindgren