From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756022AbbJIObS (ORCPT ); Fri, 9 Oct 2015 10:31:18 -0400 Received: from foss.arm.com ([217.140.101.70]:39683 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755843AbbJIObP (ORCPT ); Fri, 9 Oct 2015 10:31:15 -0400 Message-ID: <5617CFB0.8090703@arm.com> Date: Fri, 09 Oct 2015 15:31:12 +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: Thomas Gleixner CC: Jiang Liu , Jason Cooper , "Rafael J. Wysocki" , linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Lorenzo Pieralisi , Tomasz Nowicki , Hanjun Guo , Suravee Suthikulpanit , Graeme Gregory , Jake Oshins Subject: Re: [PATCH 01/16] irqdomain: Use an accessor for the of_node field References: <1444152989-31726-1-git-send-email-marc.zyngier@arm.com> <1444152989-31726-2-git-send-email-marc.zyngier@arm.com> In-Reply-To: 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 09/10/15 15:24, Thomas Gleixner wrote: > On Tue, 6 Oct 2015, Marc Zyngier wrote: >> index d3ca792..f644fdb 100644 >> --- a/include/linux/irqdomain.h >> +++ b/include/linux/irqdomain.h >> @@ -161,6 +161,11 @@ enum { >> IRQ_DOMAIN_FLAG_NONCORE = (1 << 16), >> }; >> >> +static inline struct device_node *irq_domain_get_of_node(struct irq_domain *d) >> +{ >> + return d->of_node; >> +} >> + > > Can you please make that a seperate patch, which I can expedite to > Linus? That way we can fix stuff which shows up in next as well. Just this one hunk? Sure. Coming up! M. -- Jazz is not dead. It just smells funny...