Message ID | 20241028-00-k1-maintainer-v2-1-272c9834220d@gentoo.org (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | [v2] MAINTAINERS: setup support for SpacemiT SoC tree | expand |
HI On 07:04 Mon 28 Oct , Yixun Lan wrote: > Add myself as maintainer of SpacemiT's SoC tree, which > suggested by Conor [1]. > > Link: https://lore.kernel.org/all/20241018234615-GYA2124001@gentoo/ [1] > Signed-off-by: Yixun Lan <dlan@gentoo.org> > --- > This will setup proper maintainer info about Spacemit's kernel tree, > which should help to take soc and device tree patches, and send the > pull request up to Arnd's soc tree. > > I asked Kevin to host the kernel tree under SpacemiT's account > on github, which should help people to get access more easily, > and promote the tree a little bit. > > I could take this patch through this spacemit's soc tree if no objection, > of cource, after got ACK. > --- > Changes in v2: > - drop RISC-V exclude dts > - add mailinglist info > - Link to v1: https://lore.kernel.org/r/20241023-00-k1-maintainer-v1-1-c06b791cc2ee@gentoo.org > --- > MAINTAINERS | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index e9659a5a7fb3347d649855992a559e3526d18443..88fe4ca801537eff7eb5001406a611ef80632b5d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -19814,6 +19814,15 @@ F: arch/riscv/boot/dts/thead/ > F: drivers/clk/thead/clk-th1520-ap.c > F: include/dt-bindings/clock/thead,th1520-clk-ap.h > > +RISC-V SPACEMIT SoC Support > +M: Yixun Lan <dlan@gentoo.org> > +L: linux-riscv@lists.infradead.org > +S: Maintained > +T: git https://github.com/spacemit-com/linux > +F: arch/riscv/boot/dts/spacemit/ > +N: spacemit > +K: spacemit > + strictly, I should put these before THEAD section, to keep it sorted I will fix this while applying the patch if no other comments received.. > RNBD BLOCK DRIVERS > M: Md. Haris Iqbal <haris.iqbal@ionos.com> > M: Jack Wang <jinpu.wang@ionos.com> > > --- > base-commit: 42f7652d3eb527d03665b09edac47f85fb600924 > change-id: 20241023-00-k1-maintainer-46eb3f31e6f2 > > Best regards, > -- > Yixun Lan <dlan@gentoo.org>
diff --git a/MAINTAINERS b/MAINTAINERS index e9659a5a7fb3347d649855992a559e3526d18443..88fe4ca801537eff7eb5001406a611ef80632b5d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19814,6 +19814,15 @@ F: arch/riscv/boot/dts/thead/ F: drivers/clk/thead/clk-th1520-ap.c F: include/dt-bindings/clock/thead,th1520-clk-ap.h +RISC-V SPACEMIT SoC Support +M: Yixun Lan <dlan@gentoo.org> +L: linux-riscv@lists.infradead.org +S: Maintained +T: git https://github.com/spacemit-com/linux +F: arch/riscv/boot/dts/spacemit/ +N: spacemit +K: spacemit + RNBD BLOCK DRIVERS M: Md. Haris Iqbal <haris.iqbal@ionos.com> M: Jack Wang <jinpu.wang@ionos.com>
Add myself as maintainer of SpacemiT's SoC tree, which suggested by Conor [1]. Link: https://lore.kernel.org/all/20241018234615-GYA2124001@gentoo/ [1] Signed-off-by: Yixun Lan <dlan@gentoo.org> --- This will setup proper maintainer info about Spacemit's kernel tree, which should help to take soc and device tree patches, and send the pull request up to Arnd's soc tree. I asked Kevin to host the kernel tree under SpacemiT's account on github, which should help people to get access more easily, and promote the tree a little bit. I could take this patch through this spacemit's soc tree if no objection, of cource, after got ACK. --- Changes in v2: - drop RISC-V exclude dts - add mailinglist info - Link to v1: https://lore.kernel.org/r/20241023-00-k1-maintainer-v1-1-c06b791cc2ee@gentoo.org --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) --- base-commit: 42f7652d3eb527d03665b09edac47f85fb600924 change-id: 20241023-00-k1-maintainer-46eb3f31e6f2 Best regards,