aboutsummaryrefslogtreecommitdiff
path: root/include/linux/phy.h
diff options
context:
space:
mode:
authorGravatar Oleksij Rempel <o.rempel@pengutronix.de> 2022-05-06 06:23:56 +0200
committerGravatar David S. Miller <davem@davemloft.net> 2022-05-09 12:09:30 +0100
commit2013ad8836aceb828c0fb5b16fa8bb98fd3d9b28 (patch)
tree2b6493cdc1d1154746c303d0395779b4bc589922 /include/linux/phy.h
parentnet: phy: genphy_c45_pma_baset1_read_master_slave: read actual configuration (diff)
downloadlinux-2013ad8836aceb828c0fb5b16fa8bb98fd3d9b28.tar.gz
linux-2013ad8836aceb828c0fb5b16fa8bb98fd3d9b28.tar.bz2
linux-2013ad8836aceb828c0fb5b16fa8bb98fd3d9b28.zip
net: phy: export genphy_c45_baset1_read_status()
Export genphy_c45_baset1_read_status() to make it reusable by PHY drivers. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/phy.h')
-rw-r--r--include/linux/phy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h
index 4713c95d65fb..508f1149665b 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -1621,6 +1621,7 @@ int genphy_c45_read_mdix(struct phy_device *phydev);
int genphy_c45_pma_read_abilities(struct phy_device *phydev);
int genphy_c45_pma_baset1_read_master_slave(struct phy_device *phydev);
int genphy_c45_read_status(struct phy_device *phydev);
+int genphy_c45_baset1_read_status(struct phy_device *phydev);
int genphy_c45_config_aneg(struct phy_device *phydev);
int genphy_c45_loopback(struct phy_device *phydev, bool enable);
int genphy_c45_pma_resume(struct phy_device *phydev);