[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <6e4ea372-3d05-3446-2928-2c1e76a66faf@gmail.com>
Date: Wed, 18 Mar 2020 22:27:20 +0100
From: Heiner Kallweit <hkallweit1@...il.com>
To: Andrew Lunn <andrew@...n.ch>,
Florian Fainelli <f.fainelli@...il.com>,
Russell King - ARM Linux <linux@...linux.org.uk>,
David Miller <davem@...emloft.net>
Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: [PATCH net-next 0/3] 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.
Heiner Kallweit (3):
net: phy: add and use phy_check_downshift
net: phy: marvell: remove downshift warning now that phylib takes care
net: phy: aquantia: remove downshift warning now that phylib takes
care
drivers/net/phy/aquantia_main.c | 25 +------------------------
drivers/net/phy/marvell.c | 24 ------------------------
drivers/net/phy/phy-core.c | 33 +++++++++++++++++++++++++++++++++
drivers/net/phy/phy.c | 1 +
include/linux/phy.h | 1 +
5 files changed, 36 insertions(+), 48 deletions(-)
--
2.25.1
Powered by blists - more mailing lists