diff options
author | Ingo Molnar <mingo@kernel.org> | 2018-03-27 02:43:39 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2018-03-27 02:43:39 -0400 |
commit | 0bc91d4ba77156ae9217d25ed7c434540f950d05 (patch) | |
tree | 949c1acf27b106184d8842586740fbbcc9c9ea62 /include/linux/phy.h | |
parent | 565977a3d929fc4427769117a8ac976ec16776d5 (diff) | |
parent | 3eb2ce825ea1ad89d20f7a3b5780df850e4be274 (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.h | 5 |
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 | } |
987 | int genphy_read_mmd_unsupported(struct phy_device *phdev, int devad, | ||
988 | u16 regnum); | ||
989 | int 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 */ |
989 | int genphy_c45_restart_aneg(struct phy_device *phydev); | 993 | int genphy_c45_restart_aneg(struct phy_device *phydev); |
@@ -1012,7 +1016,6 @@ int phy_driver_register(struct phy_driver *new_driver, struct module *owner); | |||
1012 | int phy_drivers_register(struct phy_driver *new_driver, int n, | 1016 | int phy_drivers_register(struct phy_driver *new_driver, int n, |
1013 | struct module *owner); | 1017 | struct module *owner); |
1014 | void phy_state_machine(struct work_struct *work); | 1018 | void phy_state_machine(struct work_struct *work); |
1015 | void phy_change(struct phy_device *phydev); | ||
1016 | void phy_change_work(struct work_struct *work); | 1019 | void phy_change_work(struct work_struct *work); |
1017 | void phy_mac_interrupt(struct phy_device *phydev); | 1020 | void phy_mac_interrupt(struct phy_device *phydev); |
1018 | void phy_start_machine(struct phy_device *phydev); | 1021 | void phy_start_machine(struct phy_device *phydev); |