]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ACPI: RIMT: Add dependency between iommu and devices
authorSunil V L <sunilvl@oss.qualcomm.com>
Tue, 3 Mar 2026 06:16:05 +0000 (11:46 +0530)
committerPaul Walmsley <pjw@kernel.org>
Sun, 5 Apr 2026 00:38:03 +0000 (18:38 -0600)
commit9156585280f161fc1c3552cf1860559edb2bb7e3
tree4d0b027cc080371223a0d8dd2c241a07ce7fe5f6
parent511361fe7a8856e2f415010942808c237a1b8061
ACPI: RIMT: Add dependency between iommu and devices

EPROBE_DEFER ensures IOMMU devices are probed before the devices that
depend on them. During shutdown, however, the IOMMU may be removed
first, leading to issues. To avoid this, a device link is added
which enforces the correct removal order.

Fixes: 8f7729552582 ("ACPI: RISC-V: Add support for RIMT")
Signed-off-by: Sunil V L <sunilvl@oss.qualcomm.com>
Link: https://patch.msgid.link/20260303061605.722949-1-sunilvl@oss.qualcomm.com
Signed-off-by: Paul Walmsley <pjw@kernel.org>
drivers/acpi/riscv/rimt.c