Message ID | 20250325115736.1732721-2-lukma@denx.de (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | net: mtip: Add support for MTIP imx287 L2 switch driver | expand |
On 25/03/2025 12:57, Lukasz Majewski wrote: > Add myself as a maintainer for this particular network driver. > > Signed-off-by: Lukasz Majewski <lukma@denx.de> > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 5959513a7359..255edd825fa1 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -9270,6 +9270,13 @@ S: Maintained > F: Documentation/devicetree/bindings/i2c/i2c-mpc.yaml > F: drivers/i2c/busses/i2c-mpc.c > > +FREESCALE MTIP ETHERNET SWITCH DRIVER > +M: Lukasz Majewski <lukma@denx.de> > +L: netdev@vger.kernel.org > +S: Maintained > +F: Documentation/devicetree/bindings/net/fec,mtip-switch.yaml > +F: drivers/net/ethernet/freescale/mtipsw/* You need to re-order the patches, there are no such files yet, so this causes warnings. Best regards, Krzysztof
Hi Krzysztof, > On 25/03/2025 12:57, Lukasz Majewski wrote: > > Add myself as a maintainer for this particular network driver. > > > > Signed-off-by: Lukasz Majewski <lukma@denx.de> > > --- > > MAINTAINERS | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 5959513a7359..255edd825fa1 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -9270,6 +9270,13 @@ S: Maintained > > F: Documentation/devicetree/bindings/i2c/i2c-mpc.yaml > > F: drivers/i2c/busses/i2c-mpc.c > > > > +FREESCALE MTIP ETHERNET SWITCH DRIVER > > +M: Lukasz Majewski <lukma@denx.de> > > +L: netdev@vger.kernel.org > > +S: Maintained > > +F: > > Documentation/devicetree/bindings/net/fec,mtip-switch.yaml > > +F: drivers/net/ethernet/freescale/mtipsw/* > > You need to re-order the patches, there are no such files yet, so this > causes warnings. This shall be probably squashed with the patch adding mtipl2sw* files. > > Best regards, > Krzysztof Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Erika Unter HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de
diff --git a/MAINTAINERS b/MAINTAINERS index 5959513a7359..255edd825fa1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9270,6 +9270,13 @@ S: Maintained F: Documentation/devicetree/bindings/i2c/i2c-mpc.yaml F: drivers/i2c/busses/i2c-mpc.c +FREESCALE MTIP ETHERNET SWITCH DRIVER +M: Lukasz Majewski <lukma@denx.de> +L: netdev@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/net/fec,mtip-switch.yaml +F: drivers/net/ethernet/freescale/mtipsw/* + FREESCALE QORIQ DPAA ETHERNET DRIVER M: Madalin Bucur <madalin.bucur@nxp.com> L: netdev@vger.kernel.org
Add myself as a maintainer for this particular network driver. Signed-off-by: Lukasz Majewski <lukma@denx.de> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)