Re: [PATCH 09/10] USB: EHCI: make ehci-msm a separate driver

2013-02-07 Thread David Brown
manjunath.gou...@linaro.org writes: > +MODULE_DESCRIPTION(DRIVER_DESC); > +MODULE_ALIAS("platform:omap-msm"); > +MODULE_LICENSE("GPL"); omap-msm? I think you mean msm-ehci. I don't have any hardware to test this on, so hopefully someone can chime in after testing it. David -- sent by an empl

Re: [PATCH 09/10] USB: EHCI: make ehci-msm a separate driver

2013-02-07 Thread Stephen Warren
On 02/07/2013 10:34 AM, manjunath.gou...@linaro.org wrote: > Separate the Qualcomm On-Chip host controller driver from ehci-hcd host code > into its own driver module. > diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig > @@ -209,7 +210,7 @@ config USB_EHCI_TEGRA > boolean

[PATCH 09/10] USB: EHCI: make ehci-msm a separate driver

2013-02-07 Thread manjunath . goudar
From: Manjunath Goudar Separate the Qualcomm On-Chip host controller driver from ehci-hcd host code into its own driver module. Signed-off-by: Manjunath Goudar Cc: Greg KH Cc: Alan Stern Cc: David Brown Cc: Daniel Walker Cc: Bryan Huntsman Cc: Brian Swetland Cc: linux-usb@vger.kernel.org