diff mbox series

[net-next,11/11] MAINTAINERS: update ENETC driver files and maintainers

Message ID 20241009095116.147412-12-wei.fang@nxp.com (mailing list archive)
State Superseded
Headers show
Series add basic support for i.MX95 NETC | expand

Commit Message

Wei Fang Oct. 9, 2024, 9:51 a.m. UTC
Add related YAML documentation and header files. Also, add maintainers
from the i.MX side as ENETC starts to be used on i.MX platforms.

Signed-off-by: Wei Fang <wei.fang@nxp.com>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Frank Li Oct. 10, 2024, 7:20 p.m. UTC | #1
On Wed, Oct 09, 2024 at 05:51:16PM +0800, Wei Fang wrote:
> Add related YAML documentation and header files. Also, add maintainers
> from the i.MX side as ENETC starts to be used on i.MX platforms.
>
> Signed-off-by: Wei Fang <wei.fang@nxp.com>
> ---
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index af635dc60cfe..355b81b642a9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9015,9 +9015,18 @@ F:	drivers/dma/fsl-edma*.*
>  FREESCALE ENETC ETHERNET DRIVERS
>  M:	Claudiu Manoil <claudiu.manoil@nxp.com>
>  M:	Vladimir Oltean <vladimir.oltean@nxp.com>
> +M:	Wei Fang <wei.fang@nxp.com>
> +M:	Clark Wang <xiaoning.wang@nxp.com>
> +L:	imx@lists.linux.dev
>  L:	netdev@vger.kernel.org
>  S:	Maintained
> +F:	Documentation/devicetree/bindings/net/fsl,enetc-ierb.yaml
> +F:	Documentation/devicetree/bindings/net/fsl,enetc-mdio.yaml
> +F:	Documentation/devicetree/bindings/net/fsl,enetc.yaml
> +F:	Documentation/devicetree/bindings/net/nxp,netc-blk-ctrl.yaml

Missed enetc_pf_common.c

Frank

>  F:	drivers/net/ethernet/freescale/enetc/
> +F:	include/linux/fsl/enetc_mdio.h
> +F:	include/linux/fsl/netc_global.h
>
>  FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
>  M:	Claudiu Manoil <claudiu.manoil@nxp.com>
> --
> 2.34.1
>
Wei Fang Oct. 11, 2024, 2:05 a.m. UTC | #2
> -----Original Message-----
> From: Frank Li <frank.li@nxp.com>
> Sent: 2024年10月11日 3:21
> To: Wei Fang <wei.fang@nxp.com>
> Cc: davem@davemloft.net; edumazet@google.com; kuba@kernel.org;
> pabeni@redhat.com; robh@kernel.org; krzk+dt@kernel.org;
> conor+dt@kernel.org; Vladimir Oltean <vladimir.oltean@nxp.com>; Claudiu
> Manoil <claudiu.manoil@nxp.com>; Clark Wang <xiaoning.wang@nxp.com>;
> christophe.leroy@csgroup.eu; linux@armlinux.org.uk; bhelgaas@google.com;
> imx@lists.linux.dev; netdev@vger.kernel.org; devicetree@vger.kernel.org;
> linux-kernel@vger.kernel.org; linux-pci@vger.kernel.org
> Subject: Re: [PATCH net-next 11/11] MAINTAINERS: update ENETC driver files
> and maintainers
> 
> On Wed, Oct 09, 2024 at 05:51:16PM +0800, Wei Fang wrote:
> > Add related YAML documentation and header files. Also, add maintainers
> > from the i.MX side as ENETC starts to be used on i.MX platforms.
> >
> > Signed-off-by: Wei Fang <wei.fang@nxp.com>
> > ---
> >  MAINTAINERS | 9 +++++++++
> >  1 file changed, 9 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS index
> > af635dc60cfe..355b81b642a9 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -9015,9 +9015,18 @@ F:	drivers/dma/fsl-edma*.*
> >  FREESCALE ENETC ETHERNET DRIVERS
> >  M:	Claudiu Manoil <claudiu.manoil@nxp.com>
> >  M:	Vladimir Oltean <vladimir.oltean@nxp.com>
> > +M:	Wei Fang <wei.fang@nxp.com>
> > +M:	Clark Wang <xiaoning.wang@nxp.com>
> > +L:	imx@lists.linux.dev
> >  L:	netdev@vger.kernel.org
> >  S:	Maintained
> > +F:	Documentation/devicetree/bindings/net/fsl,enetc-ierb.yaml
> > +F:	Documentation/devicetree/bindings/net/fsl,enetc-mdio.yaml
> > +F:	Documentation/devicetree/bindings/net/fsl,enetc.yaml
> > +F:	Documentation/devicetree/bindings/net/nxp,netc-blk-ctrl.yaml
> 
> Missed enetc_pf_common.c
> 
enetc_pf_common.c is in drivers/net/ethernet/freescale/enetc/

