aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFUJITA Tomonori <[email protected]>2023-12-13 09:42:10 +0900
committerDavid S. Miller <[email protected]>2023-12-15 09:35:50 +0000
commitcbaa28f970a1d01528ed7c3a376a54fc68c24056 (patch)
tree91398e72f26f30e79f59d41a591f0aa0e3b6a1c4
parent2fe11d5ab35daee5e8f5ecf49767ddd3204fdfa9 (diff)
MAINTAINERS: add Rust PHY abstractions for ETHERNET PHY LIBRARY
Adds me as a maintainer and Trevor as a reviewer. The files are placed at rust/kernel/ directory for now but the files are likely to be moved to net/ directory once a new Rust build system is implemented. Signed-off-by: FUJITA Tomonori <[email protected]> Signed-off-by: Trevor Gross <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: David S. Miller <[email protected]>
-rw-r--r--MAINTAINERS8
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 49c1caad5d99..7e3d418bb325 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7873,6 +7873,14 @@ F: include/uapi/linux/mdio.h
F: include/uapi/linux/mii.h
F: net/core/of_net.c
+ETHERNET PHY LIBRARY [RUST]
+M: FUJITA Tomonori <[email protected]>
+R: Trevor Gross <[email protected]>
+S: Maintained
+F: rust/kernel/net/phy.rs
+
EXEC & BINFMT API
R: Eric Biederman <[email protected]>
R: Kees Cook <[email protected]>