mbox series

[0/1] platform/x86: introduce dasharo-acpi platform driver

Message ID 20250327113634.314746-1-michal.kopec@3mdeb.com (mailing list archive)
Headers show
Series platform/x86: introduce dasharo-acpi platform driver | expand

Message

Michał Kopeć March 27, 2025, 11:36 a.m. UTC
This patch introduces a new platform driver for devices running Dasharo
firmware. Dasharo is an open-source boot firmware distribution that
comes with devices from vendors such as NovaCustom, for whom the initial
version of this driver has been developed.

The initial version implements HWMON support for fan tachometer, duty
cycle, and system temperature.

It is my first major patch, so it is highly likely that I've made
mistakes. The ACPI interface for this driver has been developed
alongside this driver, and the design may still be modified, if needed.

Kind regards,
Michał Kopeć

Michał Kopeć (1):
  platform/x86: Introduce dasharo-acpi platform driver

 drivers/platform/x86/Kconfig        |  10 +
 drivers/platform/x86/Makefile       |   3 +
 drivers/platform/x86/dasharo-acpi.c | 399 ++++++++++++++++++++++++++++
 3 files changed, 412 insertions(+)
 create mode 100644 drivers/platform/x86/dasharo-acpi.c