From: gaohan@iscas.ac.cn
To: Paul Walmsley <pjw@kernel.org>,
Palmer Dabbelt <palmer@dabbelt.com>,
Albert Ou <aou@eecs.berkeley.edu>,
Alexandre Ghiti <alex@ghiti.fr>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>, Chen-Yu Tsai <wens@csie.org>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>,
Han Gao <gaohan@iscas.ac.cn>, Yixun Lan <dlan@gentoo.org>,
Drew Fustini <fustini@kernel.org>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Guodong Xu <guodong@riscstar.com>, Haylen Chu <heylenay@4d2.org>,
Joel Stanley <joel@jms.id.au>
Cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-sunxi@lists.linux.dev, Han Gao <rabenda.cn@gmail.com>
Subject: [PATCH 0/3] riscv: soc: re-organized allwinner
Date: Sat, 8 Nov 2025 16:20:22 +0800 [thread overview]
Message-ID: <cover.1762588494.git.gaohan@iscas.ac.cn> (raw)
From: Han Gao <gaohan@iscas.ac.cn>
Allwinner currently offers d1(s)/v821/v861/v881 on RISC-V,
using different IPs.
d1(s): Xuantie C906
v821: Andes A27 + XuanTie E907
v861/v881: XuanTie C907
Han Gao (3):
riscv: soc: re-organized allwinner menu
riscv: soc: allwinner: d1: use the ARCH_SUNXI_XUANTIE
riscv: defconfig: enable SUNXI_XUANTIE and SUNXI_ANDES
arch/riscv/Kconfig.socs | 22 +++++++++++++++++-----
arch/riscv/boot/dts/allwinner/Makefile | 20 ++++++++++----------
arch/riscv/configs/defconfig | 2 ++
3 files changed, 29 insertions(+), 15 deletions(-)
--
2.47.3
WARNING: multiple messages have this Message-ID (diff)
From: gaohan@iscas.ac.cn
To: Paul Walmsley <pjw@kernel.org>,
Palmer Dabbelt <palmer@dabbelt.com>,
Albert Ou <aou@eecs.berkeley.edu>,
Alexandre Ghiti <alex@ghiti.fr>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>, Chen-Yu Tsai <wens@csie.org>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>,
Han Gao <gaohan@iscas.ac.cn>, Yixun Lan <dlan@gentoo.org>,
Drew Fustini <fustini@kernel.org>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Guodong Xu <guodong@riscstar.com>, Haylen Chu <heylenay@4d2.org>,
Joel Stanley <joel@jms.id.au>
Cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-sunxi@lists.linux.dev, Han Gao <rabenda.cn@gmail.com>
Subject: [PATCH 0/3] riscv: soc: re-organized allwinner
Date: Sat, 8 Nov 2025 16:20:22 +0800 [thread overview]
Message-ID: <cover.1762588494.git.gaohan@iscas.ac.cn> (raw)
From: Han Gao <gaohan@iscas.ac.cn>
Allwinner currently offers d1(s)/v821/v861/v881 on RISC-V,
using different IPs.
d1(s): Xuantie C906
v821: Andes A27 + XuanTie E907
v861/v881: XuanTie C907
Han Gao (3):
riscv: soc: re-organized allwinner menu
riscv: soc: allwinner: d1: use the ARCH_SUNXI_XUANTIE
riscv: defconfig: enable SUNXI_XUANTIE and SUNXI_ANDES
arch/riscv/Kconfig.socs | 22 +++++++++++++++++-----
arch/riscv/boot/dts/allwinner/Makefile | 20 ++++++++++----------
arch/riscv/configs/defconfig | 2 ++
3 files changed, 29 insertions(+), 15 deletions(-)
--
2.47.3
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next reply other threads:[~2025-11-08 8:21 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-08 8:20 gaohan [this message]
2025-11-08 8:20 ` [PATCH 0/3] riscv: soc: re-organized allwinner gaohan
2025-11-08 8:20 ` [PATCH 1/3] riscv: soc: re-organized allwinner menu gaohan
2025-11-08 8:20 ` gaohan
2025-11-08 11:29 ` Krzysztof Kozlowski
2025-11-08 11:29 ` Krzysztof Kozlowski
2025-11-08 13:59 ` revy
2025-11-08 13:59 ` revy
2025-11-08 14:47 ` Krzysztof Kozlowski
2025-11-08 14:47 ` Krzysztof Kozlowski
2025-11-08 14:48 ` Krzysztof Kozlowski
2025-11-08 14:48 ` Krzysztof Kozlowski
2025-11-08 16:23 ` Conor Dooley
2025-11-08 16:23 ` Conor Dooley
2025-11-08 16:32 ` Han Gao
2025-11-08 16:32 ` Han Gao
2025-11-08 8:20 ` [PATCH 2/3] riscv: soc: allwinner: d1: use the ARCH_SUNXI_XUANTIE gaohan
2025-11-08 8:20 ` gaohan
2025-11-08 8:20 ` [PATCH 3/3] riscv: defconfig: enable SUNXI_XUANTIE and SUNXI_ANDES gaohan
2025-11-08 8:20 ` gaohan
2025-11-08 11:29 ` Krzysztof Kozlowski
2025-11-08 11:29 ` Krzysztof Kozlowski
2025-11-10 9:03 ` Geert Uytterhoeven
2025-11-10 9:03 ` Geert Uytterhoeven
2025-11-08 9:46 ` [PATCH 0/3] riscv: soc: re-organized allwinner Jernej Škrabec
2025-11-08 9:46 ` Jernej Škrabec
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1762588494.git.gaohan@iscas.ac.cn \
--to=gaohan@iscas.ac.cn \
--cc=alex@ghiti.fr \
--cc=aou@eecs.berkeley.edu \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dlan@gentoo.org \
--cc=fustini@kernel.org \
--cc=geert+renesas@glider.be \
--cc=guodong@riscstar.com \
--cc=heylenay@4d2.org \
--cc=jernej.skrabec@gmail.com \
--cc=joel@jms.id.au \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=linux-sunxi@lists.linux.dev \
--cc=palmer@dabbelt.com \
--cc=pjw@kernel.org \
--cc=rabenda.cn@gmail.com \
--cc=robh@kernel.org \
--cc=samuel@sholland.org \
--cc=wens@csie.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.