net: phy: move marking PHY on SFP module into SFP code
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Thu, 3 Aug 2023 15:56:24 +0000 (16:56 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sat, 5 Aug 2023 01:25:52 +0000 (18:25 -0700)
commitf4bf467883f210d0bfbe784fffca52887de147fb
tree505c91b6343ee9cf6393f3b3b77eee05b1e97a64
parent852c18d5611e5632b8d4456181462896e87b1662
net: phy: move marking PHY on SFP module into SFP code

Move marking the PHY as being on a SFP module into the SFP code between
getting the PHY device (and thus initialising the phy_device structure)
and registering the discovered device.

This means that PHY drivers can use phy_on_sfp() in their match and
get_features methods.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://lore.kernel.org/r/E1qRaga-001vKt-8X@rmk-PC.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/phy_device.c
drivers/net/phy/sfp.c