Driver: VMBus: Add Devicetree support
authorSaurabh Sengar <ssengar@linux.microsoft.com>
Mon, 20 Mar 2023 07:47:40 +0000 (00:47 -0700)
committerWei Liu <wei.liu@kernel.org>
Mon, 17 Apr 2023 19:16:22 +0000 (19:16 +0000)
commitf83705a51275ed29117d46e1d68e8b16dcb40507
tree6320044ce19da209f34d735d0e9a757eb12d8544
parent61f7a325927e6f15de09aef96eea54801b227864
Driver: VMBus: Add Devicetree support

Update the driver to support Devicetree boot as well along with ACPI.
At present the Devicetree parsing only provides the mmio region info
and is not the exact copy of ACPI parsing. This is sufficient to cater
all the current Devicetree usecases for VMBus.

Currently Devicetree is supported only for x86 systems.

Signed-off-by: Saurabh Sengar <ssengar@linux.microsoft.com>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Link: https://lore.kernel.org/r/1679298460-11855-6-git-send-email-ssengar@linux.microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/Kconfig
drivers/hv/vmbus_drv.c