Linux Tegra architecture development
 help / color / mirror / Atom feed
From: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
To: balbi-l0cyMroinI0@public.gmane.org
Cc: 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 V3 1/7] usb: phy: export ulpi_viewport_access_ops
Date: Wed, 12 Jun 2013 10:11:27 -0600	[thread overview]
Message-ID: <51B89DAF.4020703@wwwdotorg.org> (raw)
In-Reply-To: <20130612150603.GA15056-S8G//mZuvNWo5Im9Ml3/Zg@public.gmane.org>

On 06/12/2013 09:06 AM, Felipe Balbi wrote:
> On Wed, Jun 05, 2013 at 02:03:03PM -0600, 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> 
>> Acked-by: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
> 
> This should go straight through Greg:

All the patches in this series build on top of each-other, so I think
need to be applied in the same branch. Applying this patch in branch A
but the others in branch B will cause the build to fail in branch B if
the driver is built as a module, since ulpi_viewport_access_ops isn't
exported, right?

And this series is also based on top of all the Tegra driver changes
in your PHY branch, so I believe that is the correct place to apply this.
--
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

  parent reply	other threads:[~2013-06-12 16:11 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-05 20:03 [PATCH V3 0/7] USB: make ehci-tegra its own module Stephen Warren
     [not found] ` <1370462589-3090-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-05 20:03   ` [PATCH V3 1/7] usb: phy: export ulpi_viewport_access_ops Stephen Warren
     [not found]     ` <1370462589-3090-2-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-12 15:06       ` Felipe Balbi
     [not found]         ` <20130612150603.GA15056-S8G//mZuvNWo5Im9Ml3/Zg@public.gmane.org>
2013-06-12 16:11           ` Stephen Warren [this message]
     [not found]             ` <51B89DAF.4020703-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-12 16:38               ` Felipe Balbi
     [not found]                 ` <20130612163850.GB22120-S8G//mZuvNWo5Im9Ml3/Zg@public.gmane.org>
2013-06-12 16:51                   ` Stephen Warren
     [not found]                     ` <51B8A6F9.1030400-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-12 17:34                       ` Felipe Balbi
2013-06-05 20:03   ` [PATCH V3 2/7] usb: phy: add MODULE_LICENSE to phy-tegra-usb.c Stephen Warren
     [not found]     ` <1370462589-3090-3-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-12 15:06       ` Felipe Balbi
2013-06-05 20:03   ` [PATCH V3 3/7] USB: EHCI: export ehci_handshake for ehci-hcd sub-drivers Stephen Warren
2013-06-05 20:03   ` [PATCH V3 4/7] USB: EHCI: tegra: remove all power management Stephen Warren
     [not found]     ` <1370462589-3090-5-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-05 20:19       ` Alan Stern
2013-06-05 20:03   ` [PATCH V3 5/7] USB: EHCI: tegra: fix circular module dependencies Stephen Warren
2013-06-05 20:03   ` [PATCH V3 6/7] USB: EHCI: make ehci-tegra a separate driver Stephen Warren
     [not found]     ` <1370462589-3090-7-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-05 20:19       ` Alan Stern
2013-06-05 20:03   ` [PATCH V3 7/7] USB: EHCI: tegra: make use of ehci->priv Stephen Warren
     [not found]     ` <1370462589-3090-8-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-05 20:20       ` Alan Stern

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=51B89DAF.4020703@wwwdotorg.org \
    --to=swarren-3lzwwm7+weoh9zmkesr00q@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-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox