Re: [PATCH V2 0/6] USB: make ehci-tegra its own module

2013-06-05 Thread Arnd Bergmann
On Wednesday 05 June 2013, Stephen Warren wrote: > > Today 01:53:28 > From: Stephen Warren > > 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 m

[PATCH V2 0/6] USB: make ehci-tegra its own module

2013-06-04 Thread Stephen Warren
From: Stephen Warren 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