]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: stmmac: fix EEE supportable interfaces
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Mon, 23 Feb 2026 12:17:13 +0000 (12:17 +0000)
committerJakub Kicinski <kuba@kernel.org>
Thu, 26 Feb 2026 02:51:19 +0000 (18:51 -0800)
commit8215d7cbfbcf7f40ad409f5217d88c7abce76fe0
tree61d705f98afcbc0fcfa6e5b28e6cbc5d97d0a28d
parentd2adf01780b8957b31f4954d56646b02de956f65
net: stmmac: fix EEE supportable interfaces

According to the dwmac v3.74a databook, only MII, GMII and RGMII dwmac
interface modes are supported for EEE. Restrict EEE to these modes, or
the modules supported by a PCS other than the GMAC's integrated PCS.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://patch.msgid.link/E1vuUsD-0000000Afci-0XxO@rmk-PC.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c