Message ID | 20230507182304.2934-6-jszhang@kernel.org (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Conor Dooley |
Headers | show |
Series | Add Sipeed Lichee Pi 4A RISC-V board support | expand |
Hey Jisheng, On Mon, May 08, 2023 at 02:23:04AM +0800, Jisheng Zhang wrote: > I would like to temporarily maintain the T-HEAD RISC-V SoC support. What does "temporarily" mean? > > Signed-off-by: Jisheng Zhang <jszhang@kernel.org> > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7e0b87d5aa2e..e1e51accec4f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -18155,6 +18155,12 @@ 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 Miniscule nit, "T-HEAD"? Cheers, Conor. > +M: Jisheng Zhang <jszhang@kernel.org> > +L: linux-riscv@lists.infradead.org > +S: Maintained > +F: arch/riscv/boot/dts/thead/ > + > RNBD BLOCK DRIVERS > M: Md. Haris Iqbal <haris.iqbal@ionos.com> > M: Jack Wang <jinpu.wang@ionos.com> > -- > 2.40.0 >
On Mon, May 8, 2023 at 2:34 AM Jisheng Zhang <jszhang@kernel.org> wrote: > > I would like to temporarily maintain the T-HEAD RISC-V SoC support. Wei Fu is working on TH1520, and maybe you could have a discussion with him? Thx. F.Y.I Wei Fu <wefu@redhat.com> > > Signed-off-by: Jisheng Zhang <jszhang@kernel.org> > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7e0b87d5aa2e..e1e51accec4f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -18155,6 +18155,12 @@ 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 > +M: Jisheng Zhang <jszhang@kernel.org> > +L: linux-riscv@lists.infradead.org > +S: Maintained > +F: arch/riscv/boot/dts/thead/ > + > RNBD BLOCK DRIVERS > M: Md. Haris Iqbal <haris.iqbal@ionos.com> > M: Jack Wang <jinpu.wang@ionos.com> > -- > 2.40.0 >
On Sun, May 07, 2023 at 10:21:26PM +0100, Conor Dooley wrote: > Hey Jisheng, Hi Conor, > > On Mon, May 08, 2023 at 02:23:04AM +0800, Jisheng Zhang wrote: > > I would like to temporarily maintain the T-HEAD RISC-V SoC support. > > What does "temporarily" mean? I got a Lichee Pi 4A board, and want to mainline its support. Sending the new dts patches needs to touch MAINTAINERS entry, so I added it. But I expected an experienced people from T-HEAD, with many kernel contribuitions in the past, will take the maintainership finally, for example, Ren Guo. He knew this SoC better than me.
On Tue, May 09, 2023 at 12:17:52AM +0800, Jisheng Zhang wrote: > On Sun, May 07, 2023 at 10:21:26PM +0100, Conor Dooley wrote: > > Hey Jisheng, > > Hi Conor, > > > > > On Mon, May 08, 2023 at 02:23:04AM +0800, Jisheng Zhang wrote: > > > I would like to temporarily maintain the T-HEAD RISC-V SoC support. > > > > What does "temporarily" mean? > > I got a Lichee Pi 4A board, and want to mainline its support. Sending > the new dts patches needs to touch MAINTAINERS entry, so I added it. > But I expected an experienced people from T-HEAD, with many > kernel contribuitions in the past, will take the maintainership > finally, for example, Ren Guo. He knew this SoC better than me. I see. I don't mind applying the patches for the platform for now, it's not too much more on top of the other vendors that I am doing as things are still low enough volume, as long as someone is willing to review them as they come in. Cheers, Conor.
diff --git a/MAINTAINERS b/MAINTAINERS index 7e0b87d5aa2e..e1e51accec4f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18155,6 +18155,12 @@ 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 +M: Jisheng Zhang <jszhang@kernel.org> +L: linux-riscv@lists.infradead.org +S: Maintained +F: arch/riscv/boot/dts/thead/ + RNBD BLOCK DRIVERS M: Md. Haris Iqbal <haris.iqbal@ionos.com> M: Jack Wang <jinpu.wang@ionos.com>
I would like to temporarily maintain the T-HEAD RISC-V SoC support. Signed-off-by: Jisheng Zhang <jszhang@kernel.org> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+)