From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 2C6A566B54; Sun, 18 Feb 2024 12:47:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708260470; cv=none; b=fWTu2EJFrWUbY9Z5T/ce4HbnMF/LwuliolW+bhaHMvqxbDX6jzHFdF/xwiuBkHdtumzbOc7dtJCDTB3juVPCIjhr13Gs28PnzM0O8Ga5YTa/qWvnw18S9C7QA7SkIzEfdk9tX8hDcxLKY8HbQrQhvfggNsJfVA2hnvQRnA/1nD4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708260470; c=relaxed/simple; bh=sK2TmZpAQu9k8EAmihVlLcIiBryBY0eXzheo238yJWY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=W2nqEvuH75R/tKhPZl5ekFn4aJMdTWQeaIbk50Nn59AJDBaXiZPorCXSbLCPiAmT0t+UPpU46lnId0DvKZ4FFgHkHsAAAzeghnLAbJloWQk+9p/iobNSUTHn2HBddI0M5i9kMh4HAaMQN/xTmn66caA0bxW52LXkQWL/05ClgTw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=pbHkwCff; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="pbHkwCff" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28E0DC433F1; Sun, 18 Feb 2024 12:47:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708260469; bh=sK2TmZpAQu9k8EAmihVlLcIiBryBY0eXzheo238yJWY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pbHkwCffzFslLALjB4HU3bL93ie308bi65wFrpZuI6Gpn7pfrfK7wd8UQWUCmoURn 8RyCLtsGROOHycaTrVINptPC4tVpYyDZi5l29aW0z1wefwZ3wGYQs9wCzr8M/Km/AH oiKNs4yxhknja8YCDyCaq1/xaRKxTjvWuCBfQKMNOzoB0WKx/CX3/m2uOFlpONHwiE c0ZOvnjVV2vMmVFxZzNwhP6+DUP3ctAF0LidKpYRs/pXjisDWnDsDRMk+2T25nXzV4 yf9fhltuGCsyiJf0u04XI2TaY05KfrCeShDca2tcH9MbncQzzObsP6Tj3FuqJnwx65 wUSC7qFLx9ALA== Date: Sun, 18 Feb 2024 12:47:39 +0000 From: Conor Dooley To: Atish Patra Cc: linux-kernel@vger.kernel.org, Adrian Hunter , Alexander Shishkin , Alexandre Ghiti , Andrew Jones , Anup Patel , Arnaldo Carvalho de Melo , Atish Patra , Christian Brauner , =?iso-8859-1?Q?Cl=E9ment_L=E9ger?= , devicetree@vger.kernel.org, Evan Green , Guo Ren , Heiko Stuebner , Ian Rogers , Ingo Molnar , James Clark , Jing Zhang , Jiri Olsa , Ji Sheng Teoh , John Garry , Jonathan Corbet , Kan Liang , Krzysztof Kozlowski , kvm-riscv@lists.infradead.org, kvm@vger.kernel.org, Ley Foon Tan , linux-doc@vger.kernel.org, linux-perf-users@vger.kernel.org, linux-riscv@lists.infradead.org, Mark Rutland , Namhyung Kim , Palmer Dabbelt , Paul Walmsley , Peter Zijlstra , Rob Herring , Samuel Holland , Weilin Wang , Will Deacon , kaiwenxue1@gmail.com, Yang Jihong Subject: Re: [PATCH RFC 04/20] dt-bindings: riscv: add Sxcsrind ISA extension description Message-ID: <20240218-struggle-grumble-43efdfb9515d@spud> References: <20240217005738.3744121-1-atishp@rivosinc.com> <20240217005738.3744121-5-atishp@rivosinc.com> Precedence: bulk X-Mailing-List: linux-perf-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="mtQyaJDzucCfto0x" Content-Disposition: inline In-Reply-To: <20240217005738.3744121-5-atishp@rivosinc.com> --mtQyaJDzucCfto0x Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 16, 2024 at 04:57:22PM -0800, Atish Patra wrote: > Add the S[m|s]csrind ISA extension description. >=20 > Signed-off-by: Atish Patra > --- > .../devicetree/bindings/riscv/extensions.yaml | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/riscv/extensions.yaml b/Do= cumentation/devicetree/bindings/riscv/extensions.yaml > index 63d81dc895e5..77a9f867e36b 100644 > --- a/Documentation/devicetree/bindings/riscv/extensions.yaml > +++ b/Documentation/devicetree/bindings/riscv/extensions.yaml > @@ -134,6 +134,20 @@ properties: > added by other RISC-V extensions in H/S/VS/U/VU modes and as > ratified at commit a28bfae (Ratified (#7)) of riscv-state-en= able. > =20 > + - const: smcsrind > + description: | > + The standard Smcsrind supervisor-level extension extends the The indentation here looks weird. > + indirect CSR access mechanism defined by the Smaia extension. This > + extension allows other ISA extension to use indirect CSR access > + mechanism in M-mode. For this, and the other patches in the series, I want a reference to the frozen/ratified point for these extensions. See the rest of this file for examples. Cheers, Conor. > + > + - const: sscsrind > + description: | > + The standard Sscsrind supervisor-level extension extends the > + indirect CSR access mechanism defined by the Ssaia extension. This > + extension allows other ISA extension to use indirect CSR access > + mechanism in S-mode. > + > - const: ssaia > description: | > The standard Ssaia supervisor-level extension for the advanc= ed > --=20 > 2.34.1 >=20 --mtQyaJDzucCfto0x Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZdH8awAKCRB4tDGHoIJi 0u4mAP9fsytyek6UcV7VwruVpbfAA+aCT8dvujmuE+Oy3Gzq/QEAgVGeiO4Z57ek bOGtDZTcTAe8Vqrk2tSkrjGvbhOX2wQ= =6anZ -----END PGP SIGNATURE----- --mtQyaJDzucCfto0x--