From: Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
Cc: Greg Kroah-Hartman
<gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>,
Felipe Balbi <balbi-l0cyMroinI0@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 REPOST 0/7] USB: tegra: support building as a module
Date: Fri, 14 Jun 2013 19:00:34 +0200 [thread overview]
Message-ID: <20130614170033.GA854@mithrandir> (raw)
In-Reply-To: <1371144253-21295-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 1913 bytes --]
On Thu, Jun 13, 2013 at 11:24:06AM -0600, Stephen Warren wrote:
> From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
>
> I'm reposting this because I originally thought Felipe would apply it
> to his PHY tree, since it's based on other work there. Now that tree has
> been merged into Greg's main USB tree, I believe this series can be
> applied there instead. Hence, resending so it shows up in Greg's inbox.
>
>
> ehci-tegra is currently built into the main ehci-hcd driver, rather than
> being a separate module. This causes issues with multi-platform ARM
> kernels. This series separates ehci-tegra into its own module to avoid
> those problems.
>
> Manjunath Goudar originally wrote most of this series. I've since cleaned
> it up, rebased it on Venu's recent changes to the Tegra USB driver, and
> tested it.
>
> Manjunath Goudar (3):
> usb: phy: export ulpi_viewport_access_ops
> USB: EHCI: export ehci_handshake for ehci-hcd sub-drivers
> USB: EHCI: make ehci-tegra a separate driver
>
> Stephen Warren (4):
> usb: phy: add MODULE_LICENSE to phy-tegra-usb.c
> USB: EHCI: tegra: remove all power management
> USB: EHCI: tegra: fix circular module dependencies
> USB: EHCI: tegra: make use of ehci->priv
>
> drivers/usb/host/Kconfig | 2 +-
> drivers/usb/host/Makefile | 1 +
> drivers/usb/host/ehci-hcd.c | 22 +-
> drivers/usb/host/ehci-hub.c | 4 +-
> drivers/usb/host/ehci-tegra.c | 474 ++++++++----------------------------
> drivers/usb/host/ehci.h | 2 +
> drivers/usb/phy/phy-tegra-usb.c | 43 +++-
> drivers/usb/phy/phy-ulpi-viewport.c | 2 +
> include/linux/usb/tegra_usb_phy.h | 4 -
> 9 files changed, 165 insertions(+), 389 deletions(-)
The series:
Tested-by: Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
prev parent reply other threads:[~2013-06-14 17:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-13 17:24 [PATCH V3 REPOST 0/7] USB: tegra: support building as a module Stephen Warren
[not found] ` <1371144253-21295-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-13 17:24 ` [PATCH V3 REPOST 1/7] usb: phy: export ulpi_viewport_access_ops Stephen Warren
2013-06-13 17:24 ` [PATCH V3 REPOST 2/7] usb: phy: add MODULE_LICENSE to phy-tegra-usb.c Stephen Warren
2013-06-13 17:24 ` [PATCH V3 REPOST 3/7] USB: EHCI: export ehci_handshake for ehci-hcd sub-drivers Stephen Warren
2013-06-13 17:24 ` [PATCH V3 REPOST 4/7] USB: EHCI: tegra: remove all power management Stephen Warren
2013-06-13 17:24 ` [PATCH V3 REPOST 5/7] USB: EHCI: tegra: fix circular module dependencies Stephen Warren
2013-06-13 17:24 ` [PATCH V3 REPOST 6/7] USB: EHCI: make ehci-tegra a separate driver Stephen Warren
2013-06-13 17:24 ` [PATCH V3 REPOST 7/7] USB: EHCI: tegra: make use of ehci->priv Stephen Warren
2013-06-14 17:00 ` Thierry Reding [this message]
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=20130614170033.GA854@mithrandir \
--to=thierry.reding-re5jqeeqqe8avxtiumwx3w@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.