diff options
author | 2025-05-16 18:23:27 +0800 | |
---|---|---|
committer | 2025-05-20 18:11:04 -0700 | |
commit | 26948c2430412b667fcc2302dcff15ca45b3cd52 (patch) | |
tree | 3f1615e5dade36471d92ab824e02caa3fa0d813d /MAINTAINERS | |
parent | net: phy: mediatek: Sort config and file names in Kconfig and Makefile (diff) | |
download | wireguard-linux-26948c2430412b667fcc2302dcff15ca45b3cd52.tar.xz wireguard-linux-26948c2430412b667fcc2302dcff15ca45b3cd52.zip |
net: phy: mediatek: add driver for built-in 2.5G ethernet PHY on MT7988
Add support for internal 2.5Gphy on MT7988. This driver will load
necessary firmware and add appropriate time delay to make sure
that firmware works stably. The firmware loading procedure takes
about 11ms in this driver.
Signed-off-by: Sky Huang <skylake.huang@mediatek.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20250516102327.2014531-3-SkyLake.Huang@mediatek.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c8e91820b527..536a81712c71 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15034,6 +15034,7 @@ M: Qingfang Deng <dqfext@gmail.com> M: SkyLake Huang <SkyLake.Huang@mediatek.com> L: netdev@vger.kernel.org S: Maintained +F: drivers/net/phy/mediatek/mtk-2p5ge.c F: drivers/net/phy/mediatek/mtk-ge-soc.c F: drivers/net/phy/mediatek/mtk-phy-lib.c F: drivers/net/phy/mediatek/mtk-ge.c |