From: David S. Miller Date: Tue, 24 Mar 2020 04:09:47 +0000 (-0700) Subject: Merge branch 'phy_check_downshift' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4e8386fcde1ae07f836907b15175f2e205d8df4b;p=linux.git Merge branch 'phy_check_downshift' Heiner Kallweit says: ==================== 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: David S. Miller --- 4e8386fcde1ae07f836907b15175f2e205d8df4b