From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Subject: Re: [patch v11 16/23] irqchip: Add GICv2 specific ACPI boot support Date: Wed, 25 Mar 2015 17:27:28 +0000 Message-ID: <20150325172728.GL14585@localhost> References: <1427205776-5060-1-git-send-email-hanjun.guo@linaro.org> <1427205776-5060-17-git-send-email-hanjun.guo@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1427205776-5060-17-git-send-email-hanjun.guo@linaro.org> Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Hanjun Guo Cc: Mark Rutland , linaro-acpi@lists.linaro.org, Will Deacon , Lorenzo Pieralisi , Timur Tabi , linux-acpi@vger.kernel.org, Mark Salter , Grant Likely , Robert Richter , Jason Cooper , Arnd Bergmann , Marc Zyngier , Jon Masters , Tomasz Nowicki , Mark Brown , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, Graeme Gregory , Ashwin Chaugule , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, Suravee Suthikulpanit , Sudeep Holla , Olof Johansson List-Id: linux-acpi@vger.kernel.org On Tue, Mar 24, 2015 at 10:02:49PM +0800, Hanjun Guo wrote: > From: Tomasz Nowicki > > ACPI kernel uses MADT table for proper GIC initialization. It needs to > parse GIC related subtables, collect CPU interface and distributor > addresses and call driver initialization function (which is hardware > abstraction agnostic). In a similar way, FDT initialize GICv1/2. > > NOTE: This commit allow to initialize GICv1/2 basic functionality. > While now simple GICv2 init call is used, any further GIC features > require generic infrastructure for proper ACPI irqchip initialization. > That mechanism and stacked irqdomains to support GICv2 MSI/virtualization > extension, GICv3/4 and its ITS are considered as next steps. > > CC: Jason Cooper > CC: Marc Zyngier > CC: Thomas Gleixner > Tested-by: Suravee Suthikulpanit > Tested-by: Yijing Wang > Tested-by: Mark Langsdorf > Tested-by: Jon Masters > Tested-by: Timur Tabi > Tested-by: Robert Richter > Acked-by: Robert Richter > Acked-by: Marc Zyngier > Acked-by: Jason Cooper > Reviewed-by: Grant Likely > Signed-off-by: Tomasz Nowicki > Signed-off-by: Hanjun Guo Acked-by: Catalin Marinas