[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1673887688-19151-1-git-send-email-ssengar@linux.microsoft.com>
Date: Mon, 16 Jan 2023 08:48:04 -0800
From: Saurabh Sengar <ssengar@...ux.microsoft.com>
To: robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org,
kys@...rosoft.com, haiyangz@...rosoft.com, wei.liu@...nel.org,
decui@...rosoft.com, daniel.lezcano@...aro.org, tglx@...utronix.de,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-hyperv@...r.kernel.org, mikelley@...rosoft.com,
ssengar@...rosoft.com
Subject: [PATCH 0/4] Device tree support for Hyper-V VMBus driver
This patch set expands the functionality of the VMBus driver by adding
support for device tree on x86/x64 architectures.
The first two patches enable Hyper-V builds for non-ACPI systems, while
the third patch adds device tree support into the VMBus driver, in
addition to its pre-existing support for ACPI. The fourth patch includes
the necessary device tree bindings for the VMBus driver.
Saurabh Sengar (4):
drivers/clocksource/hyper-v: non ACPI support in hyperv clock
Drivers: hv: allow non ACPI compilation for
hv_is_hibernation_supported
Drivers: hv: vmbus: Device Tree support
dt-bindings: hv: Add dt-bindings for VMBus
.../devicetree/bindings/hv/msft,vmbus.yaml | 34 ++++
drivers/clocksource/hyperv_timer.c | 15 +-
drivers/hv/hv_common.c | 4 +
drivers/hv/vmbus_drv.c | 190 +++++++++++++++++----
4 files changed, 206 insertions(+), 37 deletions(-)
create mode 100644 Documentation/devicetree/bindings/hv/msft,vmbus.yaml
--
1.8.3.1
Powered by blists - more mailing lists