of/irq: Create stub for of_irq_find_parent when !CONFIG_OF
authorLee Jones <lee.jones@linaro.org>
Wed, 8 Aug 2012 12:44:59 +0000 (13:44 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 20 Sep 2012 10:32:30 +0000 (12:32 +0200)
commit62861095dc3f40594958f45257f2551c1d7e2655
treebbc96dc3be49787d188a153ed39a25a1cdad1a5b
parente8b9acd26bbb3f05b9d7fbb8b439441eb328e51d
of/irq: Create stub for of_irq_find_parent when !CONFIG_OF

of_irq_find_parent is a handy function to use outside the confines of
the Open Firmware subsystem. One such use-case is when the IRQ Domain
wishes to find an IRQ domain for a given device node. Currently it can
not take any notice of the 'interrupt-parent' property. Instead it
just uses the first IRQ controller as it climbs the Device Tree. If
we were to use this as a precursor the resultant controller is more
likely to be correct.

Acked-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
include/linux/of_irq.h