All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Device tree support for Hyper-V VMBus driver
@ 2023-01-16 16:48 Saurabh Sengar
  2023-01-16 16:48 ` [PATCH 1/4] drivers/clocksource/hyper-v: non ACPI support in hyperv clock Saurabh Sengar
                   ` (4 more replies)
  0 siblings, 5 replies; 20+ messages in thread
From: Saurabh Sengar @ 2023-01-16 16:48 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, kys, haiyangz, wei.liu, decui,
	daniel.lezcano, tglx, devicetree, linux-kernel, linux-hyperv,
	mikelley, ssengar

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


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

end of thread, other threads:[~2023-02-01 10:53 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-16 16:48 [PATCH 0/4] Device tree support for Hyper-V VMBus driver Saurabh Sengar
2023-01-16 16:48 ` [PATCH 1/4] drivers/clocksource/hyper-v: non ACPI support in hyperv clock Saurabh Sengar
2023-01-16 16:48 ` [PATCH 2/4] Drivers: hv: allow non ACPI compilation for hv_is_hibernation_supported Saurabh Sengar
2023-01-16 16:48 ` [PATCH 3/4] Drivers: hv: vmbus: Device Tree support Saurabh Sengar
2023-01-16 18:48   ` Krzysztof Kozlowski
2023-01-17 15:32     ` Saurabh Singh Sengar
2023-02-01  9:03     ` Saurabh Singh Sengar
2023-01-17 14:20   ` Rob Herring
2023-01-16 16:48 ` [PATCH 4/4] dt-bindings: hv: Add dt-bindings for VMBus Saurabh Sengar
2023-01-16 18:53   ` Krzysztof Kozlowski
2023-02-01 10:53     ` Saurabh Singh Sengar
2023-01-16 18:55   ` Krzysztof Kozlowski
2023-01-17 15:13     ` Saurabh Singh Sengar
2023-01-17 15:41       ` Krzysztof Kozlowski
2023-01-17 15:52         ` Saurabh Singh Sengar
2023-01-20 11:43           ` Krzysztof Kozlowski
2023-01-20 12:51             ` Saurabh Singh Sengar
2023-01-21 20:28               ` Krzysztof Kozlowski
2023-01-17  1:17   ` Rob Herring
2023-01-17 14:35 ` [PATCH 0/4] Device tree support for Hyper-V VMBus driver Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.