Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1661107 > unrolled thread

Re: [RFC] usb-phy-generic: Add support to SMSC USB3315

Started byFabien Lahoudere <fabien.lahoudere@collabora.co.uk>
First post2017-06-08 14:30 +0200
Last post2017-06-12 03:30 +0200
Articles 4 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [RFC] usb-phy-generic: Add support to SMSC USB3315 Fabien Lahoudere <fabien.lahoudere@collabora.co.uk> - 2017-06-08 14:30 +0200
    RE: [RFC] usb-phy-generic: Add support to SMSC USB3315 Peter Chen <peter.chen@nxp.com> - 2017-06-09 10:30 +0200
      Re: [RFC] usb-phy-generic: Add support to SMSC USB3315 Fabien Lahoudere <fabien.lahoudere@collabora.co.uk> - 2017-06-09 13:20 +0200
        RE: [RFC] usb-phy-generic: Add support to SMSC USB3315 Peter Chen <peter.chen@nxp.com> - 2017-06-12 03:30 +0200

#1661107 — Re: [RFC] usb-phy-generic: Add support to SMSC USB3315

FromFabien Lahoudere <fabien.lahoudere@collabora.co.uk>
Date2017-06-08 14:30 +0200
SubjectRe: [RFC] usb-phy-generic: Add support to SMSC USB3315
Message-ID<tQ4Jz-4eB-3@gated-at.bofh.it>
Hi Peter

I have a look at your patches (http://www.spinics.net/lists/linux-usb/msg157134.html) and I wonder
if power sequence is applicable only on hub node? hub are probed too late (after ci_ulpi_init). Do
you think it is possible to read a power sequence in dts from ci_ulpi_init?

Thanks

Fabien

[toc] | [next] | [standalone]


#1662088

FromPeter Chen <peter.chen@nxp.com>
Date2017-06-09 10:30 +0200
Message-ID<tQnsS-7B7-17@gated-at.bofh.it>
In reply to#1661107
 
>
>I have a look at your patches (http://www.spinics.net/lists/linux-usb/msg157134.html)
>and I wonder if power sequence is applicable only on hub node?

No, power sequence can be used for any devices which needs to carry out power on
before probe.

> hub are probed too
>late (after ci_ulpi_init). Do you think it is possible to read a power sequence in dts
>from ci_ulpi_init?
>

I think the suitable place for power sequence is at ulpi_of_register, some ULPI PHYs
need to carry out power on before reading ID.

Peter

[toc] | [prev] | [next] | [standalone]


#1662313

FromFabien Lahoudere <fabien.lahoudere@collabora.co.uk>
Date2017-06-09 13:20 +0200
Message-ID<tQq7o-OU-11@gated-at.bofh.it>
In reply to#1662088
Hi Peter

On Fri, 2017-06-09 at 08:26 +0000, Peter Chen wrote:
>  
> > 
> > I have a look at your patches (http://www.spinics.net/lists/linux-usb/msg157134.html)
> > and I wonder if power sequence is applicable only on hub node?
> 
> No, power sequence can be used for any devices which needs to carry out power on
> before probe.
> 
> > hub are probed too
> > late (after ci_ulpi_init). Do you think it is possible to read a power sequence in dts
> > from ci_ulpi_init?
> > 
> 
> I think the suitable place for power sequence is at ulpi_of_register, some ULPI PHYs
> need to carry out power on before reading ID.
> 

I do some test to verify that ulpi_of_register is called before hw_phymode_configure but it is not
the case.

Can you confirm that ULPI phys works with IMX6? 

It seems that IMX53 and IMX6 use the same chipidea controller and should have the same behaviour. So
I wonder if the issue I encounter can be a SOC issue.

Thanks

> Peter

[toc] | [prev] | [next] | [standalone]


#1663176

FromPeter Chen <peter.chen@nxp.com>
Date2017-06-12 03:30 +0200
Message-ID<tRml3-3Y3-5@gated-at.bofh.it>
In reply to#1662313
 
>
>Can you confirm that ULPI phys works with IMX6?
>
>It seems that IMX53 and IMX6 use the same chipidea controller and should have the
>same behaviour. So I wonder if the issue I encounter can be a SOC issue.
>

Fabien, all imx6 series uses UTMI PHYs, so I am afraid I can't verify it.

Peter

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web