From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EC9CDCCA471 for ; Fri, 3 Oct 2025 21:13:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9OhSFc8seKFl+PeCu43x6o8rlVF5zU/yPsqNDJHbFv4=; b=0OpLd3H/IGHxl9 lltC8JesD0oMnyM8H00S7MqR3f4NldY/gCqEgKul8VuhBO5stxpvX8QBi7Hf9OdD10O21BR+IahXH adoxgQeQ0wTxNCFCSU2yEcTZG6NvKVYf4vIGaqjMYnw3tRwITaw08AHapBiqSU2Abo85v3oLzZI3W KzQOjsk7zgkRe/PBZwNSOcFK4blVRROEvMmSo6j0V6UEbbAKjsK49i1VO1h2JogOpubIuRtBco0X8 Dh2HKz2I246u4W7BoN6WVqNh2oZWh3oq9zwo5Fnij0kmJ+sHgojc+7kOFmU9e5ydmbH+NfU+qydLC XedN1FbZSnZDqcTb5gAQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1v4n5r-0000000D8eH-3ROL; Fri, 03 Oct 2025 21:13:35 +0000 Received: from sea.source.kernel.org ([2600:3c0a:e001:78e:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1v4n5q-0000000D8dw-174p for linux-riscv@lists.infradead.org; Fri, 03 Oct 2025 21:13:35 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 2FDB849158; Fri, 3 Oct 2025 21:13:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D1E65C4CEF5; Fri, 3 Oct 2025 21:13:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1759526013; bh=6g1nw5xllyollCqrM6iwZ/HICb+xwXiCDb44PYNQxNk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ugB/oof4ZAiP3PUpmJ01D3yHMaXXrS7wjyBwjfnTU/B98fNG00Be6C9ebdlYDaHrh f9bzkAawEdx8uVrj94ZIzxb/+wmyYGRzsK/isBr0SQcrpsDzETXG2wgWGd85w7+S2j 01vAHTv048LMAaOBtWm7V3SGYHrvtc15imC5c9wQWThVKYiNZjhyNdRCoV8LAGNDUN F8Eb709HoOmvvG6SUTdoIGoazFpXS06RDhkdTAmhxNLGqce/pF4KPLJqlZ4xYyXtMb pdhpzuT6gJLSChvv/idVMq0Z4k/b3YY0Orf10QxbVdYzGJJwWlyz8QpLJHJyCM37VN 8+5SwvroftWVw== Date: Fri, 3 Oct 2025 14:13:31 -0700 From: Drew Fustini To: Han Gao Cc: devicetree@vger.kernel.org, Guo Ren , Fu Wei , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Chen Wang , Inochi Amaoto , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/3] riscv: dts: thead: add more th1520 isa extension support Message-ID: References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20251003_141334_324342_41103820 X-CRM114-Status: GOOD ( 11.69 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Fri, Sep 19, 2025 at 04:44:46AM +0800, Han Gao wrote: > Add xtheadvector & ziccrse & zfh for th1520 > > Updated the commit message for the patchset > > Thanks, > Han > > --- > v1: https://lore.kernel.org/all/20250911184528.1512543-1-rabenda.cn@gmail.com/ > > Han Gao (3): > riscv: dts: thead: add xtheadvector to the th1520 devicetree > riscv: dts: thead: add ziccrse for th1520 > riscv: dts: thead: add zfh for th1520 > > arch/riscv/boot/dts/thead/th1520.dtsi | 28 +++++++++++++++++++-------- > 1 file changed, 20 insertions(+), 8 deletions(-) > > -- > 2.47.3 > I'll apply this to thead-dt-for-next once 6.18-rc1 is out and I can update the next branch to that. Thanks, Drew _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv