From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6B27D3A0EB8; Tue, 8 Sep 2026 20:06:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788897990; cv=none; b=YNAhK36HWiB1jTWWbQJ3OohaDkN5ygDhRv4u1VJz0EIDRddh3nqDvHnF+G4CLojAtrZe11OG4lOC4nx7oKKtZ8N6+BcCRiBAjnih/rmiLq7Knije+UUh3JaBq6zgOY2QzeO40NhIwf4REmze444ic+rKDKTZhwX94yb1gwXRE54= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788897990; c=relaxed/simple; bh=iz9z7KReodlK2q8cUqb2rVtIgOTMExJlKh+c7EdFhRE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Ap/5C/d9xc/gDnsZyCHceZbX+851E2Ro8lwXiGP31Ab5cnVa+DSST1Fk4ATnUIYbRPctRkWKi3xYPcatp3Gj7370bksXqpwPRbtFFCnX36OPTFeVViaoir+XCRplo8vnGxz76RIHZIfF+4kw0dgiqJ8BgO/7p+zfQi7GuUEsDyo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=duPYE1Xm; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="duPYE1Xm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DDAE61F00A3D; Tue, 8 Sep 2026 20:06:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1788897989; bh=7lK58BGvbT+0KFsfL00ur7tIOSKYjNnYpM36ZLoBwxw=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=duPYE1XmufUDIvM963zEHdnWYrnlHMl5CNEYCKBx5IX5+RbuTsWEd7rhrP0WMbqNq WSZsT5ANJf0+Srhu3FLjfA4vSjn0cSm89fRj5f/9/HOD7R3DoGsRjswAdbtkWzuPIk GHBChwMesKv4Qs+U/woQKb6nIJzMpCU7OB/m8LRSScdanIRsFsSB0Pcm74hlBHs5/8 3NCICDrZCR1Ka4q8qT+/yBg0B/br0i3pgBw5lWPUr8hgHl81Q4DrBzOlKeckUykNj6 dFbYbJ8P48q5O81Hkgnv99PSBR55ytmR1RiXhNy9sDeDvoAaT3H4akABOHS8Ns8ZVS Kw/BcrSUmisyw== Date: Tue, 8 Sep 2026 21:06:22 +0100 From: Conor Dooley To: Changhuang Liang Cc: Michael Turquette , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Stephen Boyd , Brian Masney , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Philipp Zabel , Emil Renner Berthing , Chen Wang , Inochi Amaoto , Alexey Charkov , Thomas Bogendoerfer , Keguang Zhang , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, Hal Feng Subject: Re: [PATCH v5 0/8] Add StarFive JHB100 syscon modules Message-ID: <20260908-plaything-clutter-a72865edd110@spud> References: <20260828095608.19955-1-changhuang.liang@starfivetech.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="XrPUIry8dt0NQeQF" Content-Disposition: inline In-Reply-To: <20260828095608.19955-1-changhuang.liang@starfivetech.com> --XrPUIry8dt0NQeQF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 28, 2026 at 02:56:00AM -0700, Changhuang Liang wrote: > StarFive JHB100 has many syscon modules, as listed below: > - pcieep0_ecsr_syscon (PCIe endpoint 0 externel syscon) > - pcieep1_ecsr_syscon > - host0_syscon (Host0 syscon) > - host1_syscon > - husb0_syscon (Host USB 0 syscon) > - husb1_syscon > - husbd0_syscon (Host USB device 0 syscon) > - husbd1_syscon > - husbcmn_syscon (Host USB common syscon) > - gpu0_syscon (GPU0 syscon) > - gpu1_syscon > - b2h_syscon (BMC to Host syscon) > - h2b_syscon (Host to BMC syscon) > - vout_syscon (Video output syscon) > - pcierp_ecsr_syscon (PCIe root port externel syscon) > - pcierp_syscon (PCIe root port syscon) > - usb_syscon > - npu_syscon > - per0_syscon (Peripheral 0 syscon) > - per1_syscon > - per2_syscon > - per3_syscon > - sys0_syscon (System 0 syscon) > - sys1_syscon > - sys2_syscon > - strap_syscon > - sfc0_filter_syscon (SFC0 filter syscon) > - sfc1_filter_syscon > - sfc2_filter_syscon >=20 > Some syscon modules contain PLL, reset, and socinfo nodes >=20 > This series depends on the series: > https://lore.kernel.org/all/20260807112923.191627-1-changhuang.liang@star= fivetech.com/ I tried to apply the soc patches, but they depend on this so I can't. Can you get someone from Starfive, ideally one of the listed clock maintainers, to review that series? If you look here, about half the patches are missing a review: https://patchwork.kernel.org/project/lei-conor/list/?series=3D1142160 If you do that, I'll try to sort out getting a PR sent to the clock folks for it and figuring out how these bits can go on top. Thanks, Conor. --XrPUIry8dt0NQeQF Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCaqBqvgAKCRB4tDGHoIJi 0pcXAP9wGUx5B0ugAlKrI+SAFNcGs2S5MjPe4f3L4H5VI0pZPAEAs3hu83T9jjU1 QBx5LgX5pS+DNjwx5P2Effhh0mKzIgQ= =h5Z6 -----END PGP SIGNATURE----- --XrPUIry8dt0NQeQF--