From: Rob Herring <hidden> Date: 2011-11-28 02:49:38
From: Rob Herring <redacted>
With the revert of "of/irq: of_irq_find_parent: check for parent equal to
child" (dc9372808412edb), we need another way to handle parent node equal
to the child node. This can simply be handled in of_irq_init by checking
for this condition.
Signed-off-by: Rob Herring <redacted>
---
drivers/of/irq.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
On Sun, 2011-11-27 at 20:49 -0600, Rob Herring wrote:
From: Rob Herring <redacted>
With the revert of "of/irq: of_irq_find_parent: check for parent equal to
child" (dc9372808412edb), we need another way to handle parent node equal
to the child node. This can simply be handled in of_irq_init by checking
for this condition.
Signed-off-by: Rob Herring <redacted>
Works for me, thanks!
Tested-by: Pawel Moll <redacted>
Cheers!
Paweł
From: Stephen Warren <hidden> Date: 2011-11-29 00:40:52
Rob Herring wrote at Sunday, November 27, 2011 7:49 PM:
From: Rob Herring <redacted>
With the revert of "of/irq: of_irq_find_parent: check for parent equal to
child" (dc9372808412edb), we need another way to handle parent node equal
to the child node. This can simply be handled in of_irq_init by checking
for this condition.
Signed-off-by: Rob Herring <redacted>
Tested-by: Stephen Warren <redacted>
This fixed the issue I was having testing a Tegra patch that converted
over to the new ARM GIC bindings.
--
nvpublic