Message ID | 20220407102108.24211-1-jmaselbas@kalray.eu (mailing list archive) |
---|---|
Headers | show |
Series | Cleanup the call ordering of phy_init and phy_power_on | expand |
On 07-04-22, 12:21, Jules Maselbas wrote: > Hi, > > Last year Ahmad asked what is the correct order when calling phy_init > and phy_power_on. Since then, I didn't see the situation improve much > and I am once again toying around with usb phy driver. > > The following two patches were in my tree for a year... Last year i > previously tried to change the call order in the dwc2 driver but this > requires the relevent phy to be also compatible with the "new" ordering. > The stm32-usbphyc driver wasn't compatible, I am not sure if that is > still is the case. > > For now simply add documentation, hopefully correct, but I am not an > expert on actual phy sementics or usage in the kernel. And add warning > when the order is not what's expected. Applied, thanks