[PATCH v4 6/9] net: phy: Add airoha AN8801 ethernet phy driver
Quentin Schulz
quentin.schulz at cherry.de
Thu May 7 12:22:22 CEST 2026
Hi Julien,
On 4/29/26 3:58 PM, Julien Stephan wrote:
> Add Airoha AN8801 Ethernet PHY driver (air_an8801.c).
> Implement CL22/CL45 MDIO access, LED control, and RGMII delay
> configuration. Provide probe, initialization, LED setup, and status
> handling. Expose DTS properties for clock delays. Register driver with
> PHY framework and trigger on startup.
>
> Signed-off-by: Yanqing Wang <ot_yanqing.wang at mediatek.com>
> Signed-off-by: Julien Stephan <jstephan at baylibre.com>
> ---
> MAINTAINERS | 1 +
> drivers/net/phy/airoha/Kconfig | 7 +
> drivers/net/phy/airoha/Makefile | 1 +
> drivers/net/phy/airoha/air_an8801.c | 594 ++++++++++++++++++++++++++++++++++++
> 4 files changed, 603 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 735ecc36210..165994cd72f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -60,6 +60,7 @@ F: lib/acpi/
>
> AIROHA PHY
> M: Tommy Shih <tommy.shih at airoha.com>
> +M: Kevin-KW Huang <kevin-kw.huang at airoha.com>
We need Kevin-KW Huang to publicly give their acknowledgment they want
to assume maintainership.
@Kevin-KW Huang, can you reply here with your Reviewed-by for example to
show you agree with assuming maintainership of all files under
drivers/net/phy/airoha?
Cheers,
Quentin
More information about the U-Boot
mailing list