All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+linux-riscv@kernel.org
To: Sunil V L <sunilvl@ventanamicro.com>
Cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-acpi@vger.kernel.org, iommu@lists.linux.dev,
	aou@eecs.berkeley.edu, tjeznach@rivosinc.com, alex@ghiti.fr,
	rafael@kernel.org, robin.murphy@arm.com, joro@8bytes.org,
	palmer@dabbelt.com, paul.walmsley@sifive.com, will@kernel.org,
	lenb@kernel.org
Subject: Re: [PATCH v6 0/3] RISC-V: Add ACPI support for IOMMU
Date: Thu, 09 Oct 2025 01:06:58 +0000	[thread overview]
Message-ID: <175997201849.3661959.13962135221127346845.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250818045807.763922-1-sunilvl@ventanamicro.com>

Hello:

This series was applied to riscv/linux.git (for-next)
by Joerg Roedel <joerg.roedel@amd.com>:

On Mon, 18 Aug 2025 10:28:04 +0530 you wrote:
> This series adds support for RISC-V IOMMU on ACPI based platforms.
> RISC-V IO Mapping Table (RIMT) is a new static ACPI table [1] introduced
> to communicate IOMMU information to the OS.
> 
> [1] - https://github.com/riscv-non-isa/riscv-acpi-rimt/releases/download/v1.0/rimt-spec.pdf
> 
> Changes since v5:
> 	1) Rebased to 6.17-rc2
> 	2) Fixed incorrect id_out assignment (Reported by Xianliang)
> 
> [...]

Here is the summary with links:
  - [v6,1/3] ACPI: RISC-V: Add support for RIMT
    https://git.kernel.org/riscv/c/8f7729552582
  - [v6,2/3] ACPI: scan: Add support for RISC-V in acpi_iommu_configure_id()
    https://git.kernel.org/riscv/c/cbf4fbc484e1
  - [v6,3/3] iommu/riscv: Add ACPI support
    https://git.kernel.org/riscv/c/4f901b3dce57

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: Sunil V L <sunilvl@ventanamicro.com>
Cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-acpi@vger.kernel.org, iommu@lists.linux.dev,
	aou@eecs.berkeley.edu, tjeznach@rivosinc.com, alex@ghiti.fr,
	rafael@kernel.org, robin.murphy@arm.com, joro@8bytes.org,
	palmer@dabbelt.com, paul.walmsley@sifive.com, will@kernel.org,
	lenb@kernel.org
Subject: Re: [PATCH v6 0/3] RISC-V: Add ACPI support for IOMMU
Date: Thu, 09 Oct 2025 01:06:58 +0000	[thread overview]
Message-ID: <175997201849.3661959.13962135221127346845.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250818045807.763922-1-sunilvl@ventanamicro.com>

Hello:

This series was applied to riscv/linux.git (for-next)
by Joerg Roedel <joerg.roedel@amd.com>:

On Mon, 18 Aug 2025 10:28:04 +0530 you wrote:
> This series adds support for RISC-V IOMMU on ACPI based platforms.
> RISC-V IO Mapping Table (RIMT) is a new static ACPI table [1] introduced
> to communicate IOMMU information to the OS.
> 
> [1] - https://github.com/riscv-non-isa/riscv-acpi-rimt/releases/download/v1.0/rimt-spec.pdf
> 
> Changes since v5:
> 	1) Rebased to 6.17-rc2
> 	2) Fixed incorrect id_out assignment (Reported by Xianliang)
> 
> [...]

Here is the summary with links:
  - [v6,1/3] ACPI: RISC-V: Add support for RIMT
    https://git.kernel.org/riscv/c/8f7729552582
  - [v6,2/3] ACPI: scan: Add support for RISC-V in acpi_iommu_configure_id()
    https://git.kernel.org/riscv/c/cbf4fbc484e1
  - [v6,3/3] iommu/riscv: Add ACPI support
    https://git.kernel.org/riscv/c/4f901b3dce57

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

  parent reply	other threads:[~2025-10-09  1:07 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-18  4:58 [PATCH v6 0/3] RISC-V: Add ACPI support for IOMMU Sunil V L
2025-08-18  4:58 ` Sunil V L
2025-08-18  4:58 ` [PATCH v6 1/3] ACPI: RISC-V: Add support for RIMT Sunil V L
2025-08-18  4:58   ` Sunil V L
2025-08-18  4:58 ` [PATCH v6 2/3] ACPI: scan: Add support for RISC-V in acpi_iommu_configure_id() Sunil V L
2025-08-18  4:58   ` Sunil V L
2025-08-18  4:58 ` [PATCH v6 3/3] iommu/riscv: Add ACPI support Sunil V L
2025-08-18  4:58   ` Sunil V L
2025-09-05 13:07 ` [PATCH v6 0/3] RISC-V: Add ACPI support for IOMMU Joerg Roedel
2025-09-05 13:07   ` Joerg Roedel
2025-10-09  1:06 ` patchwork-bot+linux-riscv [this message]
2025-10-09  1:06   ` 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=175997201849.3661959.13962135221127346845.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+linux-riscv@kernel.org \
    --cc=alex@ghiti.fr \
    --cc=aou@eecs.berkeley.edu \
    --cc=iommu@lists.linux.dev \
    --cc=joro@8bytes.org \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@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=rafael@kernel.org \
    --cc=robin.murphy@arm.com \
    --cc=sunilvl@ventanamicro.com \
    --cc=tjeznach@rivosinc.com \
    --cc=will@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.