Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1481246 > unrolled thread

[PATCH V2 03/10] of: irq: make of_msi_configure accessible from modules

Started bySinan Kaya <okaya@codeaurora.org>
First post2016-09-12 15:10 +0200
Last post2016-09-12 15:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH V2 03/10] of: irq: make of_msi_configure accessible from modules Sinan Kaya <okaya@codeaurora.org> - 2016-09-12 15:10 +0200

#1481246 — [PATCH V2 03/10] of: irq: make of_msi_configure accessible from modules

FromSinan Kaya <okaya@codeaurora.org>
Date2016-09-12 15:10 +0200
Subject[PATCH V2 03/10] of: irq: make of_msi_configure accessible from modules
Message-ID<sgz9L-3JB-19@gated-at.bofh.it>
The of_msi_configure routine is only accessible by the built-in
kernel drivers. Export this function so that modules can use it
too.

This function is useful for configuring MSI on child device tree
nodes on hierarchical objects.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
---
 drivers/of/irq.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/of/irq.c b/drivers/of/irq.c
index a2e68f7..20c09e0 100644
--- a/drivers/of/irq.c
+++ b/drivers/of/irq.c
@@ -767,3 +767,4 @@ void of_msi_configure(struct device *dev, struct device_node *np)
 	dev_set_msi_domain(dev,
 			   of_msi_get_domain(dev, np, DOMAIN_BUS_PLATFORM_MSI));
 }
+EXPORT_SYMBOL_GPL(of_msi_configure);
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web