* [PATCH net-next] MAINTAINERS: Add dedicated entries for phy_link_topology
@ 2025-03-13 15:30 Maxime Chevallier
2025-03-17 21:17 ` Andrew Lunn
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Maxime Chevallier @ 2025-03-13 15:30 UTC (permalink / raw)
To: davem, Andrew Lunn, Jakub Kicinski, Eric Dumazet, Paolo Abeni,
Heiner Kallweit
Cc: Maxime Chevallier, netdev, linux-kernel, thomas.petazzoni,
Russell King, Simon Horman
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH net-next] MAINTAINERS: Add dedicated entries for phy_link_topology
2025-03-13 15:30 [PATCH net-next] MAINTAINERS: Add dedicated entries for phy_link_topology Maxime Chevallier
@ 2025-03-17 21:17 ` Andrew Lunn
2025-03-21 16:05 ` Paolo Abeni
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Andrew Lunn @ 2025-03-17 21:17 UTC (permalink / raw)
To: Maxime Chevallier
Cc: davem, Jakub Kicinski, Eric Dumazet, Paolo Abeni, Heiner Kallweit,
netdev, linux-kernel, thomas.petazzoni, Russell King,
Simon Horman
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH net-next] MAINTAINERS: Add dedicated entries for phy_link_topology
2025-03-13 15:30 [PATCH net-next] MAINTAINERS: Add dedicated entries for phy_link_topology Maxime Chevallier
2025-03-17 21:17 ` Andrew Lunn
@ 2025-03-21 16:05 ` Paolo Abeni
2025-03-21 17:37 ` Maxime Chevallier
2025-03-24 12:15 ` Jakub Kicinski
2025-03-27 10:43 ` Maxime Chevallier
3 siblings, 1 reply; 6+ messages in thread
From: Paolo Abeni @ 2025-03-21 16:05 UTC (permalink / raw)
To: Maxime Chevallier, davem, Andrew Lunn, Jakub Kicinski,
Eric Dumazet, Heiner Kallweit
Cc: netdev, linux-kernel, thomas.petazzoni, Russell King,
Simon Horman
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH net-next] MAINTAINERS: Add dedicated entries for phy_link_topology
2025-03-21 16:05 ` Paolo Abeni
@ 2025-03-21 17:37 ` Maxime Chevallier
0 siblings, 0 replies; 6+ messages in thread
From: Maxime Chevallier @ 2025-03-21 17:37 UTC (permalink / raw)
To: Paolo Abeni
Cc: davem, Andrew Lunn, Jakub Kicinski, Eric Dumazet, Heiner Kallweit,
netdev, linux-kernel, thomas.petazzoni, Russell King,
Simon Horman
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH net-next] MAINTAINERS: Add dedicated entries for phy_link_topology
2025-03-13 15:30 [PATCH net-next] MAINTAINERS: Add dedicated entries for phy_link_topology Maxime Chevallier
2025-03-17 21:17 ` Andrew Lunn
2025-03-21 16:05 ` Paolo Abeni
@ 2025-03-24 12:15 ` Jakub Kicinski
2025-03-27 10:43 ` Maxime Chevallier
3 siblings, 0 replies; 6+ messages in thread
From: Jakub Kicinski @ 2025-03-24 12:15 UTC (permalink / raw)
To: Maxime Chevallier
Cc: davem, Andrew Lunn, Eric Dumazet, Paolo Abeni, Heiner Kallweit,
netdev, linux-kernel, thomas.petazzoni, Russell King,
Simon Horman
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>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH net-next] MAINTAINERS: Add dedicated entries for phy_link_topology
2025-03-13 15:30 [PATCH net-next] MAINTAINERS: Add dedicated entries for phy_link_topology Maxime Chevallier
` (2 preceding siblings ...)
2025-03-24 12:15 ` Jakub Kicinski
@ 2025-03-27 10:43 ` Maxime Chevallier
3 siblings, 0 replies; 6+ messages in thread
From: Maxime Chevallier @ 2025-03-27 10:43 UTC (permalink / raw)
To: davem, Andrew Lunn, Jakub Kicinski, Eric Dumazet, Paolo Abeni,
Heiner Kallweit
Cc: netdev, linux-kernel, thomas.petazzoni, Russell King,
Simon Horman
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
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-03-27 10:43 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-13 15:30 [PATCH net-next] MAINTAINERS: Add dedicated entries for phy_link_topology Maxime Chevallier
2025-03-17 21:17 ` Andrew Lunn
2025-03-21 16:05 ` Paolo Abeni
2025-03-21 17:37 ` Maxime Chevallier
2025-03-24 12:15 ` Jakub Kicinski
2025-03-27 10:43 ` Maxime Chevallier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).