[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <79f347c6-ac14-475a-8c93-f1a4efc3e15b@gmail.com>
Date: Mon, 6 Jan 2025 14:20:37 +0100
From: Heiner Kallweit <hkallweit1@...il.com>
To: Russell King - ARM Linux <linux@...linux.org.uk>,
Andrew Lunn <andrew@...n.ch>, Paolo Abeni <pabeni@...hat.com>,
Jakub Kicinski <kuba@...nel.org>, Eric Dumazet <edumazet@...gle.com>,
David Miller <davem@...emloft.net>, Simon Horman <horms@...nel.org>,
Woojung Huh <Woojung.Huh@...rochip.com>,
Microchip Linux Driver Support <UNGLinuxDriver@...rochip.com>,
Tim Harvey <tharvey@...eworks.com>, Oleksij Rempel <o.rempel@...gutronix.de>
Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: [PATCH net-next v2 0/2] microchip/micrel switch: replace
MICREL_NO_EEE workaround
On several supported switches the integrated PHY's have buggy EEE.
On the GBit-capable ones it's always the same type of PHY with PHY ID
0x00221631, so I think we can assume that all PHY's with this id
have this EEE issue. Let's simplify erratum handling by calling
phy_disable_eee() for this PHY type.
v2:
- Use phy_disable_eee() instead of clearing supported_eee in patch 1
Heiner Kallweit (2):
net: phy: micrel: disable EEE on KSZ9477-type PHY
net: dsa: microchip: remove MICREL_NO_EEE workaround
drivers/net/dsa/microchip/ksz_common.c | 25 -------------------------
drivers/net/phy/micrel.c | 12 ++++++------
include/linux/micrel_phy.h | 1 -
3 files changed, 6 insertions(+), 32 deletions(-)
--
2.47.1
Powered by blists - more mailing lists