realtek: rtl83xx-phy: decouple RTL8214FC media change and power config
authorJan Hoffmann <jan@3e8.eu>
Sat, 23 Jul 2022 20:53:14 +0000 (22:53 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 28 Jul 2022 12:08:07 +0000 (14:08 +0200)
commitc6a7ea9f7f49fb805af54e586941f066e0a8786d
tree33f2034cb88ee6c42a22ef79fc0736df5c6ef0ba
parentbac50e39a7b4f109bb5efed0738c9a896a1c140e
realtek: rtl83xx-phy: decouple RTL8214FC media change and power config

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 this is
actually not SoC-specific.

Tested-by: Birger Koblitz <mail@birger-koblitz.de>
Signed-off-by: Jan Hoffmann <jan@3e8.eu>
target/linux/realtek/files-5.10/drivers/net/phy/rtl83xx-phy.c