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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4939C3DA79 for ; Mon, 26 Dec 2022 23:02:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232415AbiLZXCD (ORCPT ); Mon, 26 Dec 2022 18:02:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51872 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229926AbiLZXCB (ORCPT ); Mon, 26 Dec 2022 18:02:01 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 666BCFE3; Mon, 26 Dec 2022 15:02:00 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id CADB6B80DC4; Mon, 26 Dec 2022 23:01:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1DF9CC433F0; Mon, 26 Dec 2022 23:01:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672095717; bh=SX0BmzYTkCHs1PHSbj2Sqc0jerZcZXqTrHn2k8779eM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JwGcph3jDWpdUjn8PKQaR9ejzHI5fqrV9b9P06X97nG5sMCTGDO9HQEg4Pr2/eI/o 26/EW4ZJtG/QB2pl8o7gVPQlUMO4rlXHGuWslxcfAjdDTwnowdgwEh2YLgjJhz+j9W rS2UUxD1E2L4jO0YsAF7YCBGUvCBJNAVcNc7CicZ79UdXix73w1xxENYjX06V5aflU OreCAkz3XI3DbWaFkU72O8EXH/OqtM7aSMxClJqxr+OIl01r4PXSJxpCesBTKPixtt M+CLKKuDRxlnj3AJc9/fJP31FSrDJpk5Ox0gYpzJ3QEsJv+lHzr6r1qKjy0aG2LqxT eMcMcjS8+O7QQ== Date: Mon, 26 Dec 2022 23:01:51 +0000 From: Conor Dooley To: Hal Feng Cc: linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, Palmer Dabbelt , Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Albert Ou , Ben Dooks , Daniel Lezcano , Thomas Gleixner , Marc Zyngier , Stephen Boyd , Michael Turquette , Philipp Zabel , Linus Walleij , Emil Renner Berthing , linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 0/7] Basic device tree support for StarFive JH7110 RISC-V SoC Message-ID: References: <20221220011247.35560-1-hal.feng@starfivetech.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="f/iFEOT8SIj34xAh" Content-Disposition: inline In-Reply-To: <20221220011247.35560-1-hal.feng@starfivetech.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org --f/iFEOT8SIj34xAh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Dec 20, 2022 at 09:12:40AM +0800, Hal Feng wrote: > This patch series adds basic device tree support for StarFive JH7110 SoC. > This patch series depends on series [1] and [2]. You can simply get or > review the patches at the link [3]. > Emil Renner Berthing (7): > dt-bindings: riscv: Add StarFive JH7110 SoC and VisionFive 2 board I've applied this one to riscv-dt-for-next https://git.kernel.org/conor/c/97b7ed072784 > dt-bindings: timer: Add StarFive JH7110 clint > dt-bindings: interrupt-controller: Add StarFive JH7110 plic > dt-bindings: sifive,ccache0: Support StarFive JH7110 SoC > soc: sifive: ccache: Add StarFive JH7110 support And these two to riscv-soc-for-next https://git.kernel.org/conor/c/1caf002efa22 https://git.kernel.org/conor/c/6635e91648ce > riscv: dts: starfive: Add initial StarFive JH7110 device tree > riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board device > tree The rest I can take with maintainer Acks alongside the DT, or they can go via subsystem trees. The DT is waiting for the clock/reset & pinctrl binding headers anyway, so IDC which it is. Thanks, Conor. --f/iFEOT8SIj34xAh Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCY6on3wAKCRB4tDGHoIJi 0tjwAP9w54bxRzyxyIptYDA+Fq7fMvb7SJHNF9qgWs6aGwBT1gD+OOPrBoNFXa9g /EJQoDkPAke1E2T/1IuPwS5c7HAnUgU= =r4lC -----END PGP SIGNATURE----- --f/iFEOT8SIj34xAh--