From: Lee Jones Date: Wed, 8 Aug 2012 12:44:59 +0000 (+0100) Subject: of/irq: Create stub for of_irq_find_parent when !CONFIG_OF X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~61^2~5^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62861095dc3f40594958f45257f2551c1d7e2655;p=pandora-kernel.git 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 Acked-by: Linus Walleij Signed-off-by: Lee Jones --- Reading git-diff-tree failed