summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2023-12-14 05:01:09 +0300
committerJakub Kicinski <kuba@kernel.org>2023-12-14 05:01:10 +0300
commit85c2674d537bd8f68afa9dad49981f7e227f1131 (patch)
tree24e285181d82bc6485995353c3e8c9b14e0d2763 /include/linux
parenta25ebbf332fd2d948937c6ef016e66db62e1abf2 (diff)
parentcb80ee2f9bee1502e805acff64e2133e254ec240 (diff)
downloadlinux-85c2674d537bd8f68afa9dad49981f7e227f1131.tar.xz
Merge branch 'add-support-for-dp83tg720s-phy'
Oleksij Rempel says: ==================== add support for DP83TG720S PHY ==================== Link: https://lore.kernel.org/r/20231212054144.87527-1-o.rempel@pengutronix.de Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux')
-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 6e7ebcc50b85..dbb5e13e3e1b 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -1866,6 +1866,7 @@ int genphy_c45_an_config_aneg(struct phy_device *phydev);
int genphy_c45_an_disable_aneg(struct phy_device *phydev);
int genphy_c45_read_mdix(struct phy_device *phydev);
int genphy_c45_pma_read_abilities(struct phy_device *phydev);
+int genphy_c45_pma_read_ext_abilities(struct phy_device *phydev);
int genphy_c45_pma_baset1_read_abilities(struct phy_device *phydev);
int genphy_c45_read_eee_abilities(struct phy_device *phydev);
int genphy_c45_pma_baset1_read_master_slave(struct phy_device *phydev);