[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aLrgq_n1WiQxOKmJ@8bytes.org>
Date: Fri, 5 Sep 2025 15:07:55 +0200
From: Joerg Roedel <joro@...tes.org>
To: Sunil V L <sunilvl@...tanamicro.com>
Cc: linux-kernel@...r.kernel.org, linux-riscv@...ts.infradead.org,
linux-acpi@...r.kernel.org, iommu@...ts.linux.dev,
Paul Walmsley <paul.walmsley@...ive.com>,
Palmer Dabbelt <palmer@...belt.com>,
Albert Ou <aou@...s.berkeley.edu>, Alexandre Ghiti <alex@...ti.fr>,
"Rafael J . Wysocki" <rafael@...nel.org>,
Len Brown <lenb@...nel.org>, Tomasz Jeznach <tjeznach@...osinc.com>,
Will Deacon <will@...nel.org>, Robin Murphy <robin.murphy@....com>
Subject: Re: [PATCH v6 0/3] RISC-V: Add ACPI support for IOMMU
On Mon, Aug 18, 2025 at 10:28:04AM +0530, Sunil V L wrote:
> Sunil V L (3):
> ACPI: RISC-V: Add support for RIMT
> ACPI: scan: Add support for RISC-V in acpi_iommu_configure_id()
> iommu/riscv: Add ACPI support
>
> MAINTAINERS | 1 +
> arch/riscv/Kconfig | 1 +
> drivers/acpi/Kconfig | 4 +
> drivers/acpi/riscv/Kconfig | 7 +
> drivers/acpi/riscv/Makefile | 1 +
> drivers/acpi/riscv/init.c | 2 +
> drivers/acpi/riscv/init.h | 1 +
> drivers/acpi/riscv/rimt.c | 520 +++++++++++++++++++++++++++
> drivers/acpi/scan.c | 4 +
> drivers/iommu/riscv/iommu-platform.c | 17 +-
> drivers/iommu/riscv/iommu.c | 10 +
> include/linux/acpi_rimt.h | 28 ++
> 12 files changed, 595 insertions(+), 1 deletion(-)
> create mode 100644 drivers/acpi/riscv/Kconfig
> create mode 100644 drivers/acpi/riscv/rimt.c
> create mode 100644 include/linux/acpi_rimt.h
Applied, thanks.
Powered by blists - more mailing lists