Re: [PATCH] usb: phy: fix driver dependencies

2013-12-23 Thread Felipe Balbi
On Thu, Dec 19, 2013 at 05:25:07PM -0600, Felipe Balbi wrote: On Fri, Dec 20, 2013 at 08:15:09AM +1100, Stephen Rothwell wrote: Hi Felipe, On Thu, 19 Dec 2013 09:30:34 -0600 Felipe Balbi ba...@ti.com wrote: Actually, when I merged greg/usb-linus on top of my 'next', I got a

Re: [PATCH] usb: phy: fix driver dependencies

2013-12-19 Thread Felipe Balbi
Hi, On Thu, Dec 19, 2013 at 09:48:24AM +1100, Stephen Rothwell wrote: On Wed, 18 Dec 2013 09:58:33 -0600 Felipe Balbi ba...@ti.com wrote: are you sure that patch is included ? I have just checked on greg/usb-linus that it's impossible to make CONFIG_USB=m and CONFIG_ISP1301_OMAP=y (same

Re: [PATCH] usb: phy: fix driver dependencies

2013-12-19 Thread Felipe Balbi
On Thu, Dec 19, 2013 at 09:16:50AM -0600, Felipe Balbi wrote: Hi, On Thu, Dec 19, 2013 at 09:48:24AM +1100, Stephen Rothwell wrote: On Wed, 18 Dec 2013 09:58:33 -0600 Felipe Balbi ba...@ti.com wrote: are you sure that patch is included ? I have just checked on greg/usb-linus that

Re: [PATCH] usb: phy: fix driver dependencies

2013-12-19 Thread Stephen Rothwell
Hi Felipe, On Thu, 19 Dec 2013 09:30:34 -0600 Felipe Balbi ba...@ti.com wrote: Actually, when I merged greg/usb-linus on top of my 'next', I got a conflict which was enough to solve as below: commit d86c94d1ddeb496cf53ace1a76274ebb1d935671 Merge: c139e14 fb5f183 Author: Felipe Balbi

Re: [PATCH] usb: phy: fix driver dependencies

2013-12-19 Thread Felipe Balbi
On Fri, Dec 20, 2013 at 08:15:09AM +1100, Stephen Rothwell wrote: Hi Felipe, On Thu, 19 Dec 2013 09:30:34 -0600 Felipe Balbi ba...@ti.com wrote: Actually, when I merged greg/usb-linus on top of my 'next', I got a conflict which was enough to solve as below: commit

Re: [PATCH] usb: phy: fix driver dependencies

2013-12-18 Thread Felipe Balbi
Hi, On Wed, Dec 18, 2013 at 05:33:52PM +1100, Stephen Rothwell wrote: both isp1301-omap and fsl_usb2_otg drivers depend on usb_bus_start_enum() which is only defined if CONFIG_USB != n. There is a problem, however, where both those drivers could be statically

Re: [PATCH] usb: phy: fix driver dependencies

2013-12-18 Thread Stephen Rothwell
On Wed, 18 Dec 2013 09:58:33 -0600 Felipe Balbi ba...@ti.com wrote: are you sure that patch is included ? I have just checked on greg/usb-linus that it's impossible to make CONFIG_USB=m and CONFIG_ISP1301_OMAP=y (same for the other phy driver from Freescale). I can also build

Re: [PATCH] usb: phy: fix driver dependencies

2013-12-16 Thread Felipe Balbi
Hi, On Tue, Dec 10, 2013 at 09:01:18PM -0600, Felipe Balbi wrote: On Tue, Dec 10, 2013 at 05:27:31PM -0800, Greg KH wrote: On Tue, Dec 10, 2013 at 05:00:06PM -0600, Felipe Balbi wrote: both isp1301-omap and fsl_usb2_otg drivers depend on usb_bus_start_enum() which is only defined if

Re: [PATCH] usb: phy: fix driver dependencies

2013-12-16 Thread Greg KH
On Mon, Dec 16, 2013 at 11:12:28PM -0600, Felipe Balbi wrote: Hi, On Tue, Dec 10, 2013 at 09:01:18PM -0600, Felipe Balbi wrote: On Tue, Dec 10, 2013 at 05:27:31PM -0800, Greg KH wrote: On Tue, Dec 10, 2013 at 05:00:06PM -0600, Felipe Balbi wrote: both isp1301-omap and fsl_usb2_otg

Re: [PATCH] usb: phy: fix driver dependencies

2013-12-16 Thread Felipe Balbi
On Mon, Dec 16, 2013 at 09:27:02PM -0800, Greg KH wrote: On Mon, Dec 16, 2013 at 11:12:28PM -0600, Felipe Balbi wrote: Hi, On Tue, Dec 10, 2013 at 09:01:18PM -0600, Felipe Balbi wrote: On Tue, Dec 10, 2013 at 05:27:31PM -0800, Greg KH wrote: On Tue, Dec 10, 2013 at 05:00:06PM -0600,

[PATCH] usb: phy: fix driver dependencies

2013-12-10 Thread Felipe Balbi
both isp1301-omap and fsl_usb2_otg drivers depend on usb_bus_start_enum() which is only defined if CONFIG_USB != n. There is a problem, however, where both those drivers could be statically linked, while CONFIG_USB=m. Fix the problem by fixing driver dependency. Signed-off-by: Felipe Balbi

Re: [PATCH] usb: phy: fix driver dependencies

2013-12-10 Thread Greg KH
On Tue, Dec 10, 2013 at 05:00:06PM -0600, Felipe Balbi wrote: both isp1301-omap and fsl_usb2_otg drivers depend on usb_bus_start_enum() which is only defined if CONFIG_USB != n. There is a problem, however, where both those drivers could be statically linked, while CONFIG_USB=m. Fix the

Re: [PATCH] usb: phy: fix driver dependencies

2013-12-10 Thread Felipe Balbi
On Tue, Dec 10, 2013 at 05:27:31PM -0800, Greg KH wrote: On Tue, Dec 10, 2013 at 05:00:06PM -0600, Felipe Balbi wrote: both isp1301-omap and fsl_usb2_otg drivers depend on usb_bus_start_enum() which is only defined if CONFIG_USB != n. There is a problem, however, where both those drivers