Message ID | 20221125234656.47306-2-samuel@sholland.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | riscv: Allwinner D1/D1s platform support | expand |
On Sat, Nov 26, 2022 at 7:47 AM Samuel Holland <samuel@sholland.org> wrote: > > Allwinner sunxi SoCs with a RISC-V CPU use the sun20i designator. Match > that pattern in addition to the designators for 32 and 64-bit ARM SoCs. Reviewed-by: Guo Ren <guoren@kernel.org> > > Reviewed-by: Heiko Stuebner <heiko@sntech.de> > Signed-off-by: Samuel Holland <samuel@sholland.org> > --- > > (no changes since v1) > > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index cd2cbb940f11..6a79f736fe35 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1828,7 +1828,7 @@ F: drivers/pinctrl/sunxi/ > F: drivers/soc/sunxi/ > N: allwinner > N: sun[x456789]i > -N: sun50i > +N: sun[25]0i > > ARM/Amlogic Meson SoC CLOCK FRAMEWORK > M: Neil Armstrong <neil.armstrong@linaro.org> > -- > 2.37.4 >
Dne sobota, 26. november 2022 ob 00:46:45 CET je Samuel Holland napisal(a): > Allwinner sunxi SoCs with a RISC-V CPU use the sun20i designator. Match > that pattern in addition to the designators for 32 and 64-bit ARM SoCs. > > Reviewed-by: Heiko Stuebner <heiko@sntech.de> > Signed-off-by: Samuel Holland <samuel@sholland.org> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Best regards, Jernej
diff --git a/MAINTAINERS b/MAINTAINERS index cd2cbb940f11..6a79f736fe35 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1828,7 +1828,7 @@ F: drivers/pinctrl/sunxi/ F: drivers/soc/sunxi/ N: allwinner N: sun[x456789]i -N: sun50i +N: sun[25]0i ARM/Amlogic Meson SoC CLOCK FRAMEWORK M: Neil Armstrong <neil.armstrong@linaro.org>