From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756171AbbI2KUJ (ORCPT ); Tue, 29 Sep 2015 06:20:09 -0400 Received: from foss.arm.com ([217.140.101.70]:54383 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752222AbbI2KUD (ORCPT ); Tue, 29 Sep 2015 06:20:03 -0400 Date: Tue, 29 Sep 2015 11:19:57 +0100 From: Catalin Marinas To: Marc Zyngier Cc: "Rafael J. Wysocki" , Len Brown , Hanjun Guo , Tomasz Nowicki , Thomas Gleixner , Jason Cooper , Lorenzo Pieralisi , Sudeep Holla , Will Deacon , Daniel Lezcano , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linaro-acpi@lists.linaro.org Subject: Re: [PATCH v3 2/7] irqchip/acpi: Add probing infrastructure for ACPI-based irqchips Message-ID: <20150929101956.GC30504@e104818-lin.cambridge.arm.com> References: <1443451758-22717-1-git-send-email-marc.zyngier@arm.com> <1443451758-22717-3-git-send-email-marc.zyngier@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1443451758-22717-3-git-send-email-marc.zyngier@arm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 28, 2015 at 03:49:13PM +0100, Marc Zyngier wrote: > DT enjoys a rather nice probing infrastructure for irqchips, while > ACPI is so far stuck into a very distant past. > > This patch introduces a declarative API, allowing irqchips to be > self-contained and be called when a particular entry is matched > in the MADT table. > > Signed-off-by: Marc Zyngier > --- > arch/arm64/include/asm/irq.h | 11 ----------- > drivers/irqchip/irqchip.c | 8 +++++--- > include/asm-generic/vmlinux.lds.h | 1 + > include/linux/acpi_irq.h | 10 ---------- > include/linux/irqchip.h | 17 +++++++++++++++++ > 5 files changed, 23 insertions(+), 24 deletions(-) > delete mode 100644 include/linux/acpi_irq.h For the arm64 part: Acked-by: Catalin Marinas