Re: [PATCH 2/2] of/irq: do irq resolution in platform_get_irq

2014-04-24 Thread Grant Likely
On Thu, Apr 24, 2014 at 7:42 PM, Thierry Reding wrote: > On Wed, Apr 23, 2014 at 05:57:41PM -0500, Rob Herring wrote: >> From: Rob Herring >> >> Currently we get the following kind of errors if we try to use interrupt >> phandles to irqchips that have not yet initialized: >> >> irq: no irq domain

Re: [PATCH 2/2] of/irq: do irq resolution in platform_get_irq

2014-04-24 Thread Thierry Reding
On Wed, Apr 23, 2014 at 05:57:41PM -0500, Rob Herring wrote: > From: Rob Herring > > Currently we get the following kind of errors if we try to use interrupt > phandles to irqchips that have not yet initialized: > > irq: no irq domain found for /ocp/pinmux@48002030 ! > [ cut here ]--

Re: [PATCH 2/2] of/irq: do irq resolution in platform_get_irq

2014-04-24 Thread Tony Lindgren
* Grant Likely [140424 09:11]: > On Wed, 23 Apr 2014 16:42:13 -0700, Tony Lindgren wrote: > > * Rob Herring [140423 15:58]: > > > From: Rob Herring > > > > > > Currently we get the following kind of errors if we try to use interrupt > > > phandles to irqchips that have not yet initialized: > >

Re: [PATCH 2/2] of/irq: do irq resolution in platform_get_irq

2014-04-24 Thread Grant Likely
On Wed, 23 Apr 2014 16:42:13 -0700, Tony Lindgren wrote: > * Rob Herring [140423 15:58]: > > From: Rob Herring > > > > Currently we get the following kind of errors if we try to use interrupt > > phandles to irqchips that have not yet initialized: > > > > irq: no irq domain found for /ocp/pinm

Re: [PATCH 2/2] of/irq: do irq resolution in platform_get_irq

2014-04-23 Thread Tony Lindgren
* Rob Herring [140423 15:58]: > From: Rob Herring > > Currently we get the following kind of errors if we try to use interrupt > phandles to irqchips that have not yet initialized: > > irq: no irq domain found for /ocp/pinmux@48002030 ! > [ cut here ] > WARNING: CPU: 0 P

[PATCH 2/2] of/irq: do irq resolution in platform_get_irq

2014-04-23 Thread Rob Herring
From: Rob Herring Currently we get the following kind of errors if we try to use interrupt phandles to irqchips that have not yet initialized: irq: no irq domain found for /ocp/pinmux@48002030 ! [ cut here ] WARNING: CPU: 0 PID: 1 at drivers/of/platform.c:171 of_device_a