Hello:
This series was applied to netdev/net.git (main) by Paolo Abeni pabeni@redhat.com:
On Sun, 4 May 2025 10:14:32 +0200 you wrote:
This patch series addresses a regression in Energy Efficient Ethernet (EEE) handling for KSZ switches with integrated PHYs, introduced in kernel v6.9 by commit fe0d4fd9285e ("net: phy: Keep track of EEE configuration").
The first patch updates the DSA driver to allow phylink to properly manage PHY EEE configuration. Since integrated PHYs handle LPI internally and ports without integrated PHYs do not document MAC-level LPI support, dummy MAC LPI callbacks are provided.
[...]
Here is the summary with links: - [net,v4,1/2] net: dsa: microchip: let phylink manage PHY EEE configuration on KSZ switches https://git.kernel.org/netdev/net/c/76ca05e0abe3 - [net,v4,2/2] net: phy: micrel: remove KSZ9477 EEE quirks now handled by phylink https://git.kernel.org/netdev/net/c/8c619eb21b8e
You are awesome, thank you!