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 5a9b1753fdc5..f0b5870a6d40 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);
@@ -1020,7 +1024,6 @@ int phy_driver_register(struct phy_driver *new_driver, struct module *owner);
1020int phy_drivers_register(struct phy_driver *new_driver, int n, 1024int phy_drivers_register(struct phy_driver *new_driver, int n,
1021 struct module *owner); 1025 struct module *owner);
1022void phy_state_machine(struct work_struct *work); 1026void phy_state_machine(struct work_struct *work);
1023void phy_change(struct phy_device *phydev);
1024void phy_change_work(struct work_struct *work); 1027void phy_change_work(struct work_struct *work);
1025void phy_mac_interrupt(struct phy_device *phydev); 1028void phy_mac_interrupt(struct phy_device *phydev);
1026void phy_start_machine(struct phy_device *phydev); 1029void phy_start_machine(struct phy_device *phydev);