Thread (50 messages) 50 messages, 7 authors, 2012-09-19

[PATCH 1/8] of/irq: Create stub for of_irq_find_parent when !CONFIG_OF

From: Rob Herring <hidden>
Date: 2012-08-09 19:53:29
Also in: linux-devicetree, lkml

On 08/09/2012 10:53 AM, Lee Jones wrote:
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.

CC: Rob Herring <redacted>
CC: devicetree-discuss at lists.ozlabs.org
Signed-off-by: Lee Jones <redacted>
Acked-by: Rob Herring <redacted>

Rob
quoted hunk ↗ jump to hunk
---
 include/linux/of_irq.h |    5 +++++
 1 file changed, 5 insertions(+)
diff --git a/include/linux/of_irq.h b/include/linux/of_irq.h
index 1717cd9..b8e2411 100644
--- a/include/linux/of_irq.h
+++ b/include/linux/of_irq.h
@@ -83,6 +83,11 @@ static inline unsigned int irq_of_parse_and_map(struct device_node *dev,
 {
 	return 0;
 }
+
+static inline void *of_irq_find_parent(struct device_node *child)
+{
+	return NULL;
+}
 #endif /* !CONFIG_OF */
 
 #endif /* __OF_IRQ_H */
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help