linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Update ASUS WMI supported boards.
@ 2021-10-02 21:08 Denis Pauk
  2021-10-02 21:08 ` [PATCH 1/3] hwmon: (nct6775) Add additional ASUS motherboards Denis Pauk
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Denis Pauk @ 2021-10-02 21:08 UTC (permalink / raw)
  Cc: pauk.denis, Eugene Shalygin, matt-testalltheway, Kamil Dudka,
	Robert Swiecki, Kamil Pietrzak, Igor, Tor Vic, Poezevara,
	Andy Shevchenko, Guenter Roeck, Jean Delvare, linux-kernel,
	linux-hwmon

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@gmail.com>
M:     Denis Pauk <pauk.denis@gmail.com>
L:     linux-hwmon@vger.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@gmail.com>
Co-developed-by: Eugene Shalygin <eugene.shalygin@gmail.com>
Signed-off-by: Eugene Shalygin <eugene.shalygin@gmail.com>
Tested-by: matt-testalltheway <sefoci9222@rerunway.com>
Tested-by: Kamil Dudka <kdudka@redhat.com>
Tested-by: Robert Swiecki <robert@swiecki.net>
Tested-by: Kamil Pietrzak <kpietrzak@disroot.org>
Tested-by: Igor <igor@svelig.com>
Tested-by: Tor Vic <torvic9@mailbox.org>
Tested-by: Poezevara <nephartyz@gmail.com>
Cc: Andy Shevchenko <andriy.shevchenko@intel.com>
Cc: Guenter Roeck <linux@roeck-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


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

end of thread, other threads:[~2021-10-05 13:56 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-02 21:08 [PATCH 0/3] Update ASUS WMI supported boards Denis Pauk
2021-10-02 21:08 ` [PATCH 1/3] hwmon: (nct6775) Add additional ASUS motherboards Denis Pauk
2021-10-03  9:48   ` Andy Shevchenko
2021-10-02 21:08 ` [PATCH 2/3] hwmon: (nct6775) Use custom scale for " Denis Pauk
2021-10-03  6:30   ` Andy Shevchenko
2021-10-05 13:52   ` Guenter Roeck
2021-10-02 21:08 ` [PATCH 3/3] hwmon: (asus_wmi_sensors) Support access via Asus WMI Denis Pauk
2021-10-02 21:56   ` Eugene Shalygin
2021-10-03 18:35     ` Eugene Shalygin
2021-10-03 20:48     ` Denis Pauk
2021-10-04 14:31       ` Eugene Shalygin
2021-10-03 10:34   ` Andy Shevchenko
2021-10-02 21:34 ` [PATCH 0/3] Update ASUS WMI supported boards Denis Pauk
2021-10-03  6:24   ` Andy Shevchenko
2021-10-03  6:39 ` Andy Shevchenko
2021-10-03 11:50 ` Oleksandr Natalenko
2021-10-03 12:47   ` Oleksandr Natalenko
2021-10-03 12:53     ` Eugene Shalygin
2021-10-03 13:00       ` Oleksandr Natalenko

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).