Re: [PATCH v2 2/3] phy: rcar: Split init and set_mode operations

2024-07-09 Thread Mattijs Korpershoek
Hi Marek, Thank you for the patch. On lun., juin 17, 2024 at 19:36, Marek Vasut wrote: > The current init operation also sets the PHY into USB host mode. > Split the mode configuration into set_mode callback instead and > implement support for device and OTG modes as well. > > The OTG mode per

[PATCH v2 2/3] phy: rcar: Split init and set_mode operations

2024-06-17 Thread Marek Vasut
The current init operation also sets the PHY into USB host mode. Split the mode configuration into set_mode callback instead and implement support for device and OTG modes as well. The OTG mode performs auto-detection and selects either host or device mode. In case the OTG mode is configured, subm