From: Drew Fustini <fustini@kernel.org>
To: Conor Dooley <conor@kernel.org>
Cc: "Paul Walmsley" <paul.walmsley@sifive.com>,
"Palmer Dabbelt" <palmer@dabbelt.com>,
"Albert Ou" <aou@eecs.berkeley.edu>,
"Alexandre Ghiti" <alex@ghiti.fr>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Kornel Dulęba" <mindal@semihalf.com>,
"Adrien Ricciardi" <aricciardi@baylibre.com>,
"James Morse" <james.morse@arm.com>,
"Atish Kumar Patra" <atishp@rivosinc.com>,
"Atish Patra" <atish.patra@linux.dev>,
"Vasudevan Srinivasan" <vasu@rivosinc.com>,
guo.wenjia23@zte.com.cn, liu.qingtao2@zte.com.cn,
linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH v2 1/3] dt-bindings: riscv: Add Ssqosid extension description
Date: Tue, 16 Sep 2025 13:00:14 -0700 [thread overview]
Message-ID: <aMnBzqgoUrLMAtxw@x1> (raw)
In-Reply-To: <aMm4n2PlI8JqmK2c@x1>
[-- Attachment #1.1: Type: text/plain, Size: 2221 bytes --]
On Tue, Sep 16, 2025 at 12:21:03PM -0700, Drew Fustini wrote:
> On Tue, Sep 16, 2025 at 07:36:01PM +0100, Conor Dooley wrote:
> > On Mon, Sep 15, 2025 at 10:13:41PM -0700, Drew Fustini wrote:
> > > Document the ratified Supervisor-mode Quality of Service ID (Ssqosid)
> > > extension v1.0.
> > >
> > > Link: https://github.com/riscv/riscv-ssqosid/releases/tag/v1.0
> > > Signed-off-by: Drew Fustini <fustini@kernel.org>
> > > ---
> > > Documentation/devicetree/bindings/riscv/extensions.yaml | 6 ++++++
> > > 1 file changed, 6 insertions(+)
> > >
> > > diff --git a/Documentation/devicetree/bindings/riscv/extensions.yaml b/Documentation/devicetree/bindings/riscv/extensions.yaml
> > > index ede6a58ccf5347d92785dc085a011052c1aade14..38e3d8d38cce55022ea70eb52423b1163e3cb097 100644
> > > --- a/Documentation/devicetree/bindings/riscv/extensions.yaml
> > > +++ b/Documentation/devicetree/bindings/riscv/extensions.yaml
> > > @@ -165,6 +165,12 @@ properties:
> > > ratified at commit d70011dde6c2 ("Update to ratified state")
> > > of riscv-j-extension.
> > >
> > > + - const: ssqosid
> > > + description: |
> > > + The ratified Supervisor-mode Quality of Service ID (Ssqosid)
> > > + extension v1.0 which adds the Supervisor Resource Management
> > > + Configuration (srmcfg) CSR.
> >
> > Please cite when it was added, as is done for other extensions.
>
> I had seen the pattern of commit X from Unpriv or Priv spec but I was
> having trouble adapting that for Ssqosid as it has its own v1.0 PDF.
>
> However, I now notice 'zacas' seems to have its own spec. Would this
> work for 'ssqosid'?
>
> - const: ssqosid
> description: |
> The Ssqosid extension for Quality of Service ID is ratified
> as v1.0 in commit 5059e0ca641c of riscv-ssqosid.
I'll change it to use the kernel style of commit reference:
- const: ssqosid
description: |
The Ssqosid extension for Quality of Service ID is ratified
as v1.0 in commit 5059e0ca641c ("Merge pull request #7 from
ved-rivos/Ratified") of riscv-ssqosid.
-Drew
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
[-- Attachment #2: Type: text/plain, Size: 161 bytes --]
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
WARNING: multiple messages have this Message-ID (diff)
From: Drew Fustini <fustini@kernel.org>
To: Conor Dooley <conor@kernel.org>
Cc: "Paul Walmsley" <paul.walmsley@sifive.com>,
"Palmer Dabbelt" <palmer@dabbelt.com>,
"Albert Ou" <aou@eecs.berkeley.edu>,
"Alexandre Ghiti" <alex@ghiti.fr>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Kornel Dulęba" <mindal@semihalf.com>,
"Adrien Ricciardi" <aricciardi@baylibre.com>,
"James Morse" <james.morse@arm.com>,
"Atish Kumar Patra" <atishp@rivosinc.com>,
"Atish Patra" <atish.patra@linux.dev>,
"Vasudevan Srinivasan" <vasu@rivosinc.com>,
guo.wenjia23@zte.com.cn, liu.qingtao2@zte.com.cn,
linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH v2 1/3] dt-bindings: riscv: Add Ssqosid extension description
Date: Tue, 16 Sep 2025 13:00:14 -0700 [thread overview]
Message-ID: <aMnBzqgoUrLMAtxw@x1> (raw)
In-Reply-To: <aMm4n2PlI8JqmK2c@x1>
[-- Attachment #1: Type: text/plain, Size: 2221 bytes --]
On Tue, Sep 16, 2025 at 12:21:03PM -0700, Drew Fustini wrote:
> On Tue, Sep 16, 2025 at 07:36:01PM +0100, Conor Dooley wrote:
> > On Mon, Sep 15, 2025 at 10:13:41PM -0700, Drew Fustini wrote:
> > > Document the ratified Supervisor-mode Quality of Service ID (Ssqosid)
> > > extension v1.0.
> > >
> > > Link: https://github.com/riscv/riscv-ssqosid/releases/tag/v1.0
> > > Signed-off-by: Drew Fustini <fustini@kernel.org>
> > > ---
> > > Documentation/devicetree/bindings/riscv/extensions.yaml | 6 ++++++
> > > 1 file changed, 6 insertions(+)
> > >
> > > diff --git a/Documentation/devicetree/bindings/riscv/extensions.yaml b/Documentation/devicetree/bindings/riscv/extensions.yaml
> > > index ede6a58ccf5347d92785dc085a011052c1aade14..38e3d8d38cce55022ea70eb52423b1163e3cb097 100644
> > > --- a/Documentation/devicetree/bindings/riscv/extensions.yaml
> > > +++ b/Documentation/devicetree/bindings/riscv/extensions.yaml
> > > @@ -165,6 +165,12 @@ properties:
> > > ratified at commit d70011dde6c2 ("Update to ratified state")
> > > of riscv-j-extension.
> > >
> > > + - const: ssqosid
> > > + description: |
> > > + The ratified Supervisor-mode Quality of Service ID (Ssqosid)
> > > + extension v1.0 which adds the Supervisor Resource Management
> > > + Configuration (srmcfg) CSR.
> >
> > Please cite when it was added, as is done for other extensions.
>
> I had seen the pattern of commit X from Unpriv or Priv spec but I was
> having trouble adapting that for Ssqosid as it has its own v1.0 PDF.
>
> However, I now notice 'zacas' seems to have its own spec. Would this
> work for 'ssqosid'?
>
> - const: ssqosid
> description: |
> The Ssqosid extension for Quality of Service ID is ratified
> as v1.0 in commit 5059e0ca641c of riscv-ssqosid.
I'll change it to use the kernel style of commit reference:
- const: ssqosid
description: |
The Ssqosid extension for Quality of Service ID is ratified
as v1.0 in commit 5059e0ca641c ("Merge pull request #7 from
ved-rivos/Ratified") of riscv-ssqosid.
-Drew
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2025-09-16 20:00 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-16 5:13 [PATCH v2 0/3] RISC-V: Detect Ssqosid extension and handle srmcfg CSR Drew Fustini
2025-09-16 5:13 ` Drew Fustini
2025-09-16 5:13 ` [PATCH v2 1/3] dt-bindings: riscv: Add Ssqosid extension description Drew Fustini
2025-09-16 5:13 ` Drew Fustini
2025-09-16 18:36 ` Conor Dooley
2025-09-16 18:36 ` Conor Dooley
2025-09-16 19:21 ` Drew Fustini
2025-09-16 19:21 ` Drew Fustini
2025-09-16 20:00 ` Drew Fustini [this message]
2025-09-16 20:00 ` Drew Fustini
2025-09-16 5:13 ` [PATCH v2 2/3] RISC-V: Detect the Ssqosid extension Drew Fustini
2025-09-16 5:13 ` Drew Fustini
2025-09-16 5:13 ` [PATCH v2 3/3] RISC-V: Add support for srmcfg CSR from Ssqosid ext Drew Fustini
2025-09-16 5:13 ` Drew Fustini
2025-09-16 15:55 ` kernel test robot
2025-09-16 15:55 ` kernel test robot
2025-09-16 18:30 ` Drew Fustini
2025-09-16 18:30 ` Drew Fustini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aMnBzqgoUrLMAtxw@x1 \
--to=fustini@kernel.org \
--cc=alex@ghiti.fr \
--cc=aou@eecs.berkeley.edu \
--cc=aricciardi@baylibre.com \
--cc=atish.patra@linux.dev \
--cc=atishp@rivosinc.com \
--cc=conor+dt@kernel.org \
--cc=conor@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=guo.wenjia23@zte.com.cn \
--cc=james.morse@arm.com \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=liu.qingtao2@zte.com.cn \
--cc=mindal@semihalf.com \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=robh@kernel.org \
--cc=vasu@rivosinc.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.