From: Guenter Roeck <linux@roeck-us.net>
To: Eugene Shalygin <eugene.shalygin@gmail.com>
Cc: Debabrata Banerjee <dbavatar@gmail.com>,
Jean Delvare <jdelvare@suse.com>,
Jonathan Corbet <corbet@lwn.net>,
linux-hwmon@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] hwmon: (asus-ec-sensors) add ROG STRIX X570-E GAMING WIFI II
Date: Mon, 9 May 2022 17:33:27 -0700 [thread overview]
Message-ID: <20220510003327.GA1561946@roeck-us.net> (raw)
In-Reply-To: <20220505073351.123753-1-eugene.shalygin@gmail.com>
On Thu, May 05, 2022 at 09:33:51AM +0200, Eugene Shalygin wrote:
> From: Debabrata Banerjee <dbavatar@gmail.com>
>
> Adds support for the ROG STRIX X570-E GAMING WIFI II board and
> simplifies formatting for the list of supported models.
>
> Signed-off-by: Debabrata Banerjee <dbavatar@gmail.com>
> Signed-off-by: Eugene Shalygin <eugene.shalygin@gmail.com>
Applied.
Thanks,
Guenter
> ---
> Documentation/hwmon/asus_ec_sensors.rst | 23 ++++++++++++-----------
> drivers/hwmon/asus-ec-sensors.c | 8 ++++++++
> 2 files changed, 20 insertions(+), 11 deletions(-)
>
> diff --git a/Documentation/hwmon/asus_ec_sensors.rst b/Documentation/hwmon/asus_ec_sensors.rst
> index 1700fe619597..78ca69eda877 100644
> --- a/Documentation/hwmon/asus_ec_sensors.rst
> +++ b/Documentation/hwmon/asus_ec_sensors.rst
> @@ -4,19 +4,20 @@ Kernel driver asus_ec_sensors
> =================================
>
> Supported boards:
> - * PRIME X470-PRO,
> - * PRIME X570-PRO,
> - * Pro WS X570-ACE,
> + * PRIME X470-PRO
> + * PRIME X570-PRO
> + * Pro WS X570-ACE
> * ProArt X570-CREATOR WIFI
> - * ROG CROSSHAIR VIII DARK HERO,
> + * ROG CROSSHAIR VIII DARK HERO
> * ROG CROSSHAIR VIII HERO (WI-FI)
> - * ROG CROSSHAIR VIII FORMULA,
> - * ROG CROSSHAIR VIII HERO,
> - * ROG CROSSHAIR VIII IMPACT,
> - * ROG STRIX B550-E GAMING,
> - * ROG STRIX B550-I GAMING,
> - * ROG STRIX X570-E GAMING,
> - * ROG STRIX X570-F GAMING,
> + * ROG CROSSHAIR VIII FORMULA
> + * ROG CROSSHAIR VIII HERO
> + * ROG CROSSHAIR VIII IMPACT
> + * ROG STRIX B550-E GAMING
> + * ROG STRIX B550-I GAMING
> + * ROG STRIX X570-E GAMING
> + * ROG STRIX X570-E GAMING WIFI II
> + * ROG STRIX X570-F GAMING
> * ROG STRIX X570-I GAMING
>
> Authors:
> diff --git a/drivers/hwmon/asus-ec-sensors.c b/drivers/hwmon/asus-ec-sensors.c
> index 998d49d6b799..611e897429b1 100644
> --- a/drivers/hwmon/asus-ec-sensors.c
> +++ b/drivers/hwmon/asus-ec-sensors.c
> @@ -315,6 +315,14 @@ static const struct ec_board_info board_info[] = {
> .mutex_path = ASUS_HW_ACCESS_MUTEX_ASMX,
> .family = family_amd_500_series,
> },
> + {
> + .board_names = {"ROG STRIX X570-E GAMING WIFI II"},
> + .sensors = SENSOR_SET_TEMP_CHIPSET_CPU_MB |
> + SENSOR_TEMP_T_SENSOR | SENSOR_CURR_CPU |
> + SENSOR_IN_CPU_CORE,
> + .mutex_path = ASUS_HW_ACCESS_MUTEX_ASMX,
> + .family = family_amd_500_series,
> + },
> {
> .board_names = {"ROG STRIX X570-F GAMING"},
> .sensors = SENSOR_SET_TEMP_CHIPSET_CPU_MB |
prev parent reply other threads:[~2022-05-10 0:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-05 7:33 [PATCH] hwmon: (asus-ec-sensors) add ROG STRIX X570-E GAMING WIFI II Eugene Shalygin
2022-05-10 0:33 ` Guenter Roeck [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220510003327.GA1561946@roeck-us.net \
--to=linux@roeck-us.net \
--cc=corbet@lwn.net \
--cc=dbavatar@gmail.com \
--cc=eugene.shalygin@gmail.com \
--cc=jdelvare@suse.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).