Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752840AbbGQXKG (ORCPT ); Fri, 17 Jul 2015 19:10:06 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:33681 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751753AbbGQXKD (ORCPT ); Fri, 17 Jul 2015 19:10:03 -0400 MIME-Version: 1.0 In-Reply-To: <1436525114-14425-1-git-send-email-hanjun.guo@linaro.org> References: <1436525114-14425-1-git-send-email-hanjun.guo@linaro.org> Date: Fri, 17 Jul 2015 18:09:59 -0500 Message-ID: Subject: Re: [Linaro-acpi] [PATCH v3 0/8] Add self-probe infrastructure and stacked irqdomain support for ACPI based GICv2/3 init From: Timur Tabi To: Hanjun Guo Cc: Marc Zyngier , Jason Cooper , Will Deacon , Catalin Marinas , "Rafael J. Wysocki" , Wei Huang , Arnd Bergmann , linaro-acpi@lists.linaro.org, lkml , linux-acpi@vger.kernel.org, Mark Brown , Thomas Gleixner , Jiang Liu , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1134 Lines: 28 On Fri, Jul 10, 2015 at 5:45 AM, Hanjun Guo wrote: > This patch set introduce self-probe infrastructure to init IRQ > controllers and stacked irqdomain support for ACPI based GICv2/3 > init. > > This patch set add its support for GIC verion which is introduced > in ACPI 6.0, based on that, we introduce the self-probe infrastructure, > the self-probe infrastructure for ACPI GIC init is similar as > IRQCHIP_DECLARE() and based on the GIC version support in ACPI > MADT table. we match the GIC version and GIC driver and load > it. > > After the self-probe infrastructure is ready, I cleanuped the GICv2 > code to use the framework. > > Patch 4 implement the stacked irqdomain support for GICv2 based on > the model of mapping interrupt and device in ACPI. > > Patch 5~8 are ACPI based GICv3 init. All eight patches: Tested-by: Timur Tabi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/