linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] MAINTAINERS: merge entries for felix and ocelot drivers
@ 2020-06-13 22:07 Vladimir Oltean
  2020-06-14 18:45 ` Horatiu Vultur
  2020-06-15 16:37 ` Jakub Kicinski
  0 siblings, 2 replies; 4+ messages in thread
From: Vladimir Oltean @ 2020-06-13 22:07 UTC (permalink / raw)
  To: davem, netdev
  Cc: UNGLinuxDriver, claudiu.manoil, alexandre.belloni, andrew,
	vivien.didelot, f.fainelli, kuba, linux-kernel

From: Vladimir Oltean <vladimir.oltean@nxp.com>

The ocelot switchdev driver also provides a set of library functions for
the felix DSA driver, which in practice means that most of the patches
will be of interest to both groups of driver maintainers.

So, as also suggested in the discussion here, let's merge the 2 entries
into a single larger one:
https://www.spinics.net/lists/netdev/msg657412.html

Note that the entry has been renamed into "OCELOT SWITCH" since neither
Vitesse nor Microsemi exist any longer as company names, instead they
are now named Microchip (which again might be subject to change in the
future), so use the device family name instead.

Suggested-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
---
 MAINTAINERS | 28 ++++++++++++----------------
 1 file changed, 12 insertions(+), 16 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f08f290df174..621474172fdf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11339,14 +11339,6 @@ L:	dmaengine@vger.kernel.org
 S:	Supported
 F:	drivers/dma/at_xdmac.c
 
-MICROSEMI ETHERNET SWITCH DRIVER
-M:	Alexandre Belloni <alexandre.belloni@bootlin.com>
-M:	Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
-L:	netdev@vger.kernel.org
-S:	Supported
-F:	drivers/net/ethernet/mscc/
-F:	include/soc/mscc/ocelot*
-
 MICROSEMI MIPS SOCS
 M:	Alexandre Belloni <alexandre.belloni@bootlin.com>
 M:	Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
@@ -12305,6 +12297,18 @@ M:	Peter Zijlstra <peterz@infradead.org>
 S:	Supported
 F:	tools/objtool/
 
