public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/6] USB: make ehci-tegra its own module
@ 2013-06-04 23:53 Stephen Warren
       [not found] ` <1370390014-25452-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Stephen Warren @ 2013-06-04 23:53 UTC (permalink / raw)
  To: Felipe Balbi
  Cc: Greg Kroah-Hartman, 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>

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.

Note that I expect this series will need to go through the USB PHY tree,
since it builds upon Venu's recent changes to the Tegra USB driver, which
were applied there.

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 (3):
  usb: phy: add MODULE_LICENSE to phy-tegra-usb.c
  USB: EHCI: tegra: remove all power management
  USB: EHCI: tegra: fix circular module dependencies

 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       | 397 +++++++-----------------------------
 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, 131 insertions(+), 346 deletions(-)

-- 
1.8.1.5

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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-04 23:53 [PATCH V2 0/6] USB: make ehci-tegra its own module Stephen Warren
     [not found] ` <1370390014-25452-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-04 23:53   ` [PATCH V2 1/6] usb: phy: export ulpi_viewport_access_ops Stephen Warren
2013-06-04 23:53   ` [PATCH V2 2/6] usb: phy: add MODULE_LICENSE to phy-tegra-usb.c Stephen Warren
2013-06-04 23:53   ` [PATCH V2 3/6] USB: EHCI: export ehci_handshake for ehci-hcd sub-drivers Stephen Warren
     [not found]     ` <1370390014-25452-4-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-05 14:12       ` Alan Stern
2013-06-04 23:53   ` [PATCH V2 4/6] USB: EHCI: tegra: remove all power management Stephen Warren
     [not found]     ` <1370390014-25452-5-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-05 14:24       ` Alan Stern
2013-06-04 23:53   ` [PATCH V2 5/6] USB: EHCI: tegra: fix circular module dependencies Stephen Warren
     [not found]     ` <1370390014-25452-6-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-05 14:26       ` Alan Stern
2013-06-04 23:53   ` [PATCH V2 6/6] USB: EHCI: make ehci-tegra a separate driver Stephen Warren
     [not found]     ` <1370390014-25452-7-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-05 14:41       ` Alan Stern
2013-06-05 12:09   ` [PATCH V2 0/6] USB: make ehci-tegra its own module Arnd Bergmann

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