Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1445727 > unrolled thread
| Started by | Sinan Kaya <okaya@codeaurora.org> |
|---|---|
| First post | 2016-07-18 20:50 +0200 |
| Last post | 2016-07-19 23:50 +0200 |
| Articles | 3 — 2 participants |
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.
[PATCH 03/10] of: irq: make of_msi_configure accessible from modules Sinan Kaya <okaya@codeaurora.org> - 2016-07-18 20:50 +0200
Re: [PATCH 03/10] of: irq: make of_msi_configure accessible from modules Rob Herring <robh+dt@kernel.org> - 2016-07-18 23:30 +0200
Re: [PATCH 03/10] of: irq: make of_msi_configure accessible from modules Sinan Kaya <okaya@codeaurora.org> - 2016-07-19 23:50 +0200
| From | Sinan Kaya <okaya@codeaurora.org> |
|---|---|
| Date | 2016-07-18 20:50 +0200 |
| Subject | [PATCH 03/10] of: irq: make of_msi_configure accessible from modules |
| Message-ID | <rWlM7-1sH-55@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. 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 6ec743f..d84b323 100644 --- a/drivers/of/irq.c +++ b/drivers/of/irq.c @@ -762,3 +762,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.8.2.1
[toc] | [next] | [standalone]
| From | Rob Herring <robh+dt@kernel.org> |
|---|---|
| Date | 2016-07-18 23:30 +0200 |
| Message-ID | <rWogV-3bX-1@gated-at.bofh.it> |
| In reply to | #1445727 |
On Mon, Jul 18, 2016 at 1:39 PM, Sinan Kaya <okaya@codeaurora.org> wrote: > 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. > > Signed-off-by: Sinan Kaya <okaya@codeaurora.org> > --- > drivers/of/irq.c | 1 + > 1 file changed, 1 insertion(+) Acked-by: Rob Herring <robh@kernel.org>
[toc] | [prev] | [next] | [standalone]
| From | Sinan Kaya <okaya@codeaurora.org> |
|---|---|
| Date | 2016-07-19 23:50 +0200 |
| Subject | Re: [PATCH 03/10] of: irq: make of_msi_configure accessible from modules |
| Message-ID | <rWL3P-Wc-9@gated-at.bofh.it> |
| In reply to | #1445855 |
On 7/18/2016 5:24 PM, Rob Herring wrote: > On Mon, Jul 18, 2016 at 1:39 PM, Sinan Kaya <okaya@codeaurora.org> wrote: >> 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. >> >> Signed-off-by: Sinan Kaya <okaya@codeaurora.org> >> --- >> drivers/of/irq.c | 1 + >> 1 file changed, 1 insertion(+) > > Acked-by: Rob Herring <robh@kernel.org> > -- > To unsubscribe from this list: send the line "unsubscribe dmaengine" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Thanks Rob -- Sinan Kaya Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc. Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web