> 
> >  F:	drivers/net/ethernet/freescale/enetc/
> > +F:	include/linux/fsl/enetc_mdio.h
> > +F:	include/linux/fsl/netc_global.h
> >
> >  FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
> >  M:	Claudiu Manoil <claudiu.manoil@nxp.com>
> > --
> > 2.34.1
> >
Frank Li Oct. 11, 2024, 4:13 a.m. UTC | #3
On Fri, Oct 11, 2024 at 02:05:37AM +0000, Wei Fang wrote:
> > -----Original Message-----
> > From: Frank Li <frank.li@nxp.com>
> > Sent: 2024年10月11日 3:21
> > To: Wei Fang <wei.fang@nxp.com>
> > Cc: davem@davemloft.net; edumazet@google.com; kuba@kernel.org;
> > pabeni@redhat.com; robh@kernel.org; krzk+dt@kernel.org;
> > conor+dt@kernel.org; Vladimir Oltean <vladimir.oltean@nxp.com>; Claudiu
> > Manoil <claudiu.manoil@nxp.com>; Clark Wang <xiaoning.wang@nxp.com>;
> > christophe.leroy@csgroup.eu; linux@armlinux.org.uk; bhelgaas@google.com;
> > imx@lists.linux.dev; netdev@vger.kernel.org; devicetree@vger.kernel.org;
> > linux-kernel@vger.kernel.org; linux-pci@vger.kernel.org
> > Subject: Re: [PATCH net-next 11/11] MAINTAINERS: update ENETC driver files
> > and maintainers
> >
> > On Wed, Oct 09, 2024 at 05:51:16PM +0800, Wei Fang wrote:
> > > Add related YAML documentation and header files. Also, add maintainers
> > > from the i.MX side as ENETC starts to be used on i.MX platforms.
> > >
> > > Signed-off-by: Wei Fang <wei.fang@nxp.com>
> > > ---
> > >  MAINTAINERS | 9 +++++++++
> > >  1 file changed, 9 insertions(+)
> > >
> > > diff --git a/MAINTAINERS b/MAINTAINERS index
> > > af635dc60cfe..355b81b642a9 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -9015,9 +9015,18 @@ F:	drivers/dma/fsl-edma*.*
> > >  FREESCALE ENETC ETHERNET DRIVERS
> > >  M:	Claudiu Manoil <claudiu.manoil@nxp.com>
> > >  M:	Vladimir Oltean <vladimir.oltean@nxp.com>
> > > +M:	Wei Fang <wei.fang@nxp.com>
> > > +M:	Clark Wang <xiaoning.wang@nxp.com>
> > > +L:	imx@lists.linux.dev
> > >  L:	netdev@vger.kernel.org
> > >  S:	Maintained
> > > +F:	Documentation/devicetree/bindings/net/fsl,enetc-ierb.yaml
> > > +F:	Documentation/devicetree/bindings/net/fsl,enetc-mdio.yaml
> > > +F:	Documentation/devicetree/bindings/net/fsl,enetc.yaml
> > > +F:	Documentation/devicetree/bindings/net/nxp,netc-blk-ctrl.yaml
> >
> > Missed enetc_pf_common.c
> >
> enetc_pf_common.c is in drivers/net/ethernet/freescale/enetc/

Oh, sorry, I miss it.
Maybe

Documentation/devicetree/bindings/net/fsl,enetc*.yaml will be simple.

Frank

