From: Conor Dooley <conor@kernel.org>
To: Yangtao Li <frank.li@vivo.com>
Cc: mturquette@baylibre.com, sboyd@kernel.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org,
Icenowy Zheng <uwu@icenowy.me>, Wei Fu <wefu@redhat.com>,
Jisheng Zhang <jszhang@kernel.org>
Subject: Re: [PATCH 3/3] MAINTAINERS: update entry for T-HEAD RISC-V SoC
Date: Mon, 15 May 2023 18:15:26 +0100 [thread overview]
Message-ID: <20230515-skimpily-pluck-0a1f71e36020@spud> (raw)
In-Reply-To: <20230515054402.27633-4-frank.li@vivo.com>
[-- Attachment #1: Type: text/plain, Size: 1321 bytes --]
On Mon, May 15, 2023 at 01:44:01PM +0800, Yangtao Li wrote:
> Wei and me would like to help support and maintain too.
>
> Cc: Icenowy Zheng <uwu@icenowy.me>
> Cc: Wei Fu <wefu@redhat.com>
> Cc: Jisheng Zhang <jszhang@kernel.org>
> Signed-off-by: Yangtao Li <frank.li@vivo.com>
> ---
> MAINTAINERS | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e1e51accec4f..dc35c654f78e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18155,11 +18155,15 @@ T: git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
> F: Documentation/devicetree/bindings/riscv/
> F: arch/riscv/boot/dts/
>
> -RISC-V THEAD SoC SUPPORT
> +RISC-V T-HEAD SOC SUPPORT
> M: Jisheng Zhang <jszhang@kernel.org>
> +M: Wei Fu <wefu@redhat.com>
> +M: Yangtao Li <frank.li@vivo.com>
> L: linux-riscv@lists.infradead.org
> S: Maintained
> F: arch/riscv/boot/dts/thead/
> +F: drivers/clk/clk-th1520.c
Please tell me you actually communicated with Jisheng this time about
maintainership of stuff, since you're signing them up to maintain the
dt-bindings and the clock driver!
Thanks,
Conor.
> +F: include/dt-bindings/clock/th1520-clock.h
>
> RNBD BLOCK DRIVERS
> M: Md. Haris Iqbal <haris.iqbal@ionos.com>
> --
> 2.39.0
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Conor Dooley <conor@kernel.org>
To: Yangtao Li <frank.li@vivo.com>
Cc: devicetree@vger.kernel.org, conor+dt@kernel.org,
Jisheng Zhang <jszhang@kernel.org>,
sboyd@kernel.org, mturquette@baylibre.com,
linux-kernel@vger.kernel.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org,
linux-riscv@lists.infradead.org, linux-clk@vger.kernel.org,
Wei Fu <wefu@redhat.com>
Subject: Re: [PATCH 3/3] MAINTAINERS: update entry for T-HEAD RISC-V SoC
Date: Mon, 15 May 2023 18:15:26 +0100 [thread overview]
Message-ID: <20230515-skimpily-pluck-0a1f71e36020@spud> (raw)
In-Reply-To: <20230515054402.27633-4-frank.li@vivo.com>
[-- Attachment #1.1: Type: text/plain, Size: 1321 bytes --]
On Mon, May 15, 2023 at 01:44:01PM +0800, Yangtao Li wrote:
> Wei and me would like to help support and maintain too.
>
> Cc: Icenowy Zheng <uwu@icenowy.me>
> Cc: Wei Fu <wefu@redhat.com>
> Cc: Jisheng Zhang <jszhang@kernel.org>
> Signed-off-by: Yangtao Li <frank.li@vivo.com>
> ---
> MAINTAINERS | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e1e51accec4f..dc35c654f78e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18155,11 +18155,15 @@ T: git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
> F: Documentation/devicetree/bindings/riscv/
> F: arch/riscv/boot/dts/
>
> -RISC-V THEAD SoC SUPPORT
> +RISC-V T-HEAD SOC SUPPORT
> M: Jisheng Zhang <jszhang@kernel.org>
> +M: Wei Fu <wefu@redhat.com>
> +M: Yangtao Li <frank.li@vivo.com>
> L: linux-riscv@lists.infradead.org
> S: Maintained
> F: arch/riscv/boot/dts/thead/
> +F: drivers/clk/clk-th1520.c
Please tell me you actually communicated with Jisheng this time about
maintainership of stuff, since you're signing them up to maintain the
dt-bindings and the clock driver!
Thanks,
Conor.
> +F: include/dt-bindings/clock/th1520-clock.h
>
> RNBD BLOCK DRIVERS
> M: Md. Haris Iqbal <haris.iqbal@ionos.com>
> --
> 2.39.0
>
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
[-- Attachment #2: Type: text/plain, Size: 161 bytes --]
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next prev parent reply other threads:[~2023-05-15 17:17 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-15 5:43 [PATCH 0/3] Add T-HEAD th1520 soc clock support Yangtao Li
2023-05-15 5:43 ` Yangtao Li
2023-05-15 5:43 ` [PATCH 1/3] dt-bindings: clock: Add thead th1520 clock Yangtao Li
2023-05-15 5:43 ` Yangtao Li
2023-05-15 6:22 ` Krzysztof Kozlowski
2023-05-15 6:22 ` Krzysztof Kozlowski
2023-05-15 6:26 ` Krzysztof Kozlowski
2023-05-15 6:26 ` Krzysztof Kozlowski
2023-05-15 5:44 ` [PATCH 2/3] clk: thead: add support for the T-HEAD TH1520 CCU Yangtao Li
2023-05-15 5:44 ` Yangtao Li
2023-05-15 6:27 ` Krzysztof Kozlowski
2023-05-15 6:27 ` Krzysztof Kozlowski
2023-06-13 1:35 ` Stephen Boyd
2023-06-13 1:35 ` Stephen Boyd
2023-08-27 10:37 ` Jisheng Zhang
2023-08-27 10:37 ` Jisheng Zhang
2023-09-03 22:37 ` Drew Fustini
2023-09-03 22:37 ` Drew Fustini
2023-05-15 5:44 ` [PATCH 3/3] MAINTAINERS: update entry for T-HEAD RISC-V SoC Yangtao Li
2023-05-15 5:44 ` Yangtao Li
2023-05-15 17:15 ` Conor Dooley [this message]
2023-05-15 17:15 ` Conor Dooley
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=20230515-skimpily-pluck-0a1f71e36020@spud \
--to=conor@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=frank.li@vivo.com \
--cc=jszhang@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=mturquette@baylibre.com \
--cc=robh+dt@kernel.org \
--cc=sboyd@kernel.org \
--cc=uwu@icenowy.me \
--cc=wefu@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.