Re: [PATCH 6/8] USB: EHCI: make ehci-msm a separate driver

2013-02-11 Thread Stephen Warren
On 02/10/2013 11:58 AM, manjunath.gou...@linaro.org wrote: > Separate the Qualcomm On-Chip host controller driver from ehci-hcd host code > diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig > @@ -203,7 +203,7 @@ config USB_EHCI_TEGRA > boolean "NVIDIA Tegra HCD support" >

[PATCH 6/8] USB: EHCI: make ehci-msm a separate driver

2013-02-10 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