Re: [PATCH v3 2/2] usb: dwc3: Add support for usb3-phy PHY configuration

2022-04-25 Thread Jan Kiszka
On 25.04.22 12:09, Jan Kiszka wrote: > On 25.04.22 12:06, Michal Simek wrote: >> >> >> On 4/25/22 12:05, Jan Kiszka wrote: >>> On 25.04.22 11:56, Michal Simek wrote: Hi Jan, On 4/25/22 11:47, Jan Kiszka wrote: > On 09.03.22 10:05, Michal Simek wrote: >> When usb3-phy label is

Re: [PATCH v3 2/2] usb: dwc3: Add support for usb3-phy PHY configuration

2022-04-25 Thread Jan Kiszka
On 25.04.22 12:06, Michal Simek wrote: > > > On 4/25/22 12:05, Jan Kiszka wrote: >> On 25.04.22 11:56, Michal Simek wrote: >>> Hi Jan, >>> >>> On 4/25/22 11:47, Jan Kiszka wrote: On 09.03.22 10:05, Michal Simek wrote: > When usb3-phy label is found, PHY driver is called and serdes line i

Re: [PATCH v3 2/2] usb: dwc3: Add support for usb3-phy PHY configuration

2022-04-25 Thread Michal Simek
On 4/25/22 12:05, Jan Kiszka wrote: On 25.04.22 11:56, Michal Simek wrote: Hi Jan, On 4/25/22 11:47, Jan Kiszka wrote: On 09.03.22 10:05, Michal Simek wrote: When usb3-phy label is found, PHY driver is called and serdes line is initialized. This is preparation for serdes/psgtr driver to co

Re: [PATCH v3 2/2] usb: dwc3: Add support for usb3-phy PHY configuration

2022-04-25 Thread Jan Kiszka
On 25.04.22 11:56, Michal Simek wrote: > Hi Jan, > > On 4/25/22 11:47, Jan Kiszka wrote: >> On 09.03.22 10:05, Michal Simek wrote: >>> When usb3-phy label is found, PHY driver is called and serdes line is >>> initialized. This is preparation for serdes/psgtr driver to configure GT >>> lines based

Re: [PATCH v3 2/2] usb: dwc3: Add support for usb3-phy PHY configuration

2022-04-25 Thread Michal Simek
Hi Jan, On 4/25/22 11:47, Jan Kiszka wrote: On 09.03.22 10:05, Michal Simek wrote: When usb3-phy label is found, PHY driver is called and serdes line is initialized. This is preparation for serdes/psgtr driver to configure GT lines based on description in DT. Signed-off-by: Michal Simek ---

Re: [PATCH v3 2/2] usb: dwc3: Add support for usb3-phy PHY configuration

2022-04-25 Thread Jan Kiszka
On 09.03.22 10:05, Michal Simek wrote: > When usb3-phy label is found, PHY driver is called and serdes line is > initialized. This is preparation for serdes/psgtr driver to configure GT > lines based on description in DT. > > Signed-off-by: Michal Simek > --- > > Changes in v3: > - Add cover let

Re: [PATCH v3 2/2] usb: dwc3: Add support for usb3-phy PHY configuration

2022-03-14 Thread Bin Meng
On Wed, Mar 9, 2022 at 5:06 PM Michal Simek wrote: > > When usb3-phy label is found, PHY driver is called and serdes line is > initialized. This is preparation for serdes/psgtr driver to configure GT > lines based on description in DT. > > Signed-off-by: Michal Simek > --- > > Changes in v3: > -

[PATCH v3 2/2] usb: dwc3: Add support for usb3-phy PHY configuration

2022-03-09 Thread Michal Simek
When usb3-phy label is found, PHY driver is called and serdes line is initialized. This is preparation for serdes/psgtr driver to configure GT lines based on description in DT. Signed-off-by: Michal Simek --- Changes in v3: - Add cover letter Changes in v2: - Add missing header drivers/usb/dw