From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752339AbaDWXnd (ORCPT ); Wed, 23 Apr 2014 19:43:33 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:25527 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751913AbaDWXnb (ORCPT ); Wed, 23 Apr 2014 19:43:31 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 99.127.230.128 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/zCu8XeDQi+gZdoQg1Lm2n Date: Wed, 23 Apr 2014 16:43:26 -0700 From: Tony Lindgren To: Rob Herring Cc: Russell King , Grant Likely , Greg Kroah-Hartman , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jean-Jacques Hiblot , thierry.reding@gmail.com, Rob Herring Subject: Re: [PATCH 0/2] DT irq deferred probe support Message-ID: <20140423234326.GF6053@atomide.com> References: <1398293861-7682-1-git-send-email-robherring2@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1398293861-7682-1-git-send-email-robherring2@gmail.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 * Rob Herring [140423 15:58]: > From: Rob Herring > > This is atleast the 4th attempt to fix a long standing issue with DT > irq resolution needing to support deferred probe when irq parent is not > yet initialized. This version implements Russell King's suggestion to do > irq resolution when platform_get_irq is called. > > Tony, I squashed your warning fix (dropping the other part) and stole > much of your commit message. Let me know if you have any issues with > that. Nope, looks good, just gave it a try and it fixes the problem for me. Regards, Tony > Rob Herring (2): > of: selftest: add deferred probe interrupt test > of/irq: do irq resolution in platform_get_irq > > drivers/base/platform.c | 7 +++++- > drivers/of/irq.c | 26 +++++++++++++++++++++ > drivers/of/platform.c | 4 +++- > drivers/of/selftest.c | 32 ++++++++++++++++++++++++++ > drivers/of/testcase-data/tests-interrupts.dtsi | 12 ++++++++++ > include/linux/of_irq.h | 7 +++++- > 6 files changed, 85 insertions(+), 3 deletions(-) > > -- > 1.9.1 > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 0/2] DT irq deferred probe support Date: Wed, 23 Apr 2014 16:43:26 -0700 Message-ID: <20140423234326.GF6053@atomide.com> References: <1398293861-7682-1-git-send-email-robherring2@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1398293861-7682-1-git-send-email-robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rob Herring Cc: Russell King , Grant Likely , Greg Kroah-Hartman , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Jean-Jacques Hiblot , thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, Rob Herring List-Id: devicetree@vger.kernel.org * Rob Herring [140423 15:58]: > From: Rob Herring > > This is atleast the 4th attempt to fix a long standing issue with DT > irq resolution needing to support deferred probe when irq parent is not > yet initialized. This version implements Russell King's suggestion to do > irq resolution when platform_get_irq is called. > > Tony, I squashed your warning fix (dropping the other part) and stole > much of your commit message. Let me know if you have any issues with > that. Nope, looks good, just gave it a try and it fixes the problem for me. Regards, Tony > Rob Herring (2): > of: selftest: add deferred probe interrupt test > of/irq: do irq resolution in platform_get_irq > > drivers/base/platform.c | 7 +++++- > drivers/of/irq.c | 26 +++++++++++++++++++++ > drivers/of/platform.c | 4 +++- > drivers/of/selftest.c | 32 ++++++++++++++++++++++++++ > drivers/of/testcase-data/tests-interrupts.dtsi | 12 ++++++++++ > include/linux/of_irq.h | 7 +++++- > 6 files changed, 85 insertions(+), 3 deletions(-) > > -- > 1.9.1 > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Wed, 23 Apr 2014 16:43:26 -0700 Subject: [PATCH 0/2] DT irq deferred probe support In-Reply-To: <1398293861-7682-1-git-send-email-robherring2@gmail.com> References: <1398293861-7682-1-git-send-email-robherring2@gmail.com> Message-ID: <20140423234326.GF6053@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Rob Herring [140423 15:58]: > From: Rob Herring > > This is atleast the 4th attempt to fix a long standing issue with DT > irq resolution needing to support deferred probe when irq parent is not > yet initialized. This version implements Russell King's suggestion to do > irq resolution when platform_get_irq is called. > > Tony, I squashed your warning fix (dropping the other part) and stole > much of your commit message. Let me know if you have any issues with > that. Nope, looks good, just gave it a try and it fixes the problem for me. Regards, Tony > Rob Herring (2): > of: selftest: add deferred probe interrupt test > of/irq: do irq resolution in platform_get_irq > > drivers/base/platform.c | 7 +++++- > drivers/of/irq.c | 26 +++++++++++++++++++++ > drivers/of/platform.c | 4 +++- > drivers/of/selftest.c | 32 ++++++++++++++++++++++++++ > drivers/of/testcase-data/tests-interrupts.dtsi | 12 ++++++++++ > include/linux/of_irq.h | 7 +++++- > 6 files changed, 85 insertions(+), 3 deletions(-) > > -- > 1.9.1 >