Message ID | 20230510204456.57202-5-frank.li@vivo.com (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | [v2,1/5] riscv: Add the T-HEAD SoC family Kconfig option | expand |
Context | Check | Description |
---|---|---|
conchuod/cover_letter | warning | Series does not have a cover letter |
conchuod/tree_selection | success | Guessed tree name to be for-next at HEAD ac9a78681b92 |
conchuod/fixes_present | success | Fixes tag not required for -next series |
conchuod/maintainers_pattern | success | MAINTAINERS pattern errors before the patch: 6 and now 6 |
conchuod/verify_signedoff | success | Signed-off-by tag matches author and committer |
conchuod/kdoc | success | Errors and warnings before: 0 this patch: 0 |
conchuod/build_rv64_clang_allmodconfig | success | Errors and warnings before: 8 this patch: 8 |
conchuod/module_param | success | Was 0 now: 0 |
conchuod/build_rv64_gcc_allmodconfig | success | Errors and warnings before: 8 this patch: 8 |
conchuod/build_rv32_defconfig | success | Build OK |
conchuod/dtb_warn_rv64 | success | Errors and warnings before: 25 this patch: 25 |
conchuod/header_inline | success | No static functions without inline keyword in header files |
conchuod/checkpatch | warning | WARNING: 'thead' may be misspelled - perhaps 'thread'? |
conchuod/build_rv64_nommu_k210_defconfig | success | Build OK |
conchuod/verify_fixes | success | No Fixes tag |
conchuod/build_rv64_nommu_virt_defconfig | success | Build OK |
On Thu, May 11, 2023 at 04:44:56AM +0800, Yangtao Li wrote: > From: Jisheng Zhang <jszhang@kernel.org> > > Jisheng: > I would like to temporarily maintain the T-HEAD RISC-V SoC support. > > Yangtao: > Wei and me would like to help support and maintain too. Great, nice to have you :) I need to point out however, that much of the feedback given to the v1 of this series has yet to be acted on. This thread on the lore archive should contain the detail: https://lore.kernel.org/all/20230507182304.2934-1-jszhang@kernel.org/ Thanks, Conor.
Hi Yangtao: On 04:44 Thu 11 May , Yangtao Li wrote: > From: Jisheng Zhang <jszhang@kernel.org> > > Jisheng: > I would like to temporarily maintain the T-HEAD RISC-V SoC support. > > Yangtao: > Wei and me would like to help support and maintain too. > > Cc: Icenowy Zheng <uwu@icenowy.me> > Cc: Wei Fu <wefu@redhat.com> > Signed-off-by: Jisheng Zhang <jszhang@kernel.org> > Signed-off-by: Yangtao Li <frank.li@vivo.com> > --- > v2: > -add Yangtao and Wei > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7e0b87d5aa2e..592769efd1d1 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -18155,6 +18155,14 @@ 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 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/ > + > RNBD BLOCK DRIVERS > M: Md. Haris Iqbal <haris.iqbal@ionos.com> > M: Jack Wang <jinpu.wang@ionos.com> > -- > 2.34.1 > Don't get yourself wrong, no objection personally.. But as I saw, none of contributors has affinity with T-Head, so no idea how this will work well.. always better to take over maintainership after show enough commitment.. Anyway, raise your comments, and I'd more than happy to be proved I'm wrong
On 11 May 2023 01:54:19 IST, Yixun Lan <dlan@gentoo.org> wrote: >Hi Yangtao: > >On 04:44 Thu 11 May , Yangtao Li wrote: >> From: Jisheng Zhang <jszhang@kernel.org> >> >> Jisheng: >> I would like to temporarily maintain the T-HEAD RISC-V SoC support. >> >> Yangtao: >> Wei and me would like to help support and maintain too. >> >> Cc: Icenowy Zheng <uwu@icenowy.me> >> Cc: Wei Fu <wefu@redhat.com> >> Signed-off-by: Jisheng Zhang <jszhang@kernel.org> >> Signed-off-by: Yangtao Li <frank.li@vivo.com> >> --- >> v2: >> -add Yangtao and Wei >> MAINTAINERS | 8 ++++++++ >> 1 file changed, 8 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 7e0b87d5aa2e..592769efd1d1 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -18155,6 +18155,14 @@ 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 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/ >> + >> RNBD BLOCK DRIVERS >> M: Md. Haris Iqbal <haris.iqbal@ionos.com> >> M: Jack Wang <jinpu.wang@ionos.com> >> -- >> 2.34.1 >> > >Don't get yourself wrong, no objection personally.. > >But as I saw, none of contributors has affinity with T-Head, so no idea how this will >work well.. always better to take over maintainership after show enough commitment.. > >Anyway, raise your comments, and I'd more than happy to be proved I'm wrong > They're more than welcome to be the maintainers IMO. Being the vendor is no guarantee of commitment either! Guo Ren, who does work for T-Head, was the one who suggested that Wei Fu would be a good person to add here. If they don't end up maintaining it, it'll fall back to me anyway & I'd prefer to give people a chance. Thanks, Conor.
diff --git a/MAINTAINERS b/MAINTAINERS index 7e0b87d5aa2e..592769efd1d1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18155,6 +18155,14 @@ 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 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/ + RNBD BLOCK DRIVERS M: Md. Haris Iqbal <haris.iqbal@ionos.com> M: Jack Wang <jinpu.wang@ionos.com>