diff mbox series

[v6,12/13] dt-bindings: riscv: Add Ziccrse ISA extension description

Message ID 20241103145153.105097-13-alexghiti@rivosinc.com (mailing list archive)
State Accepted
Commit 447b2afbcde16be43c9459507f48f5c602c121c0
Headers show
Series Zacas/Zabha support and qspinlocks | expand

Checks

Context Check Description
conchuod/vmtest-fixes-PR fail PR summary
conchuod/patch-12-test-1 success .github/scripts/patches/tests/build_rv32_defconfig.sh took 140.71s
conchuod/patch-12-test-2 success .github/scripts/patches/tests/build_rv64_clang_allmodconfig.sh took 1308.50s
conchuod/patch-12-test-3 success .github/scripts/patches/tests/build_rv64_gcc_allmodconfig.sh took 1511.22s
conchuod/patch-12-test-4 success .github/scripts/patches/tests/build_rv64_nommu_k210_defconfig.sh took 20.39s
conchuod/patch-12-test-5 success .github/scripts/patches/tests/build_rv64_nommu_virt_defconfig.sh took 22.38s
conchuod/patch-12-test-6 success .github/scripts/patches/tests/checkpatch.sh took 0.38s
conchuod/patch-12-test-7 success .github/scripts/patches/tests/dtb_warn_rv64.sh took 42.92s
conchuod/patch-12-test-8 success .github/scripts/patches/tests/header_inline.sh took 0.00s
conchuod/patch-12-test-9 success .github/scripts/patches/tests/kdoc.sh took 0.49s
conchuod/patch-12-test-10 success .github/scripts/patches/tests/module_param.sh took 0.01s
conchuod/patch-12-test-11 success .github/scripts/patches/tests/verify_fixes.sh took 0.00s
conchuod/patch-12-test-12 success .github/scripts/patches/tests/verify_signedoff.sh took 0.03s

Commit Message

Alexandre Ghiti Nov. 3, 2024, 2:51 p.m. UTC
Add description for the Ziccrse ISA extension which was ratified in
the riscv profiles specification v1.0.

Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Reviewed-by: Guo Ren <guoren@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
---
 Documentation/devicetree/bindings/riscv/extensions.yaml | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/riscv/extensions.yaml b/Documentation/devicetree/bindings/riscv/extensions.yaml
index db062107823b..35a9ad1d7e63 100644
--- a/Documentation/devicetree/bindings/riscv/extensions.yaml
+++ b/Documentation/devicetree/bindings/riscv/extensions.yaml
@@ -296,6 +296,12 @@  properties:
             in commit 64074bc ("Update version numbers for Zfh/Zfinx") of
             riscv-isa-manual.
 
+        - const: ziccrse
+          description:
+            The standard Ziccrse extension which provides forward progress
+            guarantee on LR/SC sequences, as ratified in commit b1d806605f87
+            ("Updated to ratified state.") of the riscv profiles specification.
+
         - const: zk
           description:
             The standard Zk Standard Scalar cryptography extension as ratified