Re: [PATCH net-next v2 1/8] net: phy: Add driver-specific get/set_eee support for non-standard PHYs
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-03-27 16:41:32
Also in:
lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-03-27 16:41:32
Also in:
lkml
On Mon, Mar 27, 2023 at 04:21:55PM +0200, Oleksij Rempel wrote:
Not all PHYs are implemented fully according to the IEEE 802.3 specification and cannot be handled by the generic phy_ethtool_get/set_eee() functions. To address this, this commit adds driver-specific get/set_eee support, enabling better handling of such PHYs. This is particularly important for handling PHYs with SmartEEE support, which requires specialized management. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew