From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753108AbbJMNtQ (ORCPT ); Tue, 13 Oct 2015 09:49:16 -0400 Received: from mail.kernel.org ([198.145.29.136]:32777 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752100AbbJMNtN (ORCPT ); Tue, 13 Oct 2015 09:49:13 -0400 Date: Tue, 13 Oct 2015 21:48:51 +0800 From: Shawn Guo To: Joel Porquet Cc: linux-kernel@vger.kernel.org, linux@arm.linux.org.uk, kgene@kernel.org, k.kozlowski@samsung.com, kernel@pengutronix.de, tony@atomide.com, linux-omap@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Marc Zyngier Subject: Re: [PATCH v2 0/3] arm:irchip: IRQCHIP_DECLARE macro is now accessible Message-ID: <20151013134851.GA551@tiger> References: <1444740975-31948-1-git-send-email-joel@porquet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1444740975-31948-1-git-send-email-joel@porquet.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 13, 2015 at 02:56:12PM +0200, Joel Porquet wrote: > The IRQCHIP_DECLARE macro migrated to 'include/linux/irqchip.h', making it > globally accessible. > > See commit 91e20b5040c67c51aad88cf87db4305c5bd7f79d ("irqchip: Move > IRQCHIP_DECLARE macro to include/linux/irqchip.h"). > > This series of patches add inclusions of 'include/linux/irqchip.h' and > replaces uses of macro OF_DECLARE_2 with IRQCHIP_DECLARE for platforms > exynos, imx and omap2. > > I had submitted a single patch a few months ago > (https://lkml.org/lkml/2015/7/7/1069), but it never got merged although it > had been acked by all the subsystem maintainers. Hopefully, splitting the > patch into these independent patches that can be applied separately should > help. > > Joël > > Joel Porquet (3): > arm:exynos: IRQCHIP_DECLARE macro is now accessible > arm:imx: IRQCHIP_DECLARE macro is now accessible > arm:omap2: IRQCHIP_DECLARE macro is now accessible > > arch/arm/mach-exynos/suspend.c | 3 ++- > arch/arm/mach-imx/gpc.c | 7 ++----- > arch/arm/mach-omap2/omap-wakeupgen.c | 7 ++----- > 3 files changed, 6 insertions(+), 11 deletions(-) Marc sent a patch [1] doing the same thing a few days ago. Shawn [1] http://thread.gmane.org/gmane.linux.ports.arm.kernel/444136