]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ACPI: scan: Add support for RISC-V in acpi_iommu_configure_id()
authorSunil V L <sunilvl@ventanamicro.com>
Mon, 18 Aug 2025 04:58:06 +0000 (10:28 +0530)
committerJoerg Roedel <joerg.roedel@amd.com>
Fri, 5 Sep 2025 13:06:06 +0000 (15:06 +0200)
commitcbf4fbc484e1730cbcb5187b923fadc842f632ce
tree0807e1e5dead07008fc66ca31c3f0976e87f6940
parent8f77295525825086cb43675cd1a4f3716b119d7f
ACPI: scan: Add support for RISC-V in acpi_iommu_configure_id()

acpi_iommu_configure_id() currently supports only IORT (ARM) and VIOT.
Add support for RISC-V as well.

Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://lore.kernel.org/r/20250818045807.763922-3-sunilvl@ventanamicro.com
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
drivers/acpi/scan.c