linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Horatiu Vultur <horatiu.vultur@microchip.com>
To: Vladimir Oltean <olteanv@gmail.com>
Cc: <davem@davemloft.net>, <netdev@vger.kernel.org>,
	<UNGLinuxDriver@microchip.com>, <claudiu.manoil@nxp.com>,
	<alexandre.belloni@bootlin.com>, <andrew@lunn.ch>,
	<vivien.didelot@gmail.com>, <f.fainelli@gmail.com>,
	<kuba@kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH net] MAINTAINERS: merge entries for felix and ocelot drivers
Date: Sun, 14 Jun 2020 20:45:47 +0200	[thread overview]
Message-ID: <20200614184547.ibnuhypftcix5evq@soft-dev3.localdomain> (raw)
In-Reply-To: <20200613220753.948166-1-olteanv@gmail.com>

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

  reply	other threads:[~2020-06-14 18:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-13 22:07 [PATCH net] MAINTAINERS: merge entries for felix and ocelot drivers Vladimir Oltean
2020-06-14 18:45 ` Horatiu Vultur [this message]
2020-06-15 16:37 ` Jakub Kicinski
2020-06-15 16:43   ` Vladimir Oltean

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200614184547.ibnuhypftcix5evq@soft-dev3.localdomain \
    --to=horatiu.vultur@microchip.com \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=andrew@lunn.ch \
    --cc=claudiu.manoil@nxp.com \
    --cc=davem@davemloft.net \
    --cc=f.fainelli@gmail.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=vivien.didelot@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).