All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC v2 0/2] platform/x86: Allow retrieving the number of WMI object instances
@ 2023-04-26 21:28 Armin Wolf
  2023-04-26 21:28 ` [RFC v2 1/2] platform/x86: wmi: " Armin Wolf
  2023-04-26 21:28 ` [RFC v2 2/2] platform/x86: dell-sysman: Improve instance detection Armin Wolf
  0 siblings, 2 replies; 8+ messages in thread
From: Armin Wolf @ 2023-04-26 21:28 UTC (permalink / raw)
  To: hdegoede, markgross
  Cc: Mario.Limonciello, prasanth.ksr, jorgealtxwork, james,
	Dell.Client.Kernel, platform-driver-x86, linux-kernel

This experimental patch series allows WMI drivers to retrieve
the number of WMI object instances. This functionallity benefits
several current and upcoming WMI drivers, the dell-wmi-sysman driver
is converted to use this new API as an example.

The changes are compile-tested only, the change to the dell-wmi-sysman
driver also needs to be tested on real hardware.

Armin Wolf (2):
  platform/x86: wmi: Allow retrieving the number of WMI object instances
  platform/x86: dell-sysman: Improve instance detection

 .../x86/dell/dell-wmi-sysman/sysman.c         | 15 ++++---
 drivers/platform/x86/wmi.c                    | 40 +++++++++++++++++++
 include/linux/acpi.h                          |  2 +
 include/linux/wmi.h                           |  2 +
 4 files changed, 51 insertions(+), 8 deletions(-)

--
2.30.2


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

end of thread, other threads:[~2023-04-29  9:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-26 21:28 [RFC v2 0/2] platform/x86: Allow retrieving the number of WMI object instances Armin Wolf
2023-04-26 21:28 ` [RFC v2 1/2] platform/x86: wmi: " Armin Wolf
2023-04-27  6:19   ` James Seo
2023-04-27  6:19     ` James Seo
2023-04-27  9:43   ` Hans de Goede
2023-04-27 16:26     ` Armin Wolf
2023-04-29  9:27       ` Hans de Goede
2023-04-26 21:28 ` [RFC v2 2/2] platform/x86: dell-sysman: Improve instance detection Armin Wolf

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.