public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: AceLan Kao <acelan.kao@canonical.com>
Cc: Wim Van Sebroeck <wim@linux-watchdog.org>,
	Jean Delvare <jdelvare@suse.com>,
	linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org,
	SophieHu <sophiehu@aaeon.com.tw>
Subject: Re: [PATCH] hwmon: f71882fg: Add F81966 support
Date: Wed, 17 Nov 2021 05:23:33 -0800	[thread overview]
Message-ID: <20211117132333.GA2201569@roeck-us.net> (raw)
In-Reply-To: <20211117024320.2428144-1-acelan.kao@canonical.com>

On Wed, Nov 17, 2021 at 10:43:20AM +0800, AceLan Kao wrote:
> From: Menghui Wu <Menghui_Wu@aaeon.com.tw>
> 
> This adds hardware monitor support the Fintek F81966 Super I/O chip.
> Testing was done on the Aaeon SSE-IPTI
> 
> Signed-off-by: Menghui Wu <Menghui_Wu@aaeon.com.tw>
> Signed-off-by: Chia-Lin Kao (AceLan) <acelan.kao@canonical.com>

Applied to hwmon-next.

Thanks,
Guenter

> ---
>  drivers/hwmon/f71882fg.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/hwmon/f71882fg.c b/drivers/hwmon/f71882fg.c
> index 4673d403759a..938a8b9ec70d 100644
> --- a/drivers/hwmon/f71882fg.c
> +++ b/drivers/hwmon/f71882fg.c
> @@ -49,6 +49,7 @@
>  #define SIO_F81768D_ID		0x1210	/* Chipset ID */
>  #define SIO_F81865_ID		0x0704	/* Chipset ID */
>  #define SIO_F81866_ID		0x1010	/* Chipset ID */
> +#define SIO_F81966_ID		0x1502	/* Chipset ID */
>  
>  #define REGION_LENGTH		8
>  #define ADDR_REG_OFFSET		5
> @@ -2672,6 +2673,7 @@ static int __init f71882fg_find(int sioaddr, struct f71882fg_sio_data *sio_data)
>  		sio_data->type = f81865f;
>  		break;
>  	case SIO_F81866_ID:
> +	case SIO_F81966_ID:
>  		sio_data->type = f81866a;
>  		break;
>  	default:

      reply	other threads:[~2021-11-17 13:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-17  2:43 [PATCH] hwmon: f71882fg: Add F81966 support AceLan Kao
2021-11-17 13:23 ` 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=20211117132333.GA2201569@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=acelan.kao@canonical.com \
    --cc=jdelvare@suse.com \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sophiehu@aaeon.com.tw \
    --cc=wim@linux-watchdog.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