[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211002210857.709956-1-pauk.denis@gmail.com>
Date: Sun, 3 Oct 2021 00:08:53 +0300
From: Denis Pauk <pauk.denis@...il.com>
To: unlisted-recipients:; (no To-header on input)
Cc: pauk.denis@...il.com, Eugene Shalygin <eugene.shalygin@...il.com>,
matt-testalltheway <sefoci9222@...unway.com>,
Kamil Dudka <kdudka@...hat.com>,
Robert Swiecki <robert@...ecki.net>,
Kamil Pietrzak <kpietrzak@...root.org>, Igor <igor@...lig.com>,
Tor Vic <torvic9@...lbox.org>, Poezevara <nephartyz@...il.com>,
Andy Shevchenko <andriy.shevchenko@...el.com>,
Guenter Roeck <linux@...ck-us.net>,
Jean Delvare <jdelvare@...e.com>, linux-kernel@...r.kernel.org,
linux-hwmon@...r.kernel.org
Subject: [PATCH 0/3] Update ASUS WMI supported boards.
Add support to nct6775:
* PRIME B360-PLUS
* PRIME X570-PRO
* ROG CROSSHAIR VIII FORMULA
* ROG STRIX B550-I GAMING
* ROG STRIX X570-F GAMING
* ROG STRIX Z390-E GAMING
* TUF GAMING B550-PRO
* TUF GAMING Z490-PLUS
* TUF GAMING Z490-PLUS (WI-FI)
Add sensors driver for ASUS motherboards to read sensors from the embedded
controller. Based on https://github.com/zeule/asus-wmi-ec-sensors.
Could you please review?
@Andy Shevchenko, @Guenter Roeck should I split last patch in some way?
Should I add to MAINTAINERS:
--
ASUS WMI HARDWARE MONITOR DRIVER
M: Eugene Shalygin <eugene.shalygin@...il.com>
M: Denis Pauk <pauk.denis@...il.com>
L: linux-hwmon@...r.kernel.org
S: Maintained
F: drivers/hwmon/asus_wmi_sensors.c
--
BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=204807
Signed-off-by: Denis Pauk <pauk.denis@...il.com>
Co-developed-by: Eugene Shalygin <eugene.shalygin@...il.com>
Signed-off-by: Eugene Shalygin <eugene.shalygin@...il.com>
Tested-by: matt-testalltheway <sefoci9222@...unway.com>
Tested-by: Kamil Dudka <kdudka@...hat.com>
Tested-by: Robert Swiecki <robert@...ecki.net>
Tested-by: Kamil Pietrzak <kpietrzak@...root.org>
Tested-by: Igor <igor@...lig.com>
Tested-by: Tor Vic <torvic9@...lbox.org>
Tested-by: Poezevara <nephartyz@...il.com>
Cc: Andy Shevchenko <andriy.shevchenko@...el.com>
Cc: Guenter Roeck <linux@...ck-us.net>
---
Denis Pauk (3):
hwmon: (nct6775) Add additional ASUS motherboards.
hwmon: (nct6775) Use custom scale for ASUS motherboards.
hwmon: (asus_wmi_sensors) Support access via Asus WMI.
drivers/hwmon/Kconfig | 12 +
drivers/hwmon/Makefile | 1 +
drivers/hwmon/asus_wmi_sensors.c | 595 +++++++++++++++++++++++++++++++
drivers/hwmon/nct6775.c | 41 ++-
4 files changed, 643 insertions(+), 6 deletions(-)
create mode 100644 drivers/hwmon/asus_wmi_sensors.c
--
2.33.0
Powered by blists - more mailing lists