linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] platform/x86: wmi: Add subsystem documentation
@ 2023-04-24 22:29 Armin Wolf
  2023-04-24 22:29 ` [PATCH v2 1/4] platform/x86: wmi: Add kernel doc comments Armin Wolf
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Armin Wolf @ 2023-04-24 22:29 UTC (permalink / raw)
  To: hdegoede, markgross, rdunlap
  Cc: corbet, linux-doc, platform-driver-x86, linux-kernel

Currently, there is no recent documentation available for writing WMI
drivers using the modern bus-based interface. This leads to developers
using the deprecated GUID-based interface when developing new drivers,
causing issues with notification handling when multiple WMI devices sharing
the same notification ID are present. There is also no way for WMI
drivers to add device specific documentation at the moment.
Add documentation for the WMI subsystem to solve those issues. The
device specific documentation currently onyl include documentation for
the wmi-bmof driver, but more is expected to follow.
---
Changes in v2:
- spelling fixes
- tell readers that MOF means Managed Object Format
- 80-cloumn limit

Armin Wolf (4):
  platform/x86: wmi: Add kernel doc comments
  platform/x86: wmi: Mark GUID-based WMI interface as deprecated
  platform/x86: wmi: Add documentation
  platform/x86: wmi: Add device specific documentation

 .../ABI/stable/sysfs-platform-wmi-bmof        |  7 ++
 Documentation/driver-api/index.rst            |  1 +
 Documentation/driver-api/wmi.rst              | 21 ++++
 Documentation/subsystem-apis.rst              |  1 +
 Documentation/wmi/acpi-interface.rst          | 96 +++++++++++++++++++
 Documentation/wmi/devices/index.rst           | 22 +++++
 Documentation/wmi/devices/wmi-bmof.rst        | 25 +++++
 Documentation/wmi/index.rst                   | 19 ++++
 MAINTAINERS                                   |  9 ++
 drivers/platform/x86/Kconfig                  |  4 +-
 drivers/platform/x86/wmi.c                    | 63 +++++++++---
 include/linux/wmi.h                           | 41 +++++++-
 12 files changed, 289 insertions(+), 20 deletions(-)
 create mode 100644 Documentation/ABI/stable/sysfs-platform-wmi-bmof
 create mode 100644 Documentation/driver-api/wmi.rst
 create mode 100644 Documentation/wmi/acpi-interface.rst
 create mode 100644 Documentation/wmi/devices/index.rst
 create mode 100644 Documentation/wmi/devices/wmi-bmof.rst
 create mode 100644 Documentation/wmi/index.rst

--
2.30.2


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

end of thread, other threads:[~2023-04-26 12:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-24 22:29 [PATCH v2 0/4] platform/x86: wmi: Add subsystem documentation Armin Wolf
2023-04-24 22:29 ` [PATCH v2 1/4] platform/x86: wmi: Add kernel doc comments Armin Wolf
2023-04-25  3:08   ` Randy Dunlap
2023-04-24 22:29 ` [PATCH v2 2/4] platform/x86: wmi: Mark GUID-based WMI interface as deprecated Armin Wolf
2023-04-25  3:08   ` Randy Dunlap
2023-04-24 22:29 ` [PATCH v2 3/4] platform/x86: wmi: Add documentation Armin Wolf
2023-04-25  3:07   ` Randy Dunlap
2023-04-25 16:30     ` Hans de Goede
2023-04-25 20:29       ` Armin Wolf
2023-04-25 20:42         ` Randy Dunlap
2023-04-24 22:29 ` [PATCH v2 4/4] platform/x86: wmi: Add device specific documentation Armin Wolf
2023-04-25  3:08   ` Randy Dunlap
2023-04-26 12:42 ` [PATCH v2 0/4] platform/x86: wmi: Add subsystem documentation 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).