Re: [PATCH v3 1/7] USB: EHCI: make ehci-orion a separate driver

2013-03-30 Thread Arnd Bergmann
On Friday 29 March 2013, Alan Stern wrote: > I don't know about this last phrase. When someone is running "make > menuconfig", for example, what shows up is the symbol's description, > not the symbol's name. That person would see "EHCI support for Marvell > on-chip controller", not "USB_EHCI_M

Re: [PATCH v3 1/7] USB: EHCI: make ehci-orion a separate driver

2013-03-29 Thread Alan Stern
On Thu, 28 Mar 2013, Arnd Bergmann wrote: > From: Manjunath Goudar > > Separate the Orion host controller driver from ehci-hcd host > code into its own driver module because of following reason. ... On the whole this patch is good. > --- a/drivers/usb/host/Kconfig > +++ b/drivers/usb/host/Kcon

[PATCH v3 1/7] USB: EHCI: make ehci-orion a separate driver

2013-03-28 Thread Arnd Bergmann
From: Manjunath Goudar Separate the Orion host controller driver from ehci-hcd host code into its own driver module because of following reason. With the multiplatform changes in arm-soc tree, it becomes possible to enable the mvebu platform (which uses ehci-orion) at the same time as other plat