All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Anthony DeRossi <ajderossi@gmail.com>
Cc: linux-hwmon@vger.kernel.org, jdelvare@suse.com,
	pauk.denis@gmail.com, eugene.shalygin@gmail.com
Subject: Re: [PATCH] hwmon: (asus_wmi_ec_sensors) Support T_Sensor on Prime X570-Pro
Date: Fri, 14 Jan 2022 10:21:55 -0800	[thread overview]
Message-ID: <20220114182155.GA998098@roeck-us.net> (raw)
In-Reply-To: <20220111051842.25634-1-ajderossi@gmail.com>

On Mon, Jan 10, 2022 at 09:18:42PM -0800, Anthony DeRossi wrote:
> Asus Prime X570-Pro motherboards have a T_Sensor header that can be
> connected to an optional temperature probe.
> 
> Signed-off-by: Anthony DeRossi <ajderossi@gmail.com>

Applied to hwmon-next.

Guenter

> ---
>  drivers/hwmon/asus_wmi_ec_sensors.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/hwmon/asus_wmi_ec_sensors.c b/drivers/hwmon/asus_wmi_ec_sensors.c
> index 22a1459305a7..a3a2f014dec0 100644
> --- a/drivers/hwmon/asus_wmi_ec_sensors.c
> +++ b/drivers/hwmon/asus_wmi_ec_sensors.c
> @@ -112,7 +112,8 @@ struct asus_wmi_data {
>  /* boards with EC support */
>  static struct asus_wmi_data sensors_board_PW_X570_P = {
>  	.known_board_sensors = {
> -		SENSOR_TEMP_CHIPSET, SENSOR_TEMP_CPU, SENSOR_TEMP_MB, SENSOR_TEMP_VRM,
> +		SENSOR_TEMP_CHIPSET, SENSOR_TEMP_CPU, SENSOR_TEMP_MB,
> +		SENSOR_TEMP_T_SENSOR, SENSOR_TEMP_VRM,
>  		SENSOR_FAN_CHIPSET,
>  		SENSOR_MAX
>  	},

      parent reply	other threads:[~2022-01-14 18:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-11  5:18 [PATCH] hwmon: (asus_wmi_ec_sensors) Support T_Sensor on Prime X570-Pro Anthony DeRossi
2022-01-11 17:24 ` Eugene Shalygin
2022-01-12  1:44   ` Anthony DeRossi
2022-01-14 18:21 ` 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=20220114182155.GA998098@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=ajderossi@gmail.com \
    --cc=eugene.shalygin@gmail.com \
    --cc=jdelvare@suse.com \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=pauk.denis@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.