Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1481246
| Path | csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Sinan Kaya <okaya@codeaurora.org> |
| Newsgroups | linux.kernel |
| Subject | [PATCH V2 03/10] of: irq: make of_msi_configure accessible from modules |
| Date | Mon, 12 Sep 2016 15:10:01 +0200 |
| Message-ID | <sgz9L-3JB-19@gated-at.bofh.it> (permalink) |
| References | <sgz9L-3JB-9@gated-at.bofh.it> |
| Dmarc-Filter | OpenDMARC Filter v1.3.1 smtp.codeaurora.org C14DF6178A |
| Authentication-Results | pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org |
| Authentication-Results | pdx-caf-mail.web.codeaurora.org; spf=pass smtp.mailfrom=okaya@codeaurora.org |
| X-Mailer | git-send-email 1.9.1 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 24 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | agross@codeaurora.org, arnd@arndb.de, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Sinan Kaya <okaya@codeaurora.org>, Rob Herring <robh+dt@kernel.org>, Frank Rowand <frowand.list@gmail.com>, linux-kernel@vger.kernel.org |
| X-Original-Date | Mon, 12 Sep 2016 09:02:57 -0400 |
| X-Original-Message-ID | <1473685384-19913-4-git-send-email-okaya@codeaurora.org> |
| X-Original-References | <1473685384-19913-1-git-send-email-okaya@codeaurora.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1481246 |
Show key headers only | View raw
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH V2 03/10] of: irq: make of_msi_configure accessible from modules Sinan Kaya <okaya@codeaurora.org> - 2016-09-12 15:10 +0200
csiph-web