mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] riscv: iommu: ask for ACS to be enabled
@ 2026-09-16 11:25 BillXiang
  2026-09-16 12:18 ` Sunil V L
  0 siblings, 1 reply; 3+ messages in thread
From: BillXiang @ 2026-09-16 11:25 UTC (permalink / raw)
  To: sunilvl
  Cc: rafael, lenb, pjw, palmer, aou, alex, linux-acpi, linux-riscv,
	linux-kernel, iommu, tjeznach, luxu.kernel, guoren, jgg,
	xiangwencheng

Make sure ACS will be enabled during PCI probe

Signed-off-by: BillXiang <xiangwencheng@lanxincomputing.com>
---
 drivers/acpi/riscv/rimt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/acpi/riscv/rimt.c b/drivers/acpi/riscv/rimt.c
index e4538fa6c2c8..30d2d0211d5e 100644
--- a/drivers/acpi/riscv/rimt.c
+++ b/drivers/acpi/riscv/rimt.c
@@ -525,4 +525,5 @@ void __init riscv_acpi_rimt_init(void)
 
 		return;
 	}
+	pci_request_acs();
 }
-- 
2.53.0

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

end of thread, other threads:[~2026-09-17  2:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-16 11:25 [PATCH] riscv: iommu: ask for ACS to be enabled BillXiang
2026-09-16 12:18 ` Sunil V L
2026-09-17  2:04   ` BillXiang

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

all inboxes | Powered by JetHome®