From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754738AbbGXRGq (ORCPT ); Fri, 24 Jul 2015 13:06:46 -0400 Received: from foss.arm.com ([217.140.101.70]:46318 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753566AbbGXRGo (ORCPT ); Fri, 24 Jul 2015 13:06:44 -0400 Message-ID: <55B2709F.4080707@arm.com> Date: Fri, 24 Jul 2015 18:06:39 +0100 From: Marc Zyngier Organization: ARM Ltd User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: Hanjun Guo , Thomas Gleixner , Jiang Liu , Jason Cooper CC: "linux-acpi@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Lorenzo Pieralisi , Tomasz Nowicki , "Rafael J. Wysocki" , "suravee.suthikulpanit@amd.com" , Graeme Gregory Subject: Re: [PATCH v2 1/7] genirq: irqdomain: Use an accessor for the of_node field References: <1437656713-9677-1-git-send-email-marc.zyngier@arm.com> <1437656713-9677-2-git-send-email-marc.zyngier@arm.com> <55B1FD45.4060706@linaro.org> In-Reply-To: <55B1FD45.4060706@linaro.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 24/07/15 09:54, Hanjun Guo wrote: > On 07/23/2015 09:05 PM, Marc Zyngier wrote: >> The struct irq_domain contains a "struct device_node *" field >> (of_node) that is almost the only link between the irqdomain >> and the device tree infrastructure. >> >> In order to prepare for the removal of that field, convert all >> users outside of kernel/irq/irqdomain.c to use an accessor. >> >> Signed-off-by: Marc Zyngier >> --- >> arch/c6x/platforms/megamod-pic.c | 2 +- >> arch/mips/cavium-octeon/octeon-irq.c | 4 ++-- >> arch/powerpc/platforms/cell/axon_msi.c | 2 +- >> arch/powerpc/platforms/cell/spider-pic.c | 9 ++++++--- >> arch/powerpc/platforms/pasemi/msi.c | 6 ++++-- >> arch/powerpc/platforms/powernv/opal-irqchip.c | 2 +- >> arch/powerpc/sysdev/ehv_pic.c | 3 ++- >> arch/powerpc/sysdev/fsl_msi.c | 2 +- >> arch/powerpc/sysdev/i8259.c | 3 ++- >> arch/powerpc/sysdev/ipic.c | 3 ++- >> arch/powerpc/sysdev/mpic.c | 3 ++- >> arch/powerpc/sysdev/mpic_msi.c | 2 +- >> arch/powerpc/sysdev/qe_lib/qe_ic.c | 3 ++- > > Hmm, no arch/arm/, and there are several domain->of_node > or similar in those files, or did I miss something? No, I was missing some more -I on my spatch command line... I pushed out a fixup. Thanks, M. -- Jazz is not dead. It just smells funny...