The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] iommu: ipmmu-vmsa: Add DMA controllers to devices_allowlist
@ 2025-10-27  0:48 Koichiro Den
  2025-10-29 16:08 ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Koichiro Den @ 2025-10-27  0:48 UTC (permalink / raw)
  To: iommu, linux-renesas-soc, linux-kernel; +Cc: joro, will, robin.murphy

Add Renesas DMA controller devices to the devices_allowlist to enable
their use with the IPMMU. This allows DMA channels to operate through
the IOMMU when enabled.

Signed-off-by: Koichiro Den <den@valinux.co.jp>
---
 drivers/iommu/ipmmu-vmsa.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c
index ffa892f65714..88c4fb6424ed 100644
--- a/drivers/iommu/ipmmu-vmsa.c
+++ b/drivers/iommu/ipmmu-vmsa.c
@@ -741,7 +741,9 @@ static const char * const devices_allowlist[] = {
 	"ee100000.mmc",
 	"ee120000.mmc",
 	"ee140000.mmc",
-	"ee160000.mmc"
+	"ee160000.mmc",
+	"e7350000.dma-controller",
+	"e7351000.dma-controller"
 };
 
 static bool ipmmu_device_is_allowed(struct device *dev)
-- 
2.48.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-12-01  5:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-27  0:48 [PATCH] iommu: ipmmu-vmsa: Add DMA controllers to devices_allowlist Koichiro Den
2025-10-29 16:08 ` Geert Uytterhoeven
2025-11-03  8:56   ` Ryo Takakura
2025-12-01  5:14     ` Koichiro Den

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox