]> www.infradead.org Git - users/dwmw2/linux.git/commit
Drivers: hv: vmbus: Get the IRQ number from DeviceTree
authorRoman Kisel <romank@linux.microsoft.com>
Mon, 28 Apr 2025 21:07:39 +0000 (14:07 -0700)
committerWei Liu <wei.liu@kernel.org>
Fri, 23 May 2025 16:30:55 +0000 (16:30 +0000)
commit1dc5df133b98eca75d079e4485ade6b601cadf59
tree4335f10f8bcea4f8079ac525143715d7adadcfc5
parent23aa0c355921a39111f1646ef6592da20af9394c
Drivers: hv: vmbus: Get the IRQ number from DeviceTree

The VMBus driver uses ACPI for interrupt assignment on
arm64 hence it won't function in the VTL mode where only
DeviceTree can be used.

Update the VMBus driver to discover interrupt configuration
from DT.

Signed-off-by: Roman Kisel <romank@linux.microsoft.com>
Reviewed-by: Michael Kelley <mhklinux@outlook.com>
Link: https://lore.kernel.org/r/20250428210742.435282-9-romank@linux.microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Message-ID: <20250428210742.435282-9-romank@linux.microsoft.com>
drivers/hv/vmbus_drv.c