2021-10-03 13:42:24

by Oleksandr Natalenko

[permalink] [raw]
Subject: [PATCH 0/3] hwmon: add ASUS Pro WS X570-ACE support

Based on hwmon-next + [1].

ASUS Pro WS X570-ACE board carries an nct6775 chip, which needs proper
support without kernel command line quirk. Also, the sensors of this
board can be monitored via BREC WMI method.

This submission addresses both issues.

Please review.

Thanks.

[1] https://lore.kernel.org/lkml/[email protected]/

Oleksandr Natalenko (3):
hwmon: (nct6775) add Pro WS X570-ACE
hwmon: (asus_wmi_sensors) split out T_Sensor
hwmon: (asus_wmi_sensors) add Pro WS X570-ACE

drivers/hwmon/asus_wmi_sensors.c | 19 ++++++++++++++++---
drivers/hwmon/nct6775.c | 1 +
2 files changed, 17 insertions(+), 3 deletions(-)

--
2.33.0


2021-10-03 17:46:22

by Andy Shevchenko

[permalink] [raw]
Subject: Re: [PATCH 0/3] hwmon: add ASUS Pro WS X570-ACE support

On Sun, Oct 3, 2021 at 4:41 PM Oleksandr Natalenko
<[email protected]> wrote:
>
> Based on hwmon-next + [1].
>
> ASUS Pro WS X570-ACE board carries an nct6775 chip, which needs proper
> support without kernel command line quirk. Also, the sensors of this
> board can be monitored via BREC WMI method.
>
> This submission addresses both issues.
>
> Please review.

All three looks good to me,
Reviewed-by: Andy Shevchenko <[email protected]>

> Thanks.
>
> [1] https://lore.kernel.org/lkml/[email protected]/
>
> Oleksandr Natalenko (3):
> hwmon: (nct6775) add Pro WS X570-ACE
> hwmon: (asus_wmi_sensors) split out T_Sensor
> hwmon: (asus_wmi_sensors) add Pro WS X570-ACE
>
> drivers/hwmon/asus_wmi_sensors.c | 19 ++++++++++++++++---
> drivers/hwmon/nct6775.c | 1 +
> 2 files changed, 17 insertions(+), 3 deletions(-)
>
> --
> 2.33.0
>


--
With Best Regards,
Andy Shevchenko