Re: [PATCH net-next v5 4/8] net: phy: Keep track of EEE configuration
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2024-02-23 04:54:00
Also in:
lkml
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2024-02-23 04:54:00
Also in:
lkml
On 2/20/2024 10:21 PM, Oleksij Rempel wrote:
From: Andrew Lunn <andrew@lunn.ch> Have phylib keep track of the EEE configuration. This simplifies the MAC drivers, in that they don't need to store it. Future patches to phylib will also make use of this information to further simplify the MAC drivers. Reviewed-by: Russell King (Oracle) <redacted> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com> -- Florian