From: Rolf Peukert <rolf.peukert-cSCHQGRfioA@public.gmane.org>
To: linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>,
Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
Subject: [PATCH 2/5] Export am35x helper functions
Date: Fri, 23 Oct 2015 17:46:29 +0200 [thread overview]
Message-ID: <562A5655.3000406@imms.de> (raw)
In-Reply-To: <562A557B.4090501-cSCHQGRfioA@public.gmane.org>
To be able to call these four helper functions from a M-USB AM35x driver
module, their name symbols need to be exported.
Signed-off-by: Rolf Peukert <rolf.peukert-cSCHQGRfioA@public.gmane.org>
---
arch/arm/mach-omap2/omap_phy_internal.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/mach-omap2/omap_phy_internal.c
b/arch/arm/mach-omap2/omap_phy_internal.c
index 8e90356..648a60f 100644
--- a/arch/arm/mach-omap2/omap_phy_internal.c
+++ b/arch/arm/mach-omap2/omap_phy_internal.c
@@ -82,6 +82,7 @@ void am35x_musb_reset(void)
regval = omap_ctrl_readl(AM35XX_CONTROL_IP_SW_RESET);
}
+EXPORT_SYMBOL(am35x_musb_reset);
void am35x_musb_phy_power(u8 on)
{
@@ -120,6 +121,7 @@ void am35x_musb_phy_power(u8 on)
omap_ctrl_writel(devconf2, AM35XX_CONTROL_DEVCONF2);
}
}
+EXPORT_SYMBOL(am35x_musb_phy_power);
void am35x_musb_clear_irq(void)
{
@@ -130,6 +132,7 @@ void am35x_musb_clear_irq(void)
omap_ctrl_writel(regval, AM35XX_CONTROL_LVL_INTR_CLEAR);
regval = omap_ctrl_readl(AM35XX_CONTROL_LVL_INTR_CLEAR);
}
+EXPORT_SYMBOL(am35x_musb_clear_irq);
void am35x_set_mode(u8 musb_mode)
{
@@ -152,3 +155,4 @@ void am35x_set_mode(u8 musb_mode)
omap_ctrl_writel(devconf2, AM35XX_CONTROL_DEVCONF2);
}
+EXPORT_SYMBOL(am35x_set_mode);
--
2.4.10
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-10-23 15:46 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-23 15:42 [PATCH 0/5] Device tree support for AM35xx M-USB driver Rolf Peukert
[not found] ` <562A557B.4090501-cSCHQGRfioA@public.gmane.org>
2015-10-23 15:44 ` [PATCH 1/5] Make am35x helper function declarations accessible Rolf Peukert
2015-10-23 15:46 ` Rolf Peukert [this message]
[not found] ` <562A5655.3000406-cSCHQGRfioA@public.gmane.org>
2015-10-24 1:28 ` [PATCH 2/5] Export am35x helper functions Tony Lindgren
2015-10-23 15:51 ` [PATCH 3/5] Add device tree support for M-USB on AM35xx SOCs Rolf Peukert
[not found] ` <562A5793.3020200-cSCHQGRfioA@public.gmane.org>
2015-10-28 12:58 ` Sergei Shtylyov
2015-10-23 15:53 ` [PATCH 4/5] Use new MUSB device name in AM3517 device tree Rolf Peukert
2015-10-23 15:57 ` [PATCH 5/5] Add information about the new DT device name Rolf Peukert
[not found] ` <562A58DF.5020706-cSCHQGRfioA@public.gmane.org>
2015-10-23 19:40 ` Sergei Shtylyov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=562A5655.3000406@imms.de \
--to=rolf.peukert-cschqgrfioa@public.gmane.org \
--cc=balbi-l0cyMroinI0@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).