>
> >
> > >  F:	drivers/net/ethernet/freescale/enetc/
> > > +F:	include/linux/fsl/enetc_mdio.h
> > > +F:	include/linux/fsl/netc_global.h
> > >
> > >  FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
> > >  M:	Claudiu Manoil <claudiu.manoil@nxp.com>
> > > --
> > > 2.34.1
> > >
Wei Fang Oct. 11, 2024, 7:29 a.m. UTC | #4
> -----Original Message-----
> From: Frank Li <frank.li@nxp.com>
> Sent: 2024年10月11日 12:13
> To: Wei Fang <wei.fang@nxp.com>
> Cc: davem@davemloft.net; edumazet@google.com; kuba@kernel.org;
> pabeni@redhat.com; robh@kernel.org; krzk+dt@kernel.org;
> conor+dt@kernel.org; Vladimir Oltean <vladimir.oltean@nxp.com>; Claudiu
> Manoil <claudiu.manoil@nxp.com>; Clark Wang <xiaoning.wang@nxp.com>;
> christophe.leroy@csgroup.eu; linux@armlinux.org.uk; bhelgaas@google.com;
> imx@lists.linux.dev; netdev@vger.kernel.org; devicetree@vger.kernel.org;
> linux-kernel@vger.kernel.org; linux-pci@vger.kernel.org
> Subject: Re: [PATCH net-next 11/11] MAINTAINERS: update ENETC driver files
> and maintainers
> 
> On Fri, Oct 11, 2024 at 02:05:37AM +0000, Wei Fang wrote:
> > > -----Original Message-----
> > > From: Frank Li <frank.li@nxp.com>
> > > Sent: 2024年10月11日 3:21
> > > To: Wei Fang <wei.fang@nxp.com>
> > > Cc: davem@davemloft.net; edumazet@google.com; kuba@kernel.org;
> > > pabeni@redhat.com; robh@kernel.org; krzk+dt@kernel.org;
> > > conor+dt@kernel.org; Vladimir Oltean <vladimir.oltean@nxp.com>;
> > > conor+Claudiu
> > > Manoil <claudiu.manoil@nxp.com>; Clark Wang
> <xiaoning.wang@nxp.com>;
> > > christophe.leroy@csgroup.eu; linux@armlinux.org.uk;
> > > bhelgaas@google.com; imx@lists.linux.dev; netdev@vger.kernel.org;
> > > devicetree@vger.kernel.org; linux-kernel@vger.kernel.org;
> > > linux-pci@vger.kernel.org
> > > Subject: Re: [PATCH net-next 11/11] MAINTAINERS: update ENETC driver
> > > files and maintainers
> > >
> > > On Wed, Oct 09, 2024 at 05:51:16PM +0800, Wei Fang wrote:
> > > > Add related YAML documentation and header files. Also, add
> > > > maintainers from the i.MX side as ENETC starts to be used on i.MX
> platforms.
> > > >
> > > > Signed-off-by: Wei Fang <wei.fang@nxp.com>
> > > > ---
> > > >  MAINTAINERS | 9 +++++++++
> > > >  1 file changed, 9 insertions(+)
> > > >
> > > > diff --git a/MAINTAINERS b/MAINTAINERS index
> > > > af635dc60cfe..355b81b642a9 100644
> > > > --- a/MAINTAINERS
> > > > +++ b/MAINTAINERS
> > > > @@ -9015,9 +9015,18 @@ F:	drivers/dma/fsl-edma*.*
> > > >  FREESCALE ENETC ETHERNET DRIVERS
> > > >  M:	Claudiu Manoil <claudiu.manoil@nxp.com>
> > > >  M:	Vladimir Oltean <vladimir.oltean@nxp.com>
> > > > +M:	Wei Fang <wei.fang@nxp.com>
> > > > +M:	Clark Wang <xiaoning.wang@nxp.com>
> > > > +L:	imx@lists.linux.dev
> > > >  L:	netdev@vger.kernel.org
> > > >  S:	Maintained
> > > > +F:	Documentation/devicetree/bindings/net/fsl,enetc-ierb.yaml
> > > > +F:	Documentation/devicetree/bindings/net/fsl,enetc-mdio.yaml
> > > > +F:	Documentation/devicetree/bindings/net/fsl,enetc.yaml
> > > > +F:	Documentation/devicetree/bindings/net/nxp,netc-blk-ctrl.yaml
> > >
> > > Missed enetc_pf_common.c
> > >
> > enetc_pf_common.c is in drivers/net/ethernet/freescale/enetc/
> 
> Oh, sorry, I miss it.
> Maybe
> 
> Documentation/devicetree/bindings/net/fsl,enetc*.yaml will be simple.
> 

Yes, I will refine it, thanks

> 
> >
> > >
> > > >  F:	drivers/net/ethernet/freescale/enetc/
> > > > +F:	include/linux/fsl/enetc_mdio.h
> > > > +F:	include/linux/fsl/netc_global.h
> > > >
> > > >  FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
> > > >  M:	Claudiu Manoil <claudiu.manoil@nxp.com>
> > > > --
> > > > 2.34.1
> > > >
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index af635dc60cfe..355b81b642a9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9015,9 +9015,18 @@  F:	drivers/dma/fsl-edma*.*
 FREESCALE ENETC ETHERNET DRIVERS
 M:	Claudiu Manoil <claudiu.manoil@nxp.com>
 M:	Vladimir Oltean <vladimir.oltean@nxp.com>
+M:	Wei Fang <wei.fang@nxp.com>
+M:	Clark Wang <xiaoning.wang@nxp.com>
+L:	imx@lists.linux.dev
 L:	netdev@vger.kernel.org
 S:	Maintained
+F:	Documentation/devicetree/bindings/net/fsl,enetc-ierb.yaml
+F:	Documentation/devicetree/bindings/net/fsl,enetc-mdio.yaml
+F:	Documentation/devicetree/bindings/net/fsl,enetc.yaml
+F:	Documentation/devicetree/bindings/net/nxp,netc-blk-ctrl.yaml
 F:	drivers/net/ethernet/freescale/enetc/
+F:	include/linux/fsl/enetc_mdio.h
+F:	include/linux/fsl/netc_global.h
 
 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
 M:	Claudiu Manoil <claudiu.manoil@nxp.com>