Files
linux-st/include/linux
Heiner Kallweit 5eee3bb710 net: phy: add and use phy_check_downshift
So far PHY drivers have to check whether a downshift occurred to be
able to notify the user. To make life of drivers authors a little bit
easier move the downshift notification to phylib. phy_check_downshift()
compares the highest mutually advertised speed with the actual value
of phydev->speed (typically read by the PHY driver from a
vendor-specific register) to detect a downshift.

v2:
- Add downshift hint to phy_print_status

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-03-23 21:09:47 -07:00
..
2020-02-16 18:30:41 -08:00
2020-02-04 03:05:26 +00:00
2020-02-04 03:05:26 +00:00
2020-03-13 12:49:52 -07:00
2020-03-13 12:49:51 -07:00
2020-01-31 17:33:54 +00:00
2020-02-20 21:17:24 +01:00
2020-03-05 17:36:24 -08:00
2020-03-12 17:33:11 -07:00
2020-02-04 03:05:24 +00:00
2020-02-04 03:05:26 +00:00
2020-02-21 11:22:15 -08:00