Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753841AbaATOge (ORCPT ); Mon, 20 Jan 2014 09:36:34 -0500 Received: from mail-ee0-f51.google.com ([74.125.83.51]:62287 "EHLO mail-ee0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751825AbaATOgb (ORCPT ); Mon, 20 Jan 2014 09:36:31 -0500 From: Grant Likely Subject: Re: [RFC part2 PATCH 8/9] ACPI / ARM64: Update acpi_register_gsi to register with the core IRQ subsystem To: Arnd Bergmann , linux-arm-kernel@lists.infradead.org Cc: Hanjun Guo , "Rafael J. Wysocki" , Catalin Marinas , Will Deacon , Russell King - ARM Linux , Mark Rutland , Matthew Garrett , linaro-kernel@lists.linaro.org, patches@linaro.org, linaro-acpi@lists.linaro.org, linux-kernel@vger.kernel.org, Rob Herring , linux-acpi@vger.kernel.org, Amit Daniel Kachhap , Olof Johansson , Bjorn Helgaas In-Reply-To: <201312110623.04341.arnd@arndb.de> References: <1385999094-3152-1-git-send-email-hanjun.guo@linaro.org> < 1385999094-3152-9-git-send-email-hanjun.guo@linaro.org> <20131210130521. 3FE89C40A27@trevor.secretlab.ca> <201312110623.04341.arnd@arndb.de> Date: Mon, 20 Jan 2014 14:36:25 +0000 Message-Id: <20140120143625.EB0E2C40B12@trevor.secretlab.ca> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 11 Dec 2013 06:23:04 +0100, Arnd Bergmann wrote: > On Tuesday 10 December 2013, Grant Likely wrote: > > > --- a/drivers/acpi/plat/arm-core.c > > > +++ b/drivers/acpi/plat/arm-core.c > > > @@ -90,7 +90,7 @@ enum acpi_irq_model_id acpi_irq_model = ACPI_IRQ_MODEL_GIC; > > > > > > static unsigned int gsi_to_irq(unsigned int gsi) > > > { > > > - int irq = irq_create_mapping(NULL, gsi); > > > + int irq = irq_find_mapping(NULL, gsi); > > > > I suspect this will break FDT users that depend on the old behaviour. > > I think not, given this is only in drivers/acpi and gets added in one > of the prior patches of the same series. Ah, okay. g. -- 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/