Re: [PATCH v3 0/2] usb: fix controller-PHY binding for OMAP3 platform

2014-07-29 Thread Tony Lindgren
* Felipe Balbi [140729 09:42]: > Hi, > > On Tue, Jul 29, 2014 at 02:38:24PM +0200, Laurent Pinchart wrote: > > On Wednesday 23 July 2014 14:29:36 Kishon Vijay Abraham I wrote: > > > On Monday 21 July 2014 08:45 PM, Felipe Balbi wrote: > > > > On Mon, Jul 21, 2014 at 05:04:57PM +0200, Laurent Pinc

Re: [PATCH v3 0/2] usb: fix controller-PHY binding for OMAP3 platform

2014-07-29 Thread Felipe Balbi
Hi, On Tue, Jul 29, 2014 at 02:38:24PM +0200, Laurent Pinchart wrote: > On Wednesday 23 July 2014 14:29:36 Kishon Vijay Abraham I wrote: > > On Monday 21 July 2014 08:45 PM, Felipe Balbi wrote: > > > On Mon, Jul 21, 2014 at 05:04:57PM +0200, Laurent Pinchart wrote: > > >> Hi Felipe, > > >> > > >>

Re: [PATCH v3 0/2] usb: fix controller-PHY binding for OMAP3 platform

2014-07-29 Thread Laurent Pinchart
On Wednesday 23 July 2014 14:29:36 Kishon Vijay Abraham I wrote: > On Monday 21 July 2014 08:45 PM, Felipe Balbi wrote: > > On Mon, Jul 21, 2014 at 05:04:57PM +0200, Laurent Pinchart wrote: > >> Hi Felipe, > >> > >> What happened to these two patches ? > > > > looks like I lost them. > > > >> On

Re: [PATCH v3 0/2] usb: fix controller-PHY binding for OMAP3 platform

2014-07-23 Thread Kishon Vijay Abraham I
Hi Felipe, On Monday 21 July 2014 08:45 PM, Felipe Balbi wrote: > Hi, > > On Mon, Jul 21, 2014 at 05:04:57PM +0200, Laurent Pinchart wrote: >> Hi Felipe, >> >> What happened to these two patches ? > > looks like I lost them. > >> On Monday 16 December 2013 17:48:29 Felipe Balbi wrote: >>> On Mo

Re: [PATCH v3 0/2] usb: fix controller-PHY binding for OMAP3 platform

2014-07-21 Thread Felipe Balbi
Hi, On Mon, Jul 21, 2014 at 05:04:57PM +0200, Laurent Pinchart wrote: > Hi Felipe, > > What happened to these two patches ? looks like I lost them. > On Monday 16 December 2013 17:48:29 Felipe Balbi wrote: > > On Mon, Dec 16, 2013 at 02:38:27PM -0800, Tony Lindgren wrote: > > > * Felipe Balbi

Re: [PATCH v3 0/2] usb: fix controller-PHY binding for OMAP3 platform

2014-07-21 Thread Laurent Pinchart
Hi Felipe, What happened to these two patches ? On Monday 16 December 2013 17:48:29 Felipe Balbi wrote: > On Mon, Dec 16, 2013 at 02:38:27PM -0800, Tony Lindgren wrote: > > * Felipe Balbi [131216 13:31]: > > > On Mon, Dec 16, 2013 at 09:23:43PM +0530, Kishon Vijay Abraham I wrote: > > > > After

Re: [PATCH v3 0/2] usb: fix controller-PHY binding for OMAP3 platform

2013-12-16 Thread Felipe Balbi
Hi, On Mon, Dec 16, 2013 at 02:38:27PM -0800, Tony Lindgren wrote: > * Felipe Balbi [131216 13:31]: > > Hi, > > > > On Mon, Dec 16, 2013 at 09:23:43PM +0530, Kishon Vijay Abraham I wrote: > > > After the platform devices are created using PLATFORM_DEVID_AUTO, the > > > device names given in usb_

Re: [PATCH v3 0/2] usb: fix controller-PHY binding for OMAP3 platform

2013-12-16 Thread Tony Lindgren
* Felipe Balbi [131216 13:31]: > Hi, > > On Mon, Dec 16, 2013 at 09:23:43PM +0530, Kishon Vijay Abraham I wrote: > > After the platform devices are created using PLATFORM_DEVID_AUTO, the > > device names given in usb_bind_phy (in board file) does not match with > > the actual device name causing

Re: [PATCH v3 0/2] usb: fix controller-PHY binding for OMAP3 platform

2013-12-16 Thread Felipe Balbi
Hi, On Mon, Dec 16, 2013 at 09:23:43PM +0530, Kishon Vijay Abraham I wrote: > After the platform devices are created using PLATFORM_DEVID_AUTO, the > device names given in usb_bind_phy (in board file) does not match with > the actual device name causing the USB PHY library not to return the > PHY

[PATCH v3 0/2] usb: fix controller-PHY binding for OMAP3 platform

2013-12-16 Thread Kishon Vijay Abraham I
After the platform devices are created using PLATFORM_DEVID_AUTO, the device names given in usb_bind_phy (in board file) does not match with the actual device name causing the USB PHY library not to return the PHY reference when the MUSB controller request for the PHY in the non-dt boot case. So re