aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/phy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/phy.h')
-rw-r--r--include/linux/phy.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h
index d7069539f351..7c4c2379e010 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -984,6 +984,10 @@ static inline int genphy_no_soft_reset(struct phy_device *phydev)
984{ 984{
985 return 0; 985 return 0;
986} 986}
987int genphy_read_mmd_unsupported(struct phy_device *phdev, int devad,
988 u16 regnum);
989int genphy_write_mmd_unsupported(struct phy_device *phdev, int devnum,
990 u16 regnum, u16 val);
987 991
988/* Clause 45 PHY */ 992/* Clause 45 PHY */
989int genphy_c45_restart_aneg(struct phy_device *phydev); 993int genphy_c45_restart_aneg(struct phy_device *phydev);
@@ -1012,7 +1016,6 @@ int phy_driver_register(struct phy_driver *new_driver, struct module *owner);
1012int phy_drivers_register(struct phy_driver *new_driver, int n, 1016int phy_drivers_register(struct phy_driver *new_driver, int n,
1013 struct module *owner); 1017 struct module *owner);
1014void phy_state_machine(struct work_struct *work); 1018void phy_state_machine(struct work_struct *work);
1015void phy_change(struct phy_device *phydev);
1016void phy_change_work(struct work_struct *work); 1019void phy_change_work(struct work_struct *work);
1017void phy_mac_interrupt(struct phy_device *phydev); 1020void phy_mac_interrupt(struct phy_device *phydev);
1018void phy_start_machine(struct phy_device *phydev); 1021void phy_start_machine(struct phy_device *phydev);