Message ID | 20230518184541.2627-9-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 |
Context | Check | Description |
---|---|---|
conchuod/tree_selection | fail | Failed to apply to next/pending-fixes, riscv/for-next or riscv/master |
On Fri, May 19, 2023 at 02:45:40AM +0800, Jisheng Zhang wrote: > Currently, I would like to maintain the T-HEAD RISC-V SoC support. > > Signed-off-by: Jisheng Zhang <jszhang@kernel.org> Acked-by: Conor Dooley <conor.dooley@microchip.com> Thanks, Conor. > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index e0ad886d3163..6df20c65798a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -18162,6 +18162,12 @@ F: drivers/perf/riscv_pmu.c > F: drivers/perf/riscv_pmu_legacy.c > F: drivers/perf/riscv_pmu_sbi.c > > +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 >
diff --git a/MAINTAINERS b/MAINTAINERS index e0ad886d3163..6df20c65798a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18162,6 +18162,12 @@ F: drivers/perf/riscv_pmu.c F: drivers/perf/riscv_pmu_legacy.c F: drivers/perf/riscv_pmu_sbi.c +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>
Currently, I would like to maintain the T-HEAD RISC-V SoC support. Signed-off-by: Jisheng Zhang <jszhang@kernel.org> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+)