From: patchwork-bot+linux-riscv@kernel.org
To: =?utf-8?b?Q2zDqW1lbnQgTMOpZ2VyIDxjbGVnZXJAcml2b3NpbmMuY29tPg==?=@ci.codeaurora.org
Cc: linux-riscv@lists.infradead.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
corbet@lwn.net, paul.walmsley@sifive.com, palmer@dabbelt.com,
aou@eecs.berkeley.edu, conor@kernel.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, rehn@rivosinc.com,
gianluca@rivosinc.com
Subject: Re: [PATCH v2 0/6] riscv: hwprobe: add Zicond, Zacas and Ztso support
Date: Thu, 11 Jan 2024 14:50:37 +0000 [thread overview]
Message-ID: <170498463772.20080.16524587804054627963.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20231220155723.684081-1-cleger@rivosinc.com>
Hello:
This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:
On Wed, 20 Dec 2023 16:57:16 +0100 you wrote:
> This series add support for a few more extensions that are present in
> the RVA22U64/RVA23U64 (either mandatory or optional) and that are useful
> for userspace:
> - Zicond
> - Zacas
> - Ztso
>
> [...]
Here is the summary with links:
- [v2,1/6] riscv: add ISA extension parsing for Ztso
https://git.kernel.org/riscv/c/1ec9f381e848
- [v2,2/6] riscv: hwprobe: export Ztso ISA extension
https://git.kernel.org/riscv/c/5b4d64a819c0
- [v2,3/6] dt-bindings: riscv: add Zacas ISA extension description
https://git.kernel.org/riscv/c/cd7be4d02f41
- [v2,4/6] riscv: add ISA extension parsing for Zacas
https://git.kernel.org/riscv/c/188a2122c827
- [v2,5/6] riscv: hwprobe: export Zacas ISA extension
https://git.kernel.org/riscv/c/154a37061229
- [v2,6/6] riscv: hwprobe: export Zicond extension
https://git.kernel.org/riscv/c/3359866b40a9
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+linux-riscv@kernel.org
To: =?utf-8?b?Q2zDqW1lbnQgTMOpZ2VyIDxjbGVnZXJAcml2b3NpbmMuY29tPg==?=@ci.codeaurora.org
Cc: linux-riscv@lists.infradead.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
corbet@lwn.net, paul.walmsley@sifive.com, palmer@dabbelt.com,
aou@eecs.berkeley.edu, conor@kernel.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, rehn@rivosinc.com,
gianluca@rivosinc.com
Subject: Re: [PATCH v2 0/6] riscv: hwprobe: add Zicond, Zacas and Ztso support
Date: Thu, 11 Jan 2024 14:50:37 +0000 [thread overview]
Message-ID: <170498463772.20080.16524587804054627963.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20231220155723.684081-1-cleger@rivosinc.com>
Hello:
This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:
On Wed, 20 Dec 2023 16:57:16 +0100 you wrote:
> This series add support for a few more extensions that are present in
> the RVA22U64/RVA23U64 (either mandatory or optional) and that are useful
> for userspace:
> - Zicond
> - Zacas
> - Ztso
>
> [...]
Here is the summary with links:
- [v2,1/6] riscv: add ISA extension parsing for Ztso
https://git.kernel.org/riscv/c/1ec9f381e848
- [v2,2/6] riscv: hwprobe: export Ztso ISA extension
https://git.kernel.org/riscv/c/5b4d64a819c0
- [v2,3/6] dt-bindings: riscv: add Zacas ISA extension description
https://git.kernel.org/riscv/c/cd7be4d02f41
- [v2,4/6] riscv: add ISA extension parsing for Zacas
https://git.kernel.org/riscv/c/188a2122c827
- [v2,5/6] riscv: hwprobe: export Zacas ISA extension
https://git.kernel.org/riscv/c/154a37061229
- [v2,6/6] riscv: hwprobe: export Zicond extension
https://git.kernel.org/riscv/c/3359866b40a9
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next prev parent reply other threads:[~2024-01-11 14:50 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-20 15:57 [PATCH v2 0/6] riscv: hwprobe: add Zicond, Zacas and Ztso support Clément Léger
2023-12-20 15:57 ` Clément Léger
2023-12-20 15:57 ` [PATCH v2 1/6] riscv: add ISA extension parsing for Ztso Clément Léger
2023-12-20 15:57 ` Clément Léger
2024-01-10 11:32 ` Conor Dooley
2024-01-10 11:32 ` Conor Dooley
2023-12-20 15:57 ` [PATCH v2 2/6] riscv: hwprobe: export Ztso ISA extension Clément Léger
2023-12-20 15:57 ` Clément Léger
2023-12-20 15:57 ` [PATCH v2 3/6] dt-bindings: riscv: add Zacas ISA extension description Clément Léger
2023-12-20 15:57 ` Clément Léger
2023-12-20 15:57 ` [PATCH v2 4/6] riscv: add ISA extension parsing for Zacas Clément Léger
2023-12-20 15:57 ` Clément Léger
2024-01-10 11:31 ` Conor Dooley
2024-01-10 11:31 ` Conor Dooley
2023-12-20 15:57 ` [PATCH v2 5/6] riscv: hwprobe: export Zacas ISA extension Clément Léger
2023-12-20 15:57 ` Clément Léger
2023-12-20 15:57 ` [PATCH v2 6/6] riscv: hwprobe: export Zicond extension Clément Léger
2023-12-20 15:57 ` Clément Léger
2024-01-11 14:50 ` patchwork-bot+linux-riscv [this message]
2024-01-11 14:50 ` [PATCH v2 0/6] riscv: hwprobe: add Zicond, Zacas and Ztso support patchwork-bot+linux-riscv
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=170498463772.20080.16524587804054627963.git-patchwork-notify@kernel.org \
--to=patchwork-bot+linux-riscv@kernel.org \
--cc==?utf-8?b?Q2zDqW1lbnQgTMOpZ2VyIDxjbGVnZXJAcml2b3NpbmMuY29tPg==?=@ci.codeaurora.org \
--cc=aou@eecs.berkeley.edu \
--cc=conor@kernel.org \
--cc=corbet@lwn.net \
--cc=devicetree@vger.kernel.org \
--cc=gianluca@rivosinc.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=rehn@rivosinc.com \
--cc=robh+dt@kernel.org \
/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.