devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mateusz Holenko <mholenko@antmicro.com>
To: Gabriel Somlo <gsomlo@gmail.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	devicetree <devicetree@vger.kernel.org>,
	ulf.hansson@linaro.org, linux-mmc@vger.kernel.org,
	Karol Gugala <kgugala@antmicro.com>,
	Kamil Rakoczy <krakoczy@antmicro.com>,
	mdudek@internships.antmicro.com, paulus@ozlabs.org,
	Joel Stanley <joel@jms.id.au>, Stafford Horne <shorne@gmail.com>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	david.abdurachmanov@sifive.com,
	Florent Kermarrec <florent@enjoy-digital.fr>,
	Randy Dunlap <rdunlap@infradead.org>
Subject: Re: [PATCH v4 1/3] MAINTAINERS: co-maintain LiteX platform
Date: Wed, 15 Dec 2021 12:04:07 +0100	[thread overview]
Message-ID: <CAPk366RvYSdn8Y2Vy-qDh3wVsBqZgvJk+fZArze8u0s9oob5_A@mail.gmail.com> (raw)
In-Reply-To: <20211210145430.3707463-2-gsomlo@gmail.com>

On Fri, Dec 10, 2021 at 3:54 PM Gabriel Somlo <gsomlo@gmail.com> wrote:
>
> Add the litex_mmc (LiteSDCard) and LiteETH drivers to the list of files
> maintained under LiteX.
>
> Add Gabriel Somlo and Joel Stanley as maintainers; Joel authored
> the LiteETH driver, and Gabriel is currently curating the LiteX
> out-of-tree device drivers as they are tested and prepared for
> upstream submission, having also co-authored a number of them.
>
> Cc: Karol Gugala <kgugala@antmicro.com>
> Cc: Mateusz Holenko <mholenko@antmicro.com>
> Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>
> Acked-by: Joel Stanley <joel@jms.id.au>

Acked-by: Mateusz Holenko <mholenko@antmicro.com>

> ---
>
> New in v4:
>   - n/a
>
> > New in v3:
> >   - picked up acked-by Joel
> >   - added listing for liteeth driver
> >   - added Joel as additional co-maintainer (thanks!)
>
>  MAINTAINERS | 9 +++++++--
>  1 file changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8691c531e297..7f59779bb5eb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11011,12 +11011,17 @@ F:    lib/list-test.c
>  LITEX PLATFORM
>  M:     Karol Gugala <kgugala@antmicro.com>
>  M:     Mateusz Holenko <mholenko@antmicro.com>
> +M:     Gabriel Somlo <gsomlo@gmail.com>
> +M:     Joel Stanley <joel@jms.id.au>
>  S:     Maintained
>  F:     Documentation/devicetree/bindings/*/litex,*.yaml
>  F:     arch/openrisc/boot/dts/or1klitex.dts
> -F:     drivers/soc/litex/litex_soc_ctrl.c
> -F:     drivers/tty/serial/liteuart.c
>  F:     include/linux/litex.h
> +F:     drivers/tty/serial/liteuart.c
> +F:     drivers/soc/litex/*
> +F:     drivers/net/ethernet/litex/*
> +F:     drivers/mmc/host/litex_mmc.c
> +N:     litex
>
>  LIVE PATCHING
>  M:     Josh Poimboeuf <jpoimboe@redhat.com>
> --
> 2.31.1
>


-- 
Mateusz Holenko
Antmicro Ltd | www.antmicro.com
Roosevelta 22, 60-829 Poznan, Poland

  reply	other threads:[~2021-12-15 11:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-10 14:54 [PATCH v4 0/3] mmc: Add LiteSDCard mmc driver Gabriel Somlo
2021-12-10 14:54 ` [PATCH v4 1/3] MAINTAINERS: co-maintain LiteX platform Gabriel Somlo
2021-12-15 11:04   ` Mateusz Holenko [this message]
2021-12-10 14:54 ` [PATCH v4 2/3] dt-bindings: mmc: Add bindings for LiteSDCard Gabriel Somlo
2021-12-14 17:17   ` Rob Herring
2021-12-15  3:41   ` Joel Stanley
2021-12-10 14:54 ` [PATCH v4 3/3] mmc: Add driver for LiteX's LiteSDCard interface Gabriel Somlo
2021-12-12 16:20   ` Gabriel L. Somlo
2021-12-15  2:37     ` Joel Stanley

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=CAPk366RvYSdn8Y2Vy-qDh3wVsBqZgvJk+fZArze8u0s9oob5_A@mail.gmail.com \
    --to=mholenko@antmicro.com \
    --cc=david.abdurachmanov@sifive.com \
    --cc=devicetree@vger.kernel.org \
    --cc=florent@enjoy-digital.fr \
    --cc=geert@linux-m68k.org \
    --cc=gsomlo@gmail.com \
    --cc=joel@jms.id.au \
    --cc=kgugala@antmicro.com \
    --cc=krakoczy@antmicro.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=mdudek@internships.antmicro.com \
    --cc=paulus@ozlabs.org \
    --cc=rdunlap@infradead.org \
    --cc=robh+dt@kernel.org \
    --cc=shorne@gmail.com \
    --cc=ulf.hansson@linaro.org \
    /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).