Commit 52c19f90 authored by Maxime Chevallier's avatar Maxime Chevallier Committed by Jakub Kicinski
Browse files

MAINTAINERS: Add dedicated entries for phy_link_topology



The infrastructure to handle multi-phy devices is fairly standalone.
Add myself as maintainer for that part as well as the netlink uAPI
that exposes it.

Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Acked-by: default avatarJakub Kicinski <kuba@kernel.org>
Signed-off-by: default avatarMaxime Chevallier <maxime.chevallier@bootlin.com>
Link: https://patch.msgid.link/20250327110013.106865-1-maxime.chevallier@bootlin.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 2eb6c6a3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -16577,6 +16577,13 @@ F: net/ethtool/mm.c
F:	tools/testing/selftests/drivers/net/hw/ethtool_mm.sh
K:	ethtool_mm
NETWORKING [ETHTOOL PHY TOPOLOGY]
M:	Maxime Chevallier <maxime.chevallier@bootlin.com>
F:	Documentation/networking/phy-link-topology.rst
F:	drivers/net/phy/phy_link_topology.c
F:	include/linux/phy_link_topology.h
F:	net/ethtool/phy.c
NETWORKING [GENERAL]
M:	"David S. Miller" <davem@davemloft.net>
M:	Eric Dumazet <edumazet@google.com>