$EXTINDEX_DIR/description missing
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
To: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
Cc: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>,
	Greg Kroah-Hartman
	<gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>,
	Alan Stern
	<stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org>,
	Manjunath Goudar
	<manjunath.goudar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>,
	Venu Byravarasu
	<vbyravarasu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
	linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Subject: Re: [PATCH 1/6] usb: phy: export ulpi_viewport_access_ops
Date: Tue, 04 Jun 2013 00:25:08 +0400	[thread overview]
Message-ID: <51ACFBA4.6020208@cogentembedded.com> (raw)
In-Reply-To: <1370287290-21579-2-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>

Hello.

On 06/03/2013 11:21 PM, Stephen Warren wrote:

> From: Manjunath Goudar <manjunath.goudar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
>
> In order to build a ULPI PHY driver as a module, this symbol needs to
> be exported.
>
> Signed-off-by: Manjunath Goudar <manjunath.goudar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> [swarren, reworked Manjunath's patches to split them more logically]
> Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> ---
>   drivers/usb/phy/phy-ulpi-viewport.c |    2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/drivers/usb/phy/phy-ulpi-viewport.c b/drivers/usb/phy/phy-ulpi-viewport.c
> index c5ba7e5..4442425 100644
> --- a/drivers/usb/phy/phy-ulpi-viewport.c
> +++ b/drivers/usb/phy/phy-ulpi-viewport.c
> @@ -13,6 +13,7 @@
>    */
>   
>   #include <linux/kernel.h>
> +#include <linux/module.h>

     Rather export.h...

>   #include <linux/usb.h>
>   #include <linux/io.h>
>   #include <linux/usb/otg.h>
> @@ -78,3 +79,4 @@ struct usb_phy_io_ops ulpi_viewport_access_ops = {
>   	.read	= ulpi_viewport_read,
>   	.write	= ulpi_viewport_write,
>   };
> +EXPORT_SYMBOL_GPL(ulpi_viewport_access_ops);

WBR, Sergei

  parent reply	other threads:[~2013-06-03 20:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-03 19:21 [PATCH 0/6] USB: make ehci-tegra its own module Stephen Warren
     [not found] ` <1370287290-21579-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-03 19:21   ` [PATCH 1/6] usb: phy: export ulpi_viewport_access_ops Stephen Warren
     [not found]     ` <1370287290-21579-2-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-03 20:25       ` Sergei Shtylyov [this message]
2013-06-03 19:21   ` [PATCH 2/6] usb: phy: add MODULE_LICENSE to phy-tegra-usb.c Stephen Warren
2013-06-03 19:21   ` [PATCH 3/6] USB: EHCI: expand struct ehci_driver_overrides Stephen Warren
     [not found]     ` <1370287290-21579-4-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-03 20:47       ` Alan Stern
2013-06-03 19:21   ` [PATCH 4/6] USB: EHCI: export symbols for ehci-hcd sub-drivers Stephen Warren
     [not found]     ` <1370287290-21579-5-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-03 20:57       ` Alan Stern
2013-06-03 19:21   ` [PATCH 5/6] USB: EHCI: fix circular dependency in Tegra modules Stephen Warren
2013-06-03 19:21   ` [PATCH 6/6] USB: EHCI: make ehci-tegra a separate driver Stephen Warren

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=51ACFBA4.6020208@cogentembedded.com \
    --to=sergei.shtylyov-m4dtvfq/zs1mrggop+s0pdbpr1lh4cv8@public.gmane.org \
    --cc=arnd-r2nGTMty4D4@public.gmane.org \
    --cc=balbi-l0cyMroinI0@public.gmane.org \
    --cc=gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=manjunath.goudar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org \
    --cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org \
    --cc=swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=vbyravarasu-DDmLM1+adcrQT0dZR+AlfA@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.