+OCELOT ETHERNET SWITCH DRIVER
+M:	Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
+M:	Vladimir Oltean <vladimir.oltean@nxp.com>
+M:	Claudiu Manoil <claudiu.manoil@nxp.com>
+M:	Alexandre Belloni <alexandre.belloni@bootlin.com>
+L:	netdev@vger.kernel.org
+S:	Supported
+F:	include/soc/mscc/ocelot*
+F:	drivers/net/ethernet/mscc/
+F:	drivers/net/dsa/ocelot/*
+F:	net/dsa/tag_ocelot.c
+
 OCXL (Open Coherent Accelerator Processor Interface OpenCAPI) DRIVER
 M:	Frederic Barrat <fbarrat@linux.ibm.com>
 M:	Andrew Donnellan <ajd@linux.ibm.com>
@@ -18188,14 +18192,6 @@ S:	Maintained
 F:	drivers/input/serio/userio.c
 F:	include/uapi/linux/userio.h
 
-VITESSE FELIX ETHERNET SWITCH DRIVER
-M:	Vladimir Oltean <vladimir.oltean@nxp.com>
-M:	Claudiu Manoil <claudiu.manoil@nxp.com>
-L:	netdev@vger.kernel.org
-S:	Maintained
-F:	drivers/net/dsa/ocelot/*
-F:	net/dsa/tag_ocelot.c
-
 VIVID VIRTUAL VIDEO DRIVER
 M:	Hans Verkuil <hverkuil@xs4all.nl>
 L:	linux-media@vger.kernel.org
-- 
2.25.1


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

* Re: [PATCH net] MAINTAINERS: merge entries for felix and ocelot drivers
  2020-06-13 22:07 [PATCH net] MAINTAINERS: merge entries for felix and ocelot drivers Vladimir Oltean
@ 2020-06-14 18:45 ` Horatiu Vultur
  2020-06-15 16:37 ` Jakub Kicinski
  1 sibling, 0 replies; 4+ messages in thread
From: Horatiu Vultur @ 2020-06-14 18:45 UTC (permalink / raw)
  To: Vladimir Oltean
  Cc: davem, netdev, UNGLinuxDriver, claudiu.manoil, alexandre.belloni,
	andrew, vivien.didelot, f.fainelli, kuba, linux-kernel

The 06/14/2020 01:07, Vladimir Oltean wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> From: Vladimir Oltean <vladimir.oltean@nxp.com>
> 
> The ocelot switchdev driver also provides a set of library functions for
> the felix DSA driver, which in practice means that most of the patches
> will be of interest to both groups of driver maintainers.
> 
> So, as also suggested in the discussion here, let's merge the 2 entries
> into a single larger one:
> https://www.spinics.net/lists/netdev/msg657412.html
> 
> Note that the entry has been renamed into "OCELOT SWITCH" since neither
> Vitesse nor Microsemi exist any longer as company names, instead they
> are now named Microchip (which again might be subject to change in the
> future), so use the device family name instead.
> 
> Suggested-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
> ---
>  MAINTAINERS | 28 ++++++++++++----------------
>  1 file changed, 12 insertions(+), 16 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f08f290df174..621474172fdf 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11339,14 +11339,6 @@ L:     dmaengine@vger.kernel.org
>  S:     Supported
>  F:     drivers/dma/at_xdmac.c
> 
> -MICROSEMI ETHERNET SWITCH DRIVER
> -M:     Alexandre Belloni <alexandre.belloni@bootlin.com>
> -M:     Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
> -L:     netdev@vger.kernel.org
> -S:     Supported
> -F:     drivers/net/ethernet/mscc/
> -F:     include/soc/mscc/ocelot*
> -
>  MICROSEMI MIPS SOCS
>  M:     Alexandre Belloni <alexandre.belloni@bootlin.com>
>  M:     Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
> @@ -12305,6 +12297,18 @@ M:     Peter Zijlstra <peterz@infradead.org>
>  S:     Supported
>  F:     tools/objtool/
> 
> +OCELOT ETHERNET SWITCH DRIVER
> +M:     Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
> +M:     Vladimir Oltean <vladimir.oltean@nxp.com>
> +M:     Claudiu Manoil <claudiu.manoil@nxp.com>
> +M:     Alexandre Belloni <alexandre.belloni@bootlin.com>
> +L:     netdev@vger.kernel.org
> +S:     Supported
> +F:     include/soc/mscc/ocelot*
> +F:     drivers/net/ethernet/mscc/
> +F:     drivers/net/dsa/ocelot/*
> +F:     net/dsa/tag_ocelot.c
> +
>  OCXL (Open Coherent Accelerator Processor Interface OpenCAPI) DRIVER
>  M:     Frederic Barrat <fbarrat@linux.ibm.com>
>  M:     Andrew Donnellan <ajd@linux.ibm.com>
> @@ -18188,14 +18192,6 @@ S:     Maintained
>  F:     drivers/input/serio/userio.c
>  F:     include/uapi/linux/userio.h
> 
> -VITESSE FELIX ETHERNET SWITCH DRIVER
> -M:     Vladimir Oltean <vladimir.oltean@nxp.com>
> -M:     Claudiu Manoil <claudiu.manoil@nxp.com>
> -L:     netdev@vger.kernel.org
> -S:     Maintained
> -F:     drivers/net/dsa/ocelot/*
> -F:     net/dsa/tag_ocelot.c
> -
>  VIVID VIRTUAL VIDEO DRIVER
>  M:     Hans Verkuil <hverkuil@xs4all.nl>
>  L:     linux-media@vger.kernel.org
> --
> 2.25.1
> 

Acked-by: Horatiu Vultur<horatiu.vultur@microchip.com>

-- 
/Horatiu

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

* Re: [PATCH net] MAINTAINERS: merge entries for felix and ocelot drivers
  2020-06-13 22:07 [PATCH net] MAINTAINERS: merge entries for felix and ocelot drivers Vladimir Oltean
  2020-06-14 18:45 ` Horatiu Vultur
@ 2020-06-15 16:37 ` Jakub Kicinski
  2020-06-15 16:43   ` Vladimir Oltean
  1 sibling, 1 reply; 4+ messages in thread
From: Jakub Kicinski @ 2020-06-15 16:37 UTC (permalink / raw)
  To: Vladimir Oltean
  Cc: davem, netdev, UNGLinuxDriver, claudiu.manoil, alexandre.belloni,
	andrew, vivien.didelot, f.fainelli, linux-kernel

On Sun, 14 Jun 2020 01:07:53 +0300 Vladimir Oltean wrote:
> From: Vladimir Oltean <vladimir.oltean@nxp.com>
> 
> The ocelot switchdev driver also provides a set of library functions for
> the felix DSA driver, which in practice means that most of the patches
> will be of interest to both groups of driver maintainers.
> 
> So, as also suggested in the discussion here, let's merge the 2 entries
> into a single larger one:
> https://www.spinics.net/lists/netdev/msg657412.html
> 
> Note that the entry has been renamed into "OCELOT SWITCH" since neither
> Vitesse nor Microsemi exist any longer as company names, instead they
> are now named Microchip (which again might be subject to change in the
> future), so use the device family name instead.
> 
> Suggested-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>

Looks like checkpatch is unhappy about the order of files?

WARNING: Misordered MAINTAINERS entry - list file patterns in alphabetic order
#58: FILE: MAINTAINERS:12308:
+F:	include/soc/mscc/ocelot*
+F:	drivers/net/ethernet/mscc/

WARNING: Misordered MAINTAINERS entry - list file patterns in alphabetic order
#59: FILE: MAINTAINERS:12309:
+F:	drivers/net/ethernet/mscc/
+F:	drivers/net/dsa/ocelot/*

total: 0 errors, 2 warnings, 0 checks, 46 lines checked

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

* Re: [PATCH net] MAINTAINERS: merge entries for felix and ocelot drivers
  2020-06-15 16:37 ` Jakub Kicinski
@ 2020-06-15 16:43   ` Vladimir Oltean
  0 siblings, 0 replies; 4+ messages in thread
From: Vladimir Oltean @ 2020-06-15 16:43 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: David S. Miller, netdev, Microchip Linux Driver Support,
	Claudiu Manoil, Alexandre Belloni, Andrew Lunn, Vivien Didelot,
	Florian Fainelli, lkml

On Mon, 15 Jun 2020 at 19:37, Jakub Kicinski <kuba@kernel.org> wrote:
>
> On Sun, 14 Jun 2020 01:07:53 +0300 Vladimir Oltean wrote:
> > From: Vladimir Oltean <vladimir.oltean@nxp.com>
> >
> > The ocelot switchdev driver also provides a set of library functions for
> > the felix DSA driver, which in practice means that most of the patches
> > will be of interest to both groups of driver maintainers.
> >
> > So, as also suggested in the discussion here, let's merge the 2 entries
> > into a single larger one:
> > https://www.spinics.net/lists/netdev/msg657412.html
> >
> > Note that the entry has been renamed into "OCELOT SWITCH" since neither
> > Vitesse nor Microsemi exist any longer as company names, instead they
> > are now named Microchip (which again might be subject to change in the
> > future), so use the device family name instead.
> >
> > Suggested-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> > Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
>
> Looks like checkpatch is unhappy about the order of files?
>
> WARNING: Misordered MAINTAINERS entry - list file patterns in alphabetic order
> #58: FILE: MAINTAINERS:12308:
> +F:     include/soc/mscc/ocelot*
> +F:     drivers/net/ethernet/mscc/
>
> WARNING: Misordered MAINTAINERS entry - list file patterns in alphabetic order
> #59: FILE: MAINTAINERS:12309:
> +F:     drivers/net/ethernet/mscc/
> +F:     drivers/net/dsa/ocelot/*
>
> total: 0 errors, 2 warnings, 0 checks, 46 lines checked

Thanks for checking, Jakub. I sent a v2 now.

-Vladimir

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

end of thread, other threads:[~2020-06-15 16:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-13 22:07 [PATCH net] MAINTAINERS: merge entries for felix and ocelot drivers Vladimir Oltean
2020-06-14 18:45 ` Horatiu Vultur
2020-06-15 16:37 ` Jakub Kicinski
2020-06-15 16:43   ` Vladimir Oltean

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