MAINTAINERS | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-)
Update the information in the "Allwinner sunXi SoC support" block:
- include more RISC-V information
- move the block to keep it in alphabetical order
- "L" before "T" (as reported by checkpatch.pl)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
MAINTAINERS | 36 +++++++++++++++++++-----------------
1 file changed, 19 insertions(+), 17 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index b8ad844bca77..ff39d34cb4ca 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1856,23 +1856,6 @@ M: Emilio López <emilio@elopez.com.ar>
S: Maintained
F: drivers/clk/sunxi/
-ARM/Allwinner sunXi SoC support
-M: Chen-Yu Tsai <wens@csie.org>
-M: Jernej Skrabec <jernej.skrabec@gmail.com>
-M: Samuel Holland <samuel@sholland.org>
-L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-S: Maintained
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
-L: linux-sunxi@lists.linux.dev
-F: arch/arm/mach-sunxi/
-F: arch/arm64/boot/dts/allwinner/
-F: drivers/clk/sunxi-ng/
-F: drivers/pinctrl/sunxi/
-F: drivers/soc/sunxi/
-N: allwinner
-N: sun[x456789]i
-N: sun[25]0i
-
ARM/Amlogic Meson SoC CLOCK FRAMEWORK
M: Neil Armstrong <neil.armstrong@linaro.org>
M: Jerome Brunet <jbrunet@baylibre.com>
@@ -2620,6 +2603,25 @@ F: arch/arm/boot/dts/rtd*
F: arch/arm/mach-realtek/
F: arch/arm64/boot/dts/realtek/
+ARM/RISC-V/Allwinner sunXi SoC support
+M: Chen-Yu Tsai <wens@csie.org>
+M: Jernej Skrabec <jernej.skrabec@gmail.com>
+M: Samuel Holland <samuel@sholland.org>
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+L: linux-riscv@lists.infradead.org
+L: linux-sunxi@lists.linux.dev
+S: Maintained
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
+F: arch/arm/mach-sunxi/
+F: arch/arm64/boot/dts/allwinner/
+F: arch/riscv/boot/dts/allwinner/
+F: drivers/clk/sunxi-ng/
+F: drivers/pinctrl/sunxi/
+F: drivers/soc/sunxi/
+N: allwinner
+N: sun[x456789]i
+N: sun[25]0i
+
ARM/RISC-V/RENESAS ARCHITECTURE
M: Geert Uytterhoeven <geert+renesas@glider.be>
M: Magnus Damm <magnus.damm@gmail.com>
--
2.36.0.rc2.17.g4027e30c53
On Wed, Feb 08, 2023 at 09:28:41AM -0500, Trevor Woerner wrote: > Update the information in the "Allwinner sunXi SoC support" block: > - include more RISC-V information > - move the block to keep it in alphabetical order > - "L" before "T" (as reported by checkpatch.pl) > > Signed-off-by: Trevor Woerner <twoerner@gmail.com> > -ARM/Allwinner sunXi SoC support > -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > -L: linux-sunxi@lists.linux.dev > +ARM/RISC-V/Allwinner sunXi SoC support > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +L: linux-riscv@lists.infradead.org > +L: linux-sunxi@lists.linux.dev IIRC having the arm list is needed here because the arch/arm{,64} entries specifically exclude the dts subdir. RISC-V doesn't do that though, so adding the list here is mostly redundant. Not that it matters for this patch, but might be worth doing for the RISC-V entry at some point. Also Trevor, I was about to send the above but noticed that your CC list is a bit odd, changing the maintainers entry without CCing any of the maintainers listed in it! I assume you ran get_maintainer.pl & there was a regex match for riscv in it, so only got Palmer & co. I've added the sunxi folk to CC & depending on workflow they may ask you to resend this. FWIW if you lot use b4, the msg-id is: 20230208142841.19597-1-twoerner@gmail.com Cheers, Conor.
On Wed, 08 Feb 2023 06:28:41 PST (-0800), twoerner@gmail.com wrote: > Update the information in the "Allwinner sunXi SoC support" block: > - include more RISC-V information > - move the block to keep it in alphabetical order > - "L" before "T" (as reported by checkpatch.pl) > > Signed-off-by: Trevor Woerner <twoerner@gmail.com> > --- > MAINTAINERS | 36 +++++++++++++++++++----------------- > 1 file changed, 19 insertions(+), 17 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b8ad844bca77..ff39d34cb4ca 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1856,23 +1856,6 @@ M: Emilio López <emilio@elopez.com.ar> > S: Maintained > F: drivers/clk/sunxi/ > > -ARM/Allwinner sunXi SoC support > -M: Chen-Yu Tsai <wens@csie.org> > -M: Jernej Skrabec <jernej.skrabec@gmail.com> > -M: Samuel Holland <samuel@sholland.org> > -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > -S: Maintained > -T: git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git > -L: linux-sunxi@lists.linux.dev > -F: arch/arm/mach-sunxi/ > -F: arch/arm64/boot/dts/allwinner/ > -F: drivers/clk/sunxi-ng/ > -F: drivers/pinctrl/sunxi/ > -F: drivers/soc/sunxi/ > -N: allwinner > -N: sun[x456789]i > -N: sun[25]0i > - > ARM/Amlogic Meson SoC CLOCK FRAMEWORK > M: Neil Armstrong <neil.armstrong@linaro.org> > M: Jerome Brunet <jbrunet@baylibre.com> > @@ -2620,6 +2603,25 @@ F: arch/arm/boot/dts/rtd* > F: arch/arm/mach-realtek/ > F: arch/arm64/boot/dts/realtek/ > > +ARM/RISC-V/Allwinner sunXi SoC support > +M: Chen-Yu Tsai <wens@csie.org> > +M: Jernej Skrabec <jernej.skrabec@gmail.com> > +M: Samuel Holland <samuel@sholland.org> > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +L: linux-riscv@lists.infradead.org > +L: linux-sunxi@lists.linux.dev > +S: Maintained > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git > +F: arch/arm/mach-sunxi/ > +F: arch/arm64/boot/dts/allwinner/ > +F: arch/riscv/boot/dts/allwinner/ Acked-by: Palmer Dabbelt <palmer@rivosinc.com> # RISC-V Thanks! > +F: drivers/clk/sunxi-ng/ > +F: drivers/pinctrl/sunxi/ > +F: drivers/soc/sunxi/ > +N: allwinner > +N: sun[x456789]i > +N: sun[25]0i > + > ARM/RISC-V/RENESAS ARCHITECTURE > M: Geert Uytterhoeven <geert+renesas@glider.be> > M: Magnus Damm <magnus.damm@gmail.com>
© 2016 - 2025 Red Hat, Inc.