Re: [PATCH 10/20] of/irq: fix interrupt parent lookup procedure

2012-05-26 Thread Thomas Abraham
On 16 May 2012 00:11, Grant Likely wrote: > On Tue, 15 May 2012 17:29:14 +0900, Kukjin Kim wrote: >> Thomas Abraham wrote: >> > >> > The interrupt parent lookup fails for a node that is a interrupt-controller >> > but does not have an explict interrupt-parent property and instead inherits >> > th

Re: [PATCH 10/20] of/irq: fix interrupt parent lookup procedure

2012-05-15 Thread Grant Likely
On Tue, May 15, 2012 at 12:41 PM, Grant Likely wrote: > On Tue, 15 May 2012 17:29:14 +0900, Kukjin Kim wrote: >> Thomas Abraham wrote: >> > >> > The interrupt parent lookup fails for a node that is a interrupt-controller >> > but does not have an explict interrupt-parent property and instead inhe

RE: [PATCH 10/20] of/irq: fix interrupt parent lookup procedure

2012-05-15 Thread Grant Likely
On Tue, 15 May 2012 17:29:14 +0900, Kukjin Kim wrote: > Thomas Abraham wrote: > > > > The interrupt parent lookup fails for a node that is a interrupt-controller > > but does not have an explict interrupt-parent property and instead inherits > > this property from the root node. > > > > Consider

RE: [PATCH 10/20] of/irq: fix interrupt parent lookup procedure

2012-05-15 Thread Kukjin Kim
Thomas Abraham wrote: > > The interrupt parent lookup fails for a node that is a interrupt-controller > but does not have an explict interrupt-parent property and instead inherits > this property from the root node. > > Consider the nodes listed below. > > / { > interrupt-parent = <&

[PATCH 10/20] of/irq: fix interrupt parent lookup procedure

2012-04-30 Thread Thomas Abraham
The interrupt parent lookup fails for a node that is a interrupt-controller but does not have an explict interrupt-parent property and instead inherits this property from the root node. Consider the nodes listed below. / { interrupt-parent = <&intc_level1>; intc_level1: inter