Message ID | 20230515054402.27633-4-frank.li@vivo.com |
---|---|
State | New |
Headers | show |
Series | [1/3] dt-bindings: clock: Add thead th1520 clock | expand |
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 >
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 +F: include/dt-bindings/clock/th1520-clock.h RNBD BLOCK DRIVERS M: Md. Haris Iqbal <haris.iqbal@ionos.com>
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(-)