aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/phy.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2018-03-27 02:43:39 -0400
committerIngo Molnar <mingo@kernel.org>2018-03-27 02:43:39 -0400
commit0bc91d4ba77156ae9217d25ed7c434540f950d05 (patch)
tree949c1acf27b106184d8842586740fbbcc9c9ea62 /include/linux/phy.h
parent565977a3d929fc4427769117a8ac976ec16776d5 (diff)
parent3eb2ce825ea1ad89d20f7a3b5780df850e4be274 (diff)
Merge tag 'v4.16-rc7' into x86/mm, to fix up conflict
Conflicts: arch/x86/mm/init_64.c Signed-off-by: Ingo Molnar <mingo@kernel.org>
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);