mbox series

[0/3] hwmon: add ASUS Pro WS X570-ACE support

Message ID 20211003133344.9036-1-oleksandr@natalenko.name (mailing list archive)
Headers show
Series hwmon: add ASUS Pro WS X570-ACE support | expand

Message

Oleksandr Natalenko Oct. 3, 2021, 1:33 p.m. UTC
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/20211002210857.709956-1-pauk.denis@gmail.com/

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

Comments

Andy Shevchenko Oct. 3, 2021, 5:30 p.m. UTC | #1
On Sun, Oct 3, 2021 at 4:41 PM Oleksandr Natalenko
<oleksandr@natalenko.name> 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 <andy.shevchenko@gmail.com>

> Thanks.
>
> [1] https://lore.kernel.org/lkml/20211002210857.709956-1-pauk.denis@gmail.com/
>
> 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
>