[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4ed5da1d-1d2f-49ea-918e-2455573066ee@gmail.com>
Date: Thu, 13 Nov 2025 21:11:32 +0100
From: Heiner Kallweit <hkallweit1@...il.com>
To: "Russell King (Oracle)" <linux@...linux.org.uk>,
Andrew Lunn <andrew@...n.ch>
Cc: "David S. Miller" <davem@...emloft.net>,
Emanuele Ghidoli <ghidoliemanuele@...il.com>,
Eric Dumazet <edumazet@...gle.com>, Fabio Estevam <festevam@...il.com>,
Jakub Kicinski <kuba@...nel.org>,
Laurent Pinchart <laurent.pinchart@...asonboard.com>,
netdev@...r.kernel.org, Oleksij Rempel <o.rempel@...gutronix.de>,
Paolo Abeni <pabeni@...hat.com>
Subject: Re: [PATCH net-next v2 0/2] net: phy: disable EEE on TI PHYs
On 11/13/2025 12:27 PM, Russell King (Oracle) wrote:
> Hi,
>
> Towards the end of October, we discussed EEE on TI PHYs which seems to
> cause problems with the stmmac hardware. This problem was never fully
> diagnosed, but it was identified that TI PHYs do not support LPI
> signalling, but report that EEE is supported, and they implement the
> advertisement registers and that functionality.
>
> This series allows PHY drivers to disable EEE support.
>
> v2:
> - integrate Oleksij Rempel's review comments, and merge update
> into patch 2 to allow EEE on non-1G variants.
>
> drivers/net/phy/dp83867.c | 1 +
> drivers/net/phy/dp83869.c | 1 +
> drivers/net/phy/phy-core.c | 2 --
> drivers/net/phy/phy_device.c | 32 +++++++++++++++++++++++++++++---
> include/linux/phy.h | 1 +
> 5 files changed, 32 insertions(+), 5 deletions(-)
>
Alternatively the PHY driver could call phy_disable_eee()
in its config_init. Then we wouldn't have to touch core code.
Powered by blists - more mailing lists