MAINTAINERS: add Rust PHY abstractions for ETHERNET PHY LIBRARY
authorFUJITA Tomonori <fujita.tomonori@gmail.com>
Wed, 13 Dec 2023 00:42:10 +0000 (09:42 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Dec 2023 09:35:50 +0000 (09:35 +0000)
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 <fujita.tomonori@gmail.com>
Signed-off-by: Trevor Gross <tmgross@umich.edu>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
MAINTAINERS

index 49c1caad5d99305c42d35017ca5ee87e9bcc4cdf..7e3d418bb3255f4c5f29c930682cd55e44e485d4 100644 (file)
@@ -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 <fujita.tomonori@gmail.com>
+R:     Trevor Gross <tmgross@umich.edu>
+L:     netdev@vger.kernel.org
+L:     rust-for-linux@vger.kernel.org
+S:     Maintained
+F:     rust/kernel/net/phy.rs
+
 EXEC & BINFMT API
 R:     Eric Biederman <ebiederm@xmission.com>
 R:     Kees Cook <keescook@chromium.org>