* Re: [PATCH V2] usb: phy: R-Car Gen2: Use usb_add_phy_dev
2013-12-09 19:40 [PATCH V2] usb: phy: R-Car Gen2: Use usb_add_phy_dev Valentine Barshak
@ 2013-12-09 19:41 ` Felipe Balbi
2013-12-09 20:16 ` Valentine
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Felipe Balbi @ 2013-12-09 19:41 UTC (permalink / raw)
To: linux-sh
[-- Attachment #1: Type: text/plain, Size: 496 bytes --]
Hi,
On Mon, Dec 09, 2013 at 11:40:33PM +0400, Valentine Barshak wrote:
> Use usb_add_phy_dev instead of usb_add_phy, so that devices can
> be bound to the phy. This is needed to set up USB phy for
> some internal PCI USB host controllers on R-Car Gen2.
>
> Changes from previous version:
> * Fixed function names in the commit log
>
> Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
Was this a regression on v3.13 or can it wait for v3.14 ?
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH V2] usb: phy: R-Car Gen2: Use usb_add_phy_dev
2013-12-09 19:40 [PATCH V2] usb: phy: R-Car Gen2: Use usb_add_phy_dev Valentine Barshak
2013-12-09 19:41 ` Felipe Balbi
@ 2013-12-09 20:16 ` Valentine
2013-12-09 20:32 ` Greg Kroah-Hartman
2013-12-09 20:59 ` Felipe Balbi
3 siblings, 0 replies; 5+ messages in thread
From: Valentine @ 2013-12-09 20:16 UTC (permalink / raw)
To: linux-sh
On 12/09/2013 11:41 PM, Felipe Balbi wrote:
> Hi,
>
> On Mon, Dec 09, 2013 at 11:40:33PM +0400, Valentine Barshak wrote:
>> Use usb_add_phy_dev instead of usb_add_phy, so that devices can
>> be bound to the phy. This is needed to set up USB phy for
>> some internal PCI USB host controllers on R-Car Gen2.
>>
>> Changes from previous version:
>> * Fixed function names in the commit log
>>
>> Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
>
> Was this a regression on v3.13 or can it wait for v3.14 ?
>
I hope it's OK to have it on 3.13.
The major reason for the change is to use the USB HCD phy handling
updates that are available now in the usb-next branch of Greg's tree:
commit 1ae5799ef6: usb: hcd: Initialize USB phy if needed
Thanks,
Val.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH V2] usb: phy: R-Car Gen2: Use usb_add_phy_dev
2013-12-09 19:40 [PATCH V2] usb: phy: R-Car Gen2: Use usb_add_phy_dev Valentine Barshak
2013-12-09 19:41 ` Felipe Balbi
2013-12-09 20:16 ` Valentine
@ 2013-12-09 20:32 ` Greg Kroah-Hartman
2013-12-09 20:59 ` Felipe Balbi
3 siblings, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2013-12-09 20:32 UTC (permalink / raw)
To: linux-sh
On Tue, Dec 10, 2013 at 12:16:13AM +0400, Valentine wrote:
> On 12/09/2013 11:41 PM, Felipe Balbi wrote:
> > Hi,
> >
> > On Mon, Dec 09, 2013 at 11:40:33PM +0400, Valentine Barshak wrote:
> >> Use usb_add_phy_dev instead of usb_add_phy, so that devices can
> >> be bound to the phy. This is needed to set up USB phy for
> >> some internal PCI USB host controllers on R-Car Gen2.
> >>
> >> Changes from previous version:
> >> * Fixed function names in the commit log
> >>
> >> Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
> >
> > Was this a regression on v3.13 or can it wait for v3.14 ?
> >
>
> I hope it's OK to have it on 3.13.
>
> The major reason for the change is to use the USB HCD phy handling
> updates that are available now in the usb-next branch of Greg's tree:
> commit 1ae5799ef6: usb: hcd: Initialize USB phy if needed
But that patch isn't going to Linus until 3.14, so this has to wait
until then as well.
sorry,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH V2] usb: phy: R-Car Gen2: Use usb_add_phy_dev
2013-12-09 19:40 [PATCH V2] usb: phy: R-Car Gen2: Use usb_add_phy_dev Valentine Barshak
` (2 preceding siblings ...)
2013-12-09 20:32 ` Greg Kroah-Hartman
@ 2013-12-09 20:59 ` Felipe Balbi
3 siblings, 0 replies; 5+ messages in thread
From: Felipe Balbi @ 2013-12-09 20:59 UTC (permalink / raw)
To: linux-sh
[-- Attachment #1: Type: text/plain, Size: 1131 bytes --]
On Mon, Dec 09, 2013 at 12:32:37PM -0800, Greg Kroah-Hartman wrote:
> On Tue, Dec 10, 2013 at 12:16:13AM +0400, Valentine wrote:
> > On 12/09/2013 11:41 PM, Felipe Balbi wrote:
> > > Hi,
> > >
> > > On Mon, Dec 09, 2013 at 11:40:33PM +0400, Valentine Barshak wrote:
> > >> Use usb_add_phy_dev instead of usb_add_phy, so that devices can
> > >> be bound to the phy. This is needed to set up USB phy for
> > >> some internal PCI USB host controllers on R-Car Gen2.
> > >>
> > >> Changes from previous version:
> > >> * Fixed function names in the commit log
> > >>
> > >> Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
> > >
> > > Was this a regression on v3.13 or can it wait for v3.14 ?
> > >
> >
> > I hope it's OK to have it on 3.13.
> >
> > The major reason for the change is to use the USB HCD phy handling
> > updates that are available now in the usb-next branch of Greg's tree:
> > commit 1ae5799ef6: usb: hcd: Initialize USB phy if needed
>
> But that patch isn't going to Linus until 3.14, so this has to wait
> until then as well.
3.14 it is, thanks
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread