Re: [PATCH 0/3] Update ASUS WMI supported boards.

From: Denis Pauk
Date: Sat Oct 02 2021 - 17:34:34 EST


On Sun, 3 Oct 2021 00:08:53 +0300
Denis Pauk <pauk.denis@xxxxxxxxx> wrote:

Patches should be applied over
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git:hwmon-next
(0889b7c73a4d8eaaa321eafcf66835979ead862a)

> 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@xxxxxxxxx>
> M: Denis Pauk <pauk.denis@xxxxxxxxx>
> L: linux-hwmon@xxxxxxxxxxxxxxx
> 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@xxxxxxxxx>
> Co-developed-by: Eugene Shalygin <eugene.shalygin@xxxxxxxxx>
> Signed-off-by: Eugene Shalygin <eugene.shalygin@xxxxxxxxx>
> Tested-by: matt-testalltheway <sefoci9222@xxxxxxxxxxxx>
> Tested-by: Kamil Dudka <kdudka@xxxxxxxxxx>
> Tested-by: Robert Swiecki <robert@xxxxxxxxxxx>
> Tested-by: Kamil Pietrzak <kpietrzak@xxxxxxxxxxx>
> Tested-by: Igor <igor@xxxxxxxxxx>
> Tested-by: Tor Vic <torvic9@xxxxxxxxxxx>
> Tested-by: Poezevara <nephartyz@xxxxxxxxx>
> Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>
> Cc: Guenter Roeck <linux@xxxxxxxxxxxx>
>
> ---
> 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
>