All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] USB: make ehci-tegra its own module
@ 2013-06-03 19:21 Stephen Warren
       [not found] ` <1370287290-21579-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Stephen Warren @ 2013-06-03 19:21 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 (4):
  usb: phy: export ulpi_viewport_access_ops
  USB: EHCI: expand struct ehci_driver_overrides
  USB: EHCI: export symbols for ehci-hcd sub-drivers
  USB: EHCI: make ehci-tegra a separate driver

Stephen Warren (2):
  usb: phy: add MODULE_LICENSE to phy-tegra-usb.c
  USB: EHCI: fix circular dependency in Tegra modules

 drivers/usb/host/Kconfig            |    2 +-
 drivers/usb/host/Makefile           |    1 +
 drivers/usb/host/ehci-hcd.c         |   39 ++++----
 drivers/usb/host/ehci-hub.c         |    9 +-
 drivers/usb/host/ehci-tegra.c       |  173 ++++++++++++++---------------------
 drivers/usb/host/ehci.h             |   14 +++
 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, 153 insertions(+), 134 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2013-06-03 20:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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.