Re: [PATCH 2/7] realtek: rtl83xx-phy: decouple RTL8214FC media change and power config

2022-07-23 Thread Birger Koblitz
On 7/23/22 22:53, Jan Hoffmann wrote: Move RTL8214FC power configuration to newly created suspend and resume methods. A media change now only results in power configuration if the PHY is not suspended, to avoid powering up a port when the interface is currently not up. While at it, remove the rt

[PATCH 2/7] realtek: rtl83xx-phy: decouple RTL8214FC media change and power config

2022-07-23 Thread Jan Hoffmann
Move RTL8214FC power configuration to newly created suspend and resume methods. A media change now only results in power configuration if the PHY is not suspended, to avoid powering up a port when the interface is currently not up. While at it, remove the rtl8380 prefix from function names, as thi