From d2bad69d932db9dd8b40c3c19bc1e5e8335acef0 Mon Sep 17 00:00:00 2001 From: Declan Snyder Date: Fri, 11 Oct 2024 13:04:05 -0500 Subject: [PATCH] MAINTAINERS: eth phy api and eth api to eth group Add ethernet phy header to ethernet group Add ethernet.h to ethernet group Add net/mdio.h to mdio group Signed-off-by: Declan Snyder --- MAINTAINERS.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index 86b506c8154..0a6dc35b2b9 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -1380,6 +1380,8 @@ Release Notes: - dts/bindings/ethernet/ - tests/drivers/ethernet/ - include/zephyr/drivers/ethernet/ + - include/zephyr/net/phy.h + - include/zephyr/net/ethernet.h labels: - "area: Ethernet" tests: @@ -1631,6 +1633,7 @@ Release Notes: - doc/hardware/peripherals/mdio.rst - drivers/mdio/ - include/zephyr/drivers/mdio.h + - include/zephyr/net/mdio.h - tests/drivers/build_all/mdio/ - dts/bindings/mdio/ labels: