diff mbox series

[v2,2/3] MAINTAINERS: add Rust PHY abstractions to the ETHERNET PHY LIBRARY

Message ID 20231006094911.3305152-3-fujita.tomonori@gmail.com (mailing list archive)
State Superseded
Headers show
Series Rust abstractions for network PHY drivers | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

FUJITA Tomonori Oct. 6, 2023, 9:49 a.m. UTC
Adds me as a maintainer for these Rust bindings too.

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>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 1a5b0bda2b05..006e601f9862 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7767,6 +7767,7 @@  F:	net/bridge/
 ETHERNET PHY LIBRARY
 M:	Andrew Lunn <andrew@lunn.ch>
 M:	Heiner Kallweit <hkallweit1@gmail.com>
+M:	FUJITA Tomonori <fujita.tomonori@gmail.com>
 R:	Russell King <linux@armlinux.org.uk>
 L:	netdev@vger.kernel.org
 S:	Maintained
@@ -7796,6 +7797,7 @@  F:	include/trace/events/mdio.h
 F:	include/uapi/linux/mdio.h
 F:	include/uapi/linux/mii.h
 F:	net/core/of_net.c
+F:	rust/kernel/net/phy.rs
 
 EXEC & BINFMT API
 R:	Eric Biederman <ebiederm@xmission.com>