linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add mvpp2 driver entry
@ 2020-12-11 14:41 Marcin Wojtas
  2020-12-11 15:42 ` Russell King - ARM Linux admin
  0 siblings, 1 reply; 3+ messages in thread
From: Marcin Wojtas @ 2020-12-11 14:41 UTC (permalink / raw)
  To: linux-kernel, netdev
  Cc: davem, kuba, linux, mcroce, sven.auhagen, andrew, Marcin Wojtas

Since its creation Marvell NIC driver for Armada 375/7k8k and
CN913x SoC families mvpp2 has been lacking an entry in MAINTAINERS,
which sometimes lead to unhandled bugs that persisted
across several kernel releases.

Signed-off-by: Marcin Wojtas <mw@semihalf.com>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6f474153dbec..db88abf11db2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10513,6 +10513,13 @@ L:	netdev@vger.kernel.org
 S:	Maintained
 F:	drivers/net/ethernet/marvell/mvneta.*
 
+MARVELL MVPP2 ETHERNET DRIVER
+M:	Marcin Wojtas <mw@semihalf.com>
+L:	netdev@vger.kernel.org
+S:	Maintained
+F:	Documentation/devicetree/bindings/net/marvell-pp2.txt
+F:	drivers/net/ethernet/marvell/mvpp2/
+
 MARVELL MWIFIEX WIRELESS DRIVER
 M:	Amitkumar Karwar <amitkarwar@gmail.com>
 M:	Ganapathi Bhat <ganapathi.bhat@nxp.com>
-- 
2.29.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: add mvpp2 driver entry
  2020-12-11 14:41 [PATCH] MAINTAINERS: add mvpp2 driver entry Marcin Wojtas
@ 2020-12-11 15:42 ` Russell King - ARM Linux admin
  2020-12-11 16:44   ` Marcin Wojtas
  0 siblings, 1 reply; 3+ messages in thread
From: Russell King - ARM Linux admin @ 2020-12-11 15:42 UTC (permalink / raw)
  To: Marcin Wojtas
  Cc: linux-kernel, netdev, davem, kuba, mcroce, sven.auhagen, andrew

On Fri, Dec 11, 2020 at 03:41:47PM +0100, Marcin Wojtas wrote:
> Since its creation Marvell NIC driver for Armada 375/7k8k and
> CN913x SoC families mvpp2 has been lacking an entry in MAINTAINERS,
> which sometimes lead to unhandled bugs that persisted
> across several kernel releases.

Can you add me for this driver as well please?
Thanks.

> 
> Signed-off-by: Marcin Wojtas <mw@semihalf.com>
> ---
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6f474153dbec..db88abf11db2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10513,6 +10513,13 @@ L:	netdev@vger.kernel.org
>  S:	Maintained
>  F:	drivers/net/ethernet/marvell/mvneta.*
>  
> +MARVELL MVPP2 ETHERNET DRIVER
> +M:	Marcin Wojtas <mw@semihalf.com>
> +L:	netdev@vger.kernel.org
> +S:	Maintained
> +F:	Documentation/devicetree/bindings/net/marvell-pp2.txt
> +F:	drivers/net/ethernet/marvell/mvpp2/
> +
>  MARVELL MWIFIEX WIRELESS DRIVER
>  M:	Amitkumar Karwar <amitkarwar@gmail.com>
>  M:	Ganapathi Bhat <ganapathi.bhat@nxp.com>
> -- 
> 2.29.0
> 
> 

-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: add mvpp2 driver entry
  2020-12-11 15:42 ` Russell King - ARM Linux admin
@ 2020-12-11 16:44   ` Marcin Wojtas
  0 siblings, 0 replies; 3+ messages in thread
From: Marcin Wojtas @ 2020-12-11 16:44 UTC (permalink / raw)
  To: Russell King - ARM Linux admin
  Cc: Linux Kernel Mailing List, netdev, David S. Miller,
	Jakub Kicinski, mcroce, Sven Auhagen, Andrew Lunn

pt., 11 gru 2020 o 16:42 Russell King - ARM Linux admin
<linux@armlinux.org.uk> napisał(a):
>
> On Fri, Dec 11, 2020 at 03:41:47PM +0100, Marcin Wojtas wrote:
> > Since its creation Marvell NIC driver for Armada 375/7k8k and
> > CN913x SoC families mvpp2 has been lacking an entry in MAINTAINERS,
> > which sometimes lead to unhandled bugs that persisted
> > across several kernel releases.
>
> Can you add me for this driver as well please?
> Thanks.

Sure, I'll repost with this addition.

Marcin

>
> >
> > Signed-off-by: Marcin Wojtas <mw@semihalf.com>
> > ---
> >  MAINTAINERS | 7 +++++++
> >  1 file changed, 7 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 6f474153dbec..db88abf11db2 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -10513,6 +10513,13 @@ L:   netdev@vger.kernel.org
> >  S:   Maintained
> >  F:   drivers/net/ethernet/marvell/mvneta.*
> >
> > +MARVELL MVPP2 ETHERNET DRIVER
> > +M:   Marcin Wojtas <mw@semihalf.com>
> > +L:   netdev@vger.kernel.org
> > +S:   Maintained
> > +F:   Documentation/devicetree/bindings/net/marvell-pp2.txt
> > +F:   drivers/net/ethernet/marvell/mvpp2/
> > +
> >  MARVELL MWIFIEX WIRELESS DRIVER
> >  M:   Amitkumar Karwar <amitkarwar@gmail.com>
> >  M:   Ganapathi Bhat <ganapathi.bhat@nxp.com>
> > --
> > 2.29.0
> >
> >
>
> --
> RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
> FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-11 17:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-11 14:41 [PATCH] MAINTAINERS: add mvpp2 driver entry Marcin Wojtas
2020-12-11 15:42 ` Russell King - ARM Linux admin
2020-12-11 16:44   ` Marcin Wojtas

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).