mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] irqdomain: Add an accessor for the of_node field
@ 2015-10-09 14:50 Marc Zyngier
  2015-10-09 15:22 ` [tip:irq/urgent] " tip-bot for Marc Zyngier
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Zyngier @ 2015-10-09 14:50 UTC (permalink / raw)
  To: Thomas Gleixner, Jiang Liu, Jason Cooper; +Cc: linux-kernel

As we're about to remove the of_node field from the irqdomain
structure, introduce an accessor for it. Subsequent patches
will take care of the actual repainting.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
---
 include/linux/irqdomain.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h
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;
+}
+
 #ifdef CONFIG_IRQ_DOMAIN
 struct irq_domain *__irq_domain_add(struct device_node *of_node, int size,
 				    irq_hw_number_t hwirq_max, int direct_max,
-- 
2.1.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [tip:irq/urgent] irqdomain: Add an accessor for the of_node field
  2015-10-09 14:50 [PATCH] irqdomain: Add an accessor for the of_node field Marc Zyngier
@ 2015-10-09 15:22 ` tip-bot for Marc Zyngier
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Marc Zyngier @ 2015-10-09 15:22 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: tglx, hpa, mingo, jiang.liu, linux-kernel, marc.zyngier, jason

Commit-ID:  10abc7df9277a81971924a6c03f74e86d799daf1
Gitweb:     http://git.kernel.org/tip/10abc7df9277a81971924a6c03f74e86d799daf1
Author:     Marc Zyngier <marc.zyngier@arm.com>
AuthorDate: Fri, 9 Oct 2015 15:50:11 +0100
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Fri, 9 Oct 2015 17:17:30 +0200

irqdomain: Add an accessor for the of_node field

As we're about to remove the of_node field from the irqdomain
structure, introduce an accessor for it. Subsequent patches
will take care of the actual repainting.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Cc: Jiang Liu <jiang.liu@linux.intel.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Link: http://lkml.kernel.org/r/1444402211-1141-1-git-send-email-marc.zyngier@arm.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
 include/linux/irqdomain.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h
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;
+}
+
 #ifdef CONFIG_IRQ_DOMAIN
 struct irq_domain *__irq_domain_add(struct device_node *of_node, int size,
 				    irq_hw_number_t hwirq_max, int direct_max,

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-09 15:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-09 14:50 [PATCH] irqdomain: Add an accessor for the of_node field Marc Zyngier
2015-10-09 15:22 ` [tip:irq/urgent] " tip-bot for Marc Zyngier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome