Re: [PATCH 00/10] usb: phy: cleanups to Kconfig and directories

2013-03-15 Thread Stephen Warren
On 03/14/2013 05:01 AM, Felipe Balbi wrote: > On Fri, Mar 08, 2013 at 11:37:17AM -0700, Stephen Warren wrote: >> On 03/08/2013 11:26 AM, Felipe Balbi wrote: >>> On Fri, Mar 08, 2013 at 10:14:11AM -0700, Stephen Warren >>> wrote: On 03/08/2013 12:14 AM, Felipe Balbi wrote: > Hi, >

Re: [PATCH 00/10] usb: phy: cleanups to Kconfig and directories

2013-03-14 Thread Felipe Balbi
On Fri, Mar 08, 2013 at 11:37:17AM -0700, Stephen Warren wrote: > On 03/08/2013 11:26 AM, Felipe Balbi wrote: > > On Fri, Mar 08, 2013 at 10:14:11AM -0700, Stephen Warren wrote: > >> On 03/08/2013 12:14 AM, Felipe Balbi wrote: > >>> Hi, > >>> > >>> On Thu, Mar 07, 2013 at 02:20:36PM -0700, Stephen

Re: [PATCH 00/10] usb: phy: cleanups to Kconfig and directories

2013-03-08 Thread Stephen Warren
On 03/08/2013 04:56 PM, Arnd Bergmann wrote: > On Friday 08 March 2013, Stephen Warren wrote: >>> config USB_ULPI_VIEWPORT >>> def_bool y >>> depends on USB_EHCI_TEGRA >>> >>> If USB_ULPI_VIEWPORT has any other dependencies, the best solution >>> in the above scenario is to make USB_EHC

Re: [PATCH 00/10] usb: phy: cleanups to Kconfig and directories

2013-03-08 Thread Arnd Bergmann
On Friday 08 March 2013, Stephen Warren wrote: > > config USB_ULPI_VIEWPORT > > def_bool y > > depends on USB_EHCI_TEGRA > > > > If USB_ULPI_VIEWPORT has any other dependencies, the best solution > > in the above scenario is to make USB_EHCI_TEGRA depend on those. > > USB_ULPI_VIEWPOR

Re: [PATCH 00/10] usb: phy: cleanups to Kconfig and directories

2013-03-08 Thread Stephen Warren
On 03/08/2013 04:08 PM, Arnd Bergmann wrote: > On Friday 08 March 2013, Stephen Warren wrote: >> Yes, I think it should instead work like: >> >> ARCH_TEGRA* selects nothing in particular related to USB. >> >> The Tegra EHCI controller Kconfig depends on ARCH_TEGRA so it doesn't >> show up for other

Re: [PATCH 00/10] usb: phy: cleanups to Kconfig and directories

2013-03-08 Thread Arnd Bergmann
On Friday 08 March 2013, Stephen Warren wrote: > Yes, I think it should instead work like: > > ARCH_TEGRA* selects nothing in particular related to USB. > > The Tegra EHCI controller Kconfig depends on ARCH_TEGRA so it doesn't > show up for other builds. Yes, that's fine. > I hope it's OK for t

Re: [PATCH 00/10] usb: phy: cleanups to Kconfig and directories

2013-03-08 Thread Stephen Warren
On 03/08/2013 11:26 AM, Felipe Balbi wrote: > On Fri, Mar 08, 2013 at 10:14:11AM -0700, Stephen Warren wrote: >> On 03/08/2013 12:14 AM, Felipe Balbi wrote: >>> Hi, >>> >>> On Thu, Mar 07, 2013 at 02:20:36PM -0700, Stephen Warren >>> wrote: On 03/07/2013 02:35 AM, Felipe Balbi wrote: > Hi

Re: [PATCH 00/10] usb: phy: cleanups to Kconfig and directories

2013-03-08 Thread Felipe Balbi
On Fri, Mar 08, 2013 at 10:14:11AM -0700, Stephen Warren wrote: > On 03/08/2013 12:14 AM, Felipe Balbi wrote: > > Hi, > > > > On Thu, Mar 07, 2013 at 02:20:36PM -0700, Stephen Warren wrote: > >> On 03/07/2013 02:35 AM, Felipe Balbi wrote: > >>> Hi folks, > >>> > >>> inspired by Paul's DWC2 patchs

Re: [PATCH 00/10] usb: phy: cleanups to Kconfig and directories

2013-03-08 Thread Stephen Warren
On 03/08/2013 12:14 AM, Felipe Balbi wrote: > Hi, > > On Thu, Mar 07, 2013 at 02:20:36PM -0700, Stephen Warren wrote: >> On 03/07/2013 02:35 AM, Felipe Balbi wrote: >>> Hi folks, >>> >>> inspired by Paul's DWC2 patchset which added >>> usb_otg_state_string() (a copy of otg_state_string()) I have

Re: [PATCH 00/10] usb: phy: cleanups to Kconfig and directories

2013-03-07 Thread Felipe Balbi
Hi, On Thu, Mar 07, 2013 at 02:20:36PM -0700, Stephen Warren wrote: > On 03/07/2013 02:35 AM, Felipe Balbi wrote: > > Hi folks, > > > > inspired by Paul's DWC2 patchset which added usb_otg_state_string() > > (a copy of otg_state_string()) I have now renamed otg_state_string() > > to usb_otg_state

Re: [PATCH 00/10] usb: phy: cleanups to Kconfig and directories

2013-03-07 Thread Stephen Warren
On 03/07/2013 02:35 AM, Felipe Balbi wrote: > Hi folks, > > inspired by Paul's DWC2 patchset which added usb_otg_state_string() > (a copy of otg_state_string()) I have now renamed otg_state_string() > to usb_otg_state_string(), moved it to usb-common, then moved all > phy drivers to drivers/usb/ph

Re: [PATCH 00/10] usb: phy: cleanups to Kconfig and directories

2013-03-07 Thread Felipe Balbi
On Thu, Mar 07, 2013 at 11:01:47AM -0500, Alan Stern wrote: > On Thu, 7 Mar 2013, Felipe Balbi wrote: > > > Hi folks, > > > > inspired by Paul's DWC2 patchset which added usb_otg_state_string() > > (a copy of otg_state_string()) I have now renamed otg_state_string() > > to usb_otg_state_string(),

Re: [PATCH 00/10] usb: phy: cleanups to Kconfig and directories

2013-03-07 Thread Alan Stern
On Thu, 7 Mar 2013, Felipe Balbi wrote: > Hi folks, > > inspired by Paul's DWC2 patchset which added usb_otg_state_string() > (a copy of otg_state_string()) I have now renamed otg_state_string() > to usb_otg_state_string(), moved it to usb-common, then moved all > phy drivers to drivers/usb/phy/