Re: [PATCH 7/9] of/platform: Resolve interrupt references at probe time

2013-09-18 Thread Thierry Reding
On Tue, Sep 17, 2013 at 01:04:06PM +, Strashko, Grygorii wrote: > Hi Thierry, > > On 09/16/2013 11:32 AM, Thierry Reding wrote:> Interrupt references are > currently resolved very early (when a device is > > created). This has the disadvantage that it will fail in cases where the > > interrup

RE: [PATCH 7/9] of/platform: Resolve interrupt references at probe time

2013-09-17 Thread Strashko, Grygorii
Hi Thierry, On 09/16/2013 11:32 AM, Thierry Reding wrote:> Interrupt references are currently resolved very early (when a device is > created). This has the disadvantage that it will fail in cases where the > interrupt parent hasn't been probed and no IRQ domain for it has been > registered yet.

[PATCH 7/9] of/platform: Resolve interrupt references at probe time

2013-09-16 Thread Thierry Reding
Interrupt references are currently resolved very early (when a device is created). This has the disadvantage that it will fail in cases where the interrupt parent hasn't been probed and no IRQ domain for it has been registered yet. To work around that various drivers use explicit initcall ordering