]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
PCI: hv: Get vPCI MSI IRQ domain from DeviceTree
authorRoman Kisel <romank@linux.microsoft.com>
Mon, 28 Apr 2025 21:07:42 +0000 (14:07 -0700)
committerWei Liu <wei.liu@kernel.org>
Fri, 23 May 2025 16:30:55 +0000 (16:30 +0000)
commitd684f9b28809b783e8473727fdf14595b36d8fd3
tree8fbeec85e3ff2d5ed27e81af0c769374a650a70b
parentab7e531a8212394608838c31e9dfac69fafa6c8a
PCI: hv: Get vPCI MSI IRQ domain from DeviceTree

The hyperv-pci driver uses ACPI for MSI IRQ domain configuration on
arm64. It won't be able to do that in the VTL mode where only DeviceTree
can be used.

Update the hyperv-pci driver to get vPCI MSI IRQ domain in the DeviceTree
case, too.

Signed-off-by: Roman Kisel <romank@linux.microsoft.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Michael Kelley <mhklinux@outlook.com>
Link: https://lore.kernel.org/r/20250428210742.435282-12-romank@linux.microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Message-ID: <20250428210742.435282-12-romank@linux.microsoft.com>
drivers/pci/controller/pci-hyperv.c