Re: [PATCH net-next 3/5] net: phy: mediatek: split Airoha code to dedicated source
From: Wayen Yan <hidden>
Date: 2026-07-08 23:34:40
Also in:
linux-arm-kernel, linux-mediatek, lkml
From: Wayen Yan <hidden>
Date: 2026-07-08 23:34:40
Also in:
linux-arm-kernel, linux-mediatek, lkml
Hi Christian,
One minor typo in the new Kconfig help text:
In drivers/net/phy/mediatek/Kconfig, the help text for
AIROHA_GE_SOC_PHY has a leftover "d":
Include support for built-in Ethernet PHYs which are present in
the AN7581 and AN7583 SoCs. These PHYs d will dynamically
^
calibrate during startup.
Should be: "These PHYs will dynamically calibrate during startup."
Otherwise the code split looks clean.
Best,
Wayen