Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	Paul Walmsley <pjw@kernel.org>,
	 Palmer Dabbelt <palmer@dabbelt.com>,
	Albert Ou <aou@eecs.berkeley.edu>,
	 Alexandre Ghiti <alex@ghiti.fr>,
	Daniel Lezcano <daniel.lezcano@kernel.org>,
	 Thomas Gleixner <tglx@kernel.org>,
	 Samuel Holland <samuel.holland@sifive.com>,
	 Anup Patel <anup@brainfault.org>,
	Mark Brown <broonie@kernel.org>,
	 Andi Shyti <andi.shyti@kernel.org>,
	 Mika Westerberg <mika.westerberg@linux.intel.com>,
	 Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>,
	 Frank Li <Frank.Li@kernel.org>, Jia Wang <wangjia@ultrarisc.com>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	 Paul Walmsley <paul.walmsley@sifive.com>,
	 Palmer Dabbelt <palmer@sifive.com>,
	Conor Dooley <conor@kernel.org>,
	 linux-riscv@lists.infradead.org, linux-spi@vger.kernel.org,
	 linux-i2c@vger.kernel.org, dmaengine@vger.kernel.org,
	 Conor Dooley <conor.dooley@microchip.com>
Subject: Re: (subset) [PATCH v2 00/10] riscv: Add device tree support for UltraRISC DP1000
Date: Wed, 09 Sep 2026 18:11:02 +0530	[thread overview]
Message-ID: <178895766221.2174329.15770056766507822412.b4-ty@kernel.org> (raw)
In-Reply-To: <20260907-ultrarisc-dts-v2-0-5eb4c97477c5@ultrarisc.com>


On Mon, 07 Sep 2026 17:54:39 +0800, Jia Wang wrote:
> Add Devicetree support for the UltraRISC DP1000 RISC-V SoC and two
> DP1000-based motherboards: Shenzhen Rongda M0 and Milk-V Titan.
> 
> DP1000 integrates eight UltraRISC CP100 CPU cores.  The SoC description
> includes the CPU and cache topology, CLINT, PLIC, clock controller,
> pinctrl, GPIO, four UARTs, two SPI controllers, four I2C controllers,
> three PCIe root complexes, GMAC, and the DMA controller.
> 
> [...]

Applied, thanks!

[07/10] dt-bindings: dma: snps,dw-axi-dmac: Add UltraRISC DP1000 compatible
        commit: 09149a59a6aef7853a3750e4b303f20637cf7a8a

Best regards,
-- 
~Vinod



_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

      parent reply	other threads:[~2026-09-09 12:41 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-07  9:54 [PATCH v2 00/10] riscv: Add device tree support for UltraRISC DP1000 Jia Wang via B4 Relay
2026-09-07  9:54 ` [PATCH v2 01/10] dt-bindings: vendor-prefixes: Add shenrongda Jia Wang via B4 Relay
2026-09-07  9:54 ` [PATCH v2 02/10] dt-bindings: riscv: cpus: Add UltraRISC CP100 compatible Jia Wang via B4 Relay
2026-09-07  9:54 ` [PATCH v2 03/10] dt-bindings: riscv: Add UltraRISC DP1000 board compatibles Jia Wang via B4 Relay
2026-09-07  9:54 ` [PATCH v2 04/10] dt-bindings: timer: Add UltraRISC DP1000 CLINT Jia Wang via B4 Relay
2026-09-07  9:54 ` [PATCH v2 05/10] spi: dt-bindings: snps,dw-apb-ssi: Add compatible for UltraRISC DP1000 SoC Jia Wang via B4 Relay
2026-09-07 17:55   ` Conor Dooley
2026-09-07  9:54 ` [PATCH v2 06/10] dt-bindings: i2c: dw: " Jia Wang via B4 Relay
2026-09-07 17:54   ` Conor Dooley
2026-09-08  9:48   ` Mika Westerberg
2026-09-09 16:54   ` Andi Shyti
2026-09-07  9:54 ` [PATCH v2 07/10] dt-bindings: dma: snps,dw-axi-dmac: Add UltraRISC DP1000 compatible Jia Wang via B4 Relay
2026-09-07 17:55   ` Conor Dooley
2026-09-07  9:54 ` [PATCH v2 08/10] riscv: dts: ultrarisc: Add initial device tree for UltraRISC DP1000 Jia Wang via B4 Relay
2026-09-07  9:54 ` [PATCH v2 09/10] riscv: dts: ultrarisc: Add Shenzhen Rongda M0 board device tree Jia Wang via B4 Relay
2026-09-07  9:54 ` [PATCH v2 10/10] riscv: dts: ultrarisc: Add Milk-V Titan " Jia Wang via B4 Relay
2026-09-08 15:34 ` (subset) [PATCH v2 00/10] riscv: Add device tree support for UltraRISC DP1000 Mark Brown
2026-09-09 12:41 ` Vinod Koul [this message]

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=178895766221.2174329.15770056766507822412.b4-ty@kernel.org \
    --to=vkoul@kernel.org \
    --cc=Eugeniy.Paltsev@synopsys.com \
    --cc=Frank.Li@kernel.org \
    --cc=alex@ghiti.fr \
    --cc=andi.shyti@kernel.org \
    --cc=anup@brainfault.org \
    --cc=aou@eecs.berkeley.edu \
    --cc=broonie@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=conor.dooley@microchip.com \
    --cc=conor@kernel.org \
    --cc=daniel.lezcano@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=mika.westerberg@linux.intel.com \
    --cc=palmer@dabbelt.com \
    --cc=palmer@sifive.com \
    --cc=paul.walmsley@sifive.com \
    --cc=pjw@kernel.org \
    --cc=robh@kernel.org \
    --cc=samuel.holland@sifive.com \
    --cc=tglx@kernel.org \
    --cc=wangjia@ultrarisc.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox