[PATCH net-next] MAINTAINERS: Add dedicated entries for phy_link_topology

Maxime Chevallier posted 1 patch 9 months, 1 week ago
There is a newer version of this series
MAINTAINERS | 7 +++++++
1 file changed, 7 insertions(+)
[PATCH net-next] MAINTAINERS: Add dedicated entries for phy_link_topology
Posted by Maxime Chevallier 9 months, 1 week ago
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.

Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index ffbcd072fb14..7d878c62e67d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16491,6 +16491,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>
-- 
2.48.1
Re: [PATCH net-next] MAINTAINERS: Add dedicated entries for phy_link_topology
Posted by Maxime Chevallier 8 months, 3 weeks ago
On Thu, 13 Mar 2025 16:30:06 +0100
Maxime Chevallier <maxime.chevallier@bootlin.com> wrote:

> 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.
> 
> Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
> ---

Thanks Jakub and Andrew for the Acks, I'll resend on the net tree as
per Paolo's instructions :)

Maxime
Re: [PATCH net-next] MAINTAINERS: Add dedicated entries for phy_link_topology
Posted by Jakub Kicinski 8 months, 4 weeks ago
On Thu, 13 Mar 2025 16:30:06 +0100 Maxime Chevallier wrote:
> 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.

Makes sense!

Acked-by: Jakub Kicinski <kuba@kernel.org>
Re: [PATCH net-next] MAINTAINERS: Add dedicated entries for phy_link_topology
Posted by Paolo Abeni 9 months ago
On 3/13/25 4:30 PM, Maxime Chevallier wrote:
> 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.
> 
> Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>

I'd like to have Jakub on-board here. He should be back soonish, so
let's keep this patch around a little more

Note that MAINTAINER changes go via the 'net' tree.

/P
Re: [PATCH net-next] MAINTAINERS: Add dedicated entries for phy_link_topology
Posted by Maxime Chevallier 9 months ago
On Fri, 21 Mar 2025 17:05:08 +0100
Paolo Abeni <pabeni@redhat.com> wrote:

> On 3/13/25 4:30 PM, Maxime Chevallier wrote:
> > 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.
> > 
> > Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>  
> 
> I'd like to have Jakub on-board here. He should be back soonish, so
> let's keep this patch around a little more
> 
> Note that MAINTAINER changes go via the 'net' tree.

Ah sorry about that, I missed this bit of process. I'll resubmit on
'net' if Jakub acks this :)

Maxime
Re: [PATCH net-next] MAINTAINERS: Add dedicated entries for phy_link_topology
Posted by Andrew Lunn 9 months ago
On Thu, Mar 13, 2025 at 04:30:06PM +0100, Maxime Chevallier wrote:
61;7991;1c> 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.
> 
> Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew