Linux ATA/IDE development
 help / color / mirror / Atom feed
From: "Niklas Söderlund" <niklas.soderlund+renesas@ragnatech.se>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Paul Barker <paul.barker.ct@bp.renesas.com>,
	Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>,
	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	James Bottomley <James.Bottomley@hansenpartnership.com>,
	Arnd Bergmann <arnd@arndb.de>,
	Sergei Shtylyov <sergei.shtylyov@gmail.com>,
	linux-renesas-soc@vger.kernel.org, netdev@vger.kernel.org,
	linux-ide@vger.kernel.org, linux-sh@vger.kernel.org,
	linux-kernel@vger.kernel.org, Simon Horman <horms@kernel.org>,
	Niklas Cassel <cassel@kernel.org>
Subject: Re: [PATCH/RFC v2] MAINTAINERS: Re-add cancelled Renesas driver sections
Date: Mon, 4 Nov 2024 14:52:33 +0100	[thread overview]
Message-ID: <20241104135232.GB1412590@ragnatech.se> (raw)
In-Reply-To: <CAMuHMdW49dFp=-HDC4w8peQA+8phbJOsJZLE1OJtJ6tpTmAuLA@mail.gmail.com>

Hi Geert,

On 2024-11-04 14:33:59 +0100, Geert Uytterhoeven wrote:
> Hi Niklas,
> 
> On Mon, Nov 4, 2024 at 12:40 PM Niklas Söderlund
> <niklas.soderlund+renesas@ragnatech.se> wrote:
> > On 2024-11-04 12:05:07 +0100, Geert Uytterhoeven wrote:
> > > Removing full driver sections also removed mailing list entries, causing
> > > submitters of future patches to forget CCing these mailing lists.
> > >
> > > Hence re-add the sections for the Renesas Ethernet AVB, R-Car SATA, and
> > > SuperH Ethernet drivers.  Add people who volunteered to maintain these
> > > drivers (thanks a lot!).
> > >
> > > Fixes: 6e90b675cf942e50 ("MAINTAINERS: Remove some entries due to various compliance requirements.")
> > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > > Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > > Reviewed-by: Simon Horman <horms@kernel.org>
> > > Acked-by: Niklas Cassel <cassel@kernel.org>
> > > ---
> > > To be applied to renesas-fixes for v6.12 after v6.12-rc7, unless a
> > > better solution is found.
> > >
> > > v2:
> > >   - Add Acked-by, Reviewed-by,
> > >   - Add M:-entries.
> > > ---
> > >  MAINTAINERS | 28 ++++++++++++++++++++++++++++
> > >  1 file changed, 28 insertions(+)
> > >
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 13f4c23281f89332..b04d678240e80ec9 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -19578,6 +19578,16 @@ S:   Supported
> > >  F:   Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml
> > >  F:   drivers/i2c/busses/i2c-emev2.c
> > >
> > > +RENESAS ETHERNET AVB DRIVER
> > > +M:   Paul Barker <paul.barker.ct@bp.renesas.com>
> > > +M:   Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> >
> > I'm happy to look after the RAVB driver together with Paul. However
> > please don't add my +renesas tag email for new entries in the
> > MAINTAINERS file.
> >
> > With this fixed for RAVB and SUPERH ETHERNET,
> >
> > Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> 
> Thank you, I will make that change.
> Are you OK with marking both entries "S: Supported"?

Sure, no problem.

> 
> Gr{oetje,eeting}s,
> 
>                         Geert
> 
> -- 
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
>                                 -- Linus Torvalds

-- 
Kind Regards,
Niklas Söderlund

  reply	other threads:[~2024-11-04 13:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-04 11:05 [PATCH/RFC v2] MAINTAINERS: Re-add cancelled Renesas driver sections Geert Uytterhoeven
2024-11-04 11:40 ` Niklas Söderlund
2024-11-04 13:33   ` Geert Uytterhoeven
2024-11-04 13:52     ` Niklas Söderlund [this message]
2024-11-04 11:53 ` Paul Barker
2024-11-04 19:29 ` Sergey Shtylyov
2024-11-04 19:59   ` Paul Barker

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=20241104135232.GB1412590@ragnatech.se \
    --to=niklas.soderlund+renesas@ragnatech.se \
    --cc=James.Bottomley@hansenpartnership.com \
    --cc=arnd@arndb.de \
    --cc=cassel@kernel.org \
    --cc=claudiu.beznea.uj@bp.renesas.com \
    --cc=geert@linux-m68k.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=horms@kernel.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=paul.barker.ct@bp.renesas.com \
    --cc=sergei.shtylyov@gmail.com \
    --cc=yoshihiro.shimoda.uh@renesas.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