[PATCH v2 net-next 0/3] net: phy: mediatek: support EcoNet EN751221 gbit SoC PHY
From: Caleb James DeLisle
Date: Wed Aug 26 2026 - 16:22:14 EST
NOTE: This patchset bases on https://lore.kernel.org/netdev/20260708102341.53919-1-ansuelsmth@xxxxxxxxx/
Add support for the EcoNet EN751221 SoC gigabit PHY, as identified by
product IDs 9451, and 9471.
Changes since v1:
* Make calibration tables const
* Stop disabling EEE as it does not show problems in testing
* Stop setting MII_BMCR before calibration as testing shows it unnecessary
* Add comment: master/slave resolution is unreliable and is therefore disabled.
* Fix typo in phy_restore_page()
* v1: https://lore.kernel.org/netdev/20260825193456.1823985-1-cjd@xxxxxxxx/
Caleb James DeLisle (3):
net: phy: mediatek: move mtk_cal_cycle_wait to mtk-phy-lib
net: phy: mediatek: bug fixes to airoha-ge-soc.c
net: phy: mediatek: support EcoNet EN751221 gbit SoC PHY
drivers/net/phy/mediatek/Kconfig | 9 +-
drivers/net/phy/mediatek/airoha-ge-soc.c | 231 ++++++++++++++++++++++-
drivers/net/phy/mediatek/mtk-ge-soc.c | 27 ---
drivers/net/phy/mediatek/mtk-ge-soc.h | 5 +-
drivers/net/phy/mediatek/mtk-phy-lib.c | 29 +++
drivers/net/phy/mediatek/mtk.h | 2 +
6 files changed, 258 insertions(+), 45 deletions(-)
--
2.39.5