Thread (34 messages) 34 messages, 5 authors, 2015-10-13

[PATCH 01/16] irqdomain: Use an accessor for the of_node field

From: Thomas Gleixner <hidden>
Date: 2015-10-09 14:25:09
Also in: linux-acpi, lkml

On Tue, 6 Oct 2015, Marc Zyngier wrote:
quoted hunk ↗ jump to hunk
index d3ca792..f644fdb 100644
--- a/include/linux/irqdomain.h
+++ b/include/linux/irqdomain.h
@@ -161,6 +161,11 @@ enum {
 	IRQ_DOMAIN_FLAG_NONCORE		= (1 << 16),
 };
 
+static inline struct device_node *irq_domain_get_of_node(struct irq_domain *d)
+{
+	return d->of_node;
+}
+
Can you please make that a seperate patch, which I can expedite to
Linus? That way we can fix stuff which shows up in next as well.

Thanks,

	tglx
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help