public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 REPOST 0/7] USB: tegra: support building as a module
@ 2013-06-13 17:24 Stephen Warren
       [not found] ` <1371144253-21295-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Warren @ 2013-06-13 17:24 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Felipe Balbi, Alan Stern, Manjunath Goudar, Arnd Bergmann,
	Venu Byravarasu, linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

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(-)

-- 
1.8.1.5

--
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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-06-14 17:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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   ` [PATCH V3 REPOST 0/7] USB: tegra: support building as a module Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox