Re: [PATCH 2/2] usb: Kconfig: move ulpi bus to common

2016-08-16 Thread Peter Chen
On Mon, Aug 15, 2016 at 04:07:14PM +0300, Heikki Krogerus wrote: > Hi, > > On Fri, Jul 08, 2016 at 04:15:23PM +0800, Peter Chen wrote: > > The ULPI bus is not only for host, but for device mode too, so move > > it out from host's Kconfig. > > > > Cc: Heikki Krogerus > > Signed-off-by: Peter Chen

Re: [PATCH 2/2] usb: Kconfig: move ulpi bus to common

2016-08-16 Thread Heikki Krogerus
On Tue, Aug 16, 2016 at 09:14:41AM +0800, Peter Chen wrote: > > Once you resend, please re-add the dependency once you move the config > > to drivers/usb/common/Kconfig. > > > > But Greg doesn't agree with move configurations from drivers/usb/Kconfig to > drivers/usb/common/Kconfig, I move it to

Re: [PATCH 2/2] usb: Kconfig: move ulpi bus to common

2016-08-15 Thread Peter Chen
On Mon, Aug 15, 2016 at 04:07:14PM +0300, Heikki Krogerus wrote: > Hi, > > On Fri, Jul 08, 2016 at 04:15:23PM +0800, Peter Chen wrote: > > The ULPI bus is not only for host, but for device mode too, so move > > it out from host's Kconfig. > > > > Cc: Heikki Krogerus > > Signed-off-by: Peter Chen

Re: [PATCH 2/2] usb: Kconfig: move ulpi bus to common

2016-08-15 Thread Heikki Krogerus
Hi, On Fri, Jul 08, 2016 at 04:15:23PM +0800, Peter Chen wrote: > The ULPI bus is not only for host, but for device mode too, so move > it out from host's Kconfig. > > Cc: Heikki Krogerus > Signed-off-by: Peter Chen > --- > drivers/usb/common/Kconfig | 21 + > drivers/usb/c

Re: [PATCH 2/2] usb: Kconfig: move ulpi bus to common

2016-08-09 Thread Peter Chen
On Tue, Aug 09, 2016 at 04:06:31PM +0200, Greg KH wrote: > On Fri, Jul 08, 2016 at 04:15:23PM +0800, Peter Chen wrote: > > The ULPI bus is not only for host, but for device mode too, so move > > it out from host's Kconfig. > > > > Cc: Heikki Krogerus > > Signed-off-by: Peter Chen > > --- > > dr

Re: [PATCH 2/2] usb: Kconfig: move ulpi bus to common

2016-08-09 Thread Greg KH
On Fri, Jul 08, 2016 at 04:15:23PM +0800, Peter Chen wrote: > The ULPI bus is not only for host, but for device mode too, so move > it out from host's Kconfig. > > Cc: Heikki Krogerus > Signed-off-by: Peter Chen > --- > drivers/usb/common/Kconfig | 21 + > drivers/usb/core/K