* [PATCH] hwmon: (asus-ec-sensors) add ProArt X570 Creator WIFI board
@ 2022-04-22 11:17 Eugene Shalygin
2022-04-23 19:17 ` Guenter Roeck
0 siblings, 1 reply; 3+ messages in thread
From: Eugene Shalygin @ 2022-04-22 11:17 UTC (permalink / raw)
To: eugene.shalygin
Cc: Jean Delvare, Guenter Roeck, Jonathan Corbet, linux-hwmon,
linux-doc, linux-kernel
Basing on information and testing provided by users [1] add support for
another board, ASUS ProArt X570 Creator WiFi.
[1] https://github.com/zeule/asus-ec-sensors/issues/17
Signed-off-by: Eugene Shalygin <eugene.shalygin@gmail.com>
---
Documentation/hwmon/asus_ec_sensors.rst | 1 +
drivers/hwmon/asus-ec-sensors.c | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/Documentation/hwmon/asus_ec_sensors.rst b/Documentation/hwmon/asus_ec_sensors.rst
index e7e8f1640f45..b3469851ab9a 100644
--- a/Documentation/hwmon/asus_ec_sensors.rst
+++ b/Documentation/hwmon/asus_ec_sensors.rst
@@ -6,6 +6,7 @@ Kernel driver asus_ec_sensors
Supported boards:
* PRIME X570-PRO,
* Pro WS X570-ACE,
+ * ProArt X570-CREATOR WIFI
* ROG CROSSHAIR VIII DARK HERO,
* ROG CROSSHAIR VIII HERO (WI-FI)
* ROG CROSSHAIR VIII FORMULA,
diff --git a/drivers/hwmon/asus-ec-sensors.c b/drivers/hwmon/asus-ec-sensors.c
index 3ad8eadea68f..e3d794fb0534 100644
--- a/drivers/hwmon/asus-ec-sensors.c
+++ b/drivers/hwmon/asus-ec-sensors.c
@@ -176,6 +176,11 @@ static const struct dmi_system_id asus_ec_dmi_table[] __initconst = {
DMI_EXACT_MATCH_BOARD(VENDOR_ASUS_UPPER_CASE, "PRIME X570-PRO",
SENSOR_SET_TEMP_CHIPSET_CPU_MB | SENSOR_TEMP_VRM |
SENSOR_TEMP_T_SENSOR | SENSOR_FAN_CHIPSET),
+ DMI_EXACT_MATCH_BOARD(VENDOR_ASUS_UPPER_CASE,
+ "ProArt X570-CREATOR WIFI",
+ SENSOR_SET_TEMP_CHIPSET_CPU_MB | SENSOR_TEMP_VRM |
+ SENSOR_TEMP_T_SENSOR | SENSOR_FAN_CPU_OPT |
+ SENSOR_CURR_CPU | SENSOR_IN_CPU_CORE),
DMI_EXACT_MATCH_BOARD(VENDOR_ASUS_UPPER_CASE, "Pro WS X570-ACE",
SENSOR_SET_TEMP_CHIPSET_CPU_MB | SENSOR_TEMP_VRM |
SENSOR_TEMP_T_SENSOR | SENSOR_FAN_CHIPSET |
--
2.35.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] hwmon: (asus-ec-sensors) add ProArt X570 Creator WIFI board
2022-04-22 11:17 [PATCH] hwmon: (asus-ec-sensors) add ProArt X570 Creator WIFI board Eugene Shalygin
@ 2022-04-23 19:17 ` Guenter Roeck
2022-04-23 19:23 ` Eugene Shalygin
0 siblings, 1 reply; 3+ messages in thread
From: Guenter Roeck @ 2022-04-23 19:17 UTC (permalink / raw)
To: Eugene Shalygin
Cc: Jean Delvare, Jonathan Corbet, linux-hwmon, linux-doc,
linux-kernel
On Fri, Apr 22, 2022 at 01:17:37PM +0200, Eugene Shalygin wrote:
> Basing on information and testing provided by users [1] add support for
> another board, ASUS ProArt X570 Creator WiFi.
>
> [1] https://github.com/zeule/asus-ec-sensors/issues/17
>
> Signed-off-by: Eugene Shalygin <eugene.shalygin@gmail.com>
Applied.
Thanks,
Guenter
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] hwmon: (asus-ec-sensors) add ProArt X570 Creator WIFI board
2022-04-23 19:17 ` Guenter Roeck
@ 2022-04-23 19:23 ` Eugene Shalygin
0 siblings, 0 replies; 3+ messages in thread
From: Eugene Shalygin @ 2022-04-23 19:23 UTC (permalink / raw)
To: Guenter Roeck
Cc: Jean Delvare, Jonathan Corbet, linux-hwmon,
Linux Documentation List, Linux Kernel Mailing List
Thank you!
On Sat, 23 Apr 2022 at 21:17, Guenter Roeck <linux@roeck-us.net> wrote:
>
> On Fri, Apr 22, 2022 at 01:17:37PM +0200, Eugene Shalygin wrote:
> > Basing on information and testing provided by users [1] add support for
> > another board, ASUS ProArt X570 Creator WiFi.
> >
> > [1] https://github.com/zeule/asus-ec-sensors/issues/17
> >
> > Signed-off-by: Eugene Shalygin <eugene.shalygin@gmail.com>
>
> Applied.
>
> Thanks,
> Guenter
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-04-23 19:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-22 11:17 [PATCH] hwmon: (asus-ec-sensors) add ProArt X570 Creator WIFI board Eugene Shalygin
2022-04-23 19:17 ` Guenter Roeck
2022-04-23 19:23 ` Eugene Shalygin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox