Re: [PATCH] of/irq: of_irq_init: Call initialization function for all controllers

2012-03-28 Thread Thomas Abraham
On 26 March 2012 21:06, Thomas Abraham thomas.abra...@linaro.org wrote: On 26 March 2012 18:34, Rob Herring robherri...@gmail.com wrote: Your fix doesn't really guarantee the proper order either. It's still a side effect of the implementation. Perhaps a retry mechanism would work. Then the

Re: [PATCH] of/irq: of_irq_init: Call initialization function for all controllers

2012-03-26 Thread Rob Herring
On 03/25/2012 11:16 AM, Thomas Abraham wrote: On 25 March 2012 20:50, Rob Herring robherri...@gmail.com wrote: On 03/25/2012 07:38 AM, Thomas Abraham wrote: The of_irq_init function stops processing the interrupt controller hierarchy when there are no more interrupt controller parents

[PATCH] of/irq: of_irq_init: Call initialization function for all controllers

2012-03-25 Thread Thomas Abraham
The of_irq_init function stops processing the interrupt controller hierarchy when there are no more interrupt controller parents identified. Though this condition suffices most cases, there are cases where a interrupt controller's parent controller does not participate in the initialization of the

Re: [PATCH] of/irq: of_irq_init: Call initialization function for all controllers

2012-03-25 Thread Rob Herring
On 03/25/2012 07:38 AM, Thomas Abraham wrote: The of_irq_init function stops processing the interrupt controller hierarchy when there are no more interrupt controller parents identified. Though this condition suffices most cases, there are cases where a interrupt controller's parent controller

Re: [PATCH] of/irq: of_irq_init: Call initialization function for all controllers

2012-03-25 Thread Thomas Abraham
On 25 March 2012 20:50, Rob Herring robherri...@gmail.com wrote: On 03/25/2012 07:38 AM, Thomas Abraham wrote: The of_irq_init function stops processing the interrupt controller hierarchy when there are no more interrupt controller parents identified. Though this condition suffices most cases,