linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] platform/x86: wmi: Add driver_override support
@ 2024-06-20 19:42 Armin Wolf
  2024-06-20 19:42 ` [PATCH 1/2] " Armin Wolf
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Armin Wolf @ 2024-06-20 19:42 UTC (permalink / raw)
  To: hdegoede, ilpo.jarvinen
  Cc: corbet, platform-driver-x86, linux-doc, linux-kernel

This patch series add support for using the driver_override sysfs
attribute with WMI devices. The reason for this is that there will
exist a couple of generic WMI drivers in the future for allowing
driver developers to directly access the underlying WMI device.

Since those generic WMI drivers do not have an ID table, the
driver_override mechanism is used to bind them to WMI devices.

Armin Wolf (2):
  platform/x86: wmi: Add driver_override support
  platform/x86: wmi: Add bus ABI documentation

 Documentation/ABI/testing/sysfs-bus-wmi | 79 +++++++++++++++++++++++++
 MAINTAINERS                             |  1 +
 drivers/platform/x86/wmi.c              | 33 +++++++++++
 include/linux/wmi.h                     |  4 ++
 4 files changed, 117 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-wmi

--
2.39.2


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

end of thread, other threads:[~2024-06-24 14:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-20 19:42 [PATCH 0/2] platform/x86: wmi: Add driver_override support Armin Wolf
2024-06-20 19:42 ` [PATCH 1/2] " Armin Wolf
2024-06-20 19:42 ` [PATCH 2/2] platform/x86: wmi: Add bus ABI documentation Armin Wolf
2024-06-24 14:07   ` Ilpo Järvinen
2024-06-24 11:48 ` [PATCH 0/2] platform/x86: wmi: Add driver_override support Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).