RE: [PATCH v4 2/5] usb: host: dwc2: add phy support

2020-03-05 Thread Patrick DELAUNAY
2 > Subject: Re: [PATCH v4 2/5] usb: host: dwc2: add phy support > Importance: High > > Am 18.02.2020 um 09:35 schrieb Patrick Delaunay: > > Use generic phy to initialize the PHY associated to the > > DWC2 device and available in the device tree. > > > &g

Re: [PATCH v4 2/5] usb: host: dwc2: add phy support

2020-03-04 Thread Simon Goldschmidt
Am 18.02.2020 um 09:35 schrieb Patrick Delaunay: > Use generic phy to initialize the PHY associated to the > DWC2 device and available in the device tree. > > This patch don't added dependency because when CONFIG_PHY > is not activated, the generic PHY function are stubbed. > > Signed-off-by:

[PATCH v4 2/5] usb: host: dwc2: add phy support

2020-02-18 Thread Patrick Delaunay
Use generic phy to initialize the PHY associated to the DWC2 device and available in the device tree. This patch don't added dependency because when CONFIG_PHY is not activated, the generic PHY function are stubbed. Signed-off-by: Patrick Delaunay --- Changes in v4: None Changes in v3: None