Re: [V2 7/8] USB: EHCI: make ehci-w90X900 a separate driver

2013-02-20 Thread Alan Stern
On Fri, 15 Feb 2013, Manjunath Goudar wrote: > Separate the Nuvoton On-Chip host controller driver > from ehci-hcd host code into its own static driver module. > --- a/drivers/usb/host/Kconfig > +++ b/drivers/usb/host/Kconfig > @@ -238,7 +238,7 @@ config USB_EHCI_MV > only be EHCI host. O

[V2 7/8] USB: EHCI: make ehci-w90X900 a separate driver

2013-02-15 Thread Manjunath Goudar
Separate the Nuvoton On-Chip host controller driver from ehci-hcd host code into its own static driver module. In V2: No changes. Signed-off-by: Manjunath Goudar Cc: Greg KH Cc: Alan Stern Cc: Wan ZongShun Cc: linux-...@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- drivers/usb/host/Kc