From: Hans de Goede <hdegoede@redhat.com>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] [PATCH 3/3] hwmon: (f71882fg) Document all
Date: Thu, 24 Mar 2011 08:16:00 +0000 [thread overview]
Message-ID: <4D8AFDC0.8080306@redhat.com> (raw)
In-Reply-To: <20110323215004.5b9ab7b0@endymion.delvare>
Hi,
I cannot believe I forgot to add the f71808e to Documentation/f71882fg
(note I did faithfully add the f71889ed and the f71869, when adding
support for them, in the same patch set ?!).
Acked-by: Hans de Goede <hdegoede@redhat.com>
Regards,
Hans
On 03/24/2011 08:30 AM, Jean Delvare wrote:
> Hi Guenter,
>
> On Wed, 23 Mar 2011 20:38:16 -0700, Guenter Roeck wrote:
>> On Wed, Mar 23, 2011 at 04:50:04PM -0400, Jean Delvare wrote:
>>> The list of supported devices was not always well documented in all
>>> places. Clarify and list all devices in documentation, Kconfig and
>>> the driver itself.
>>>
>>> Signed-off-by: Jean Delvare<khali@linux-fr.org>
>>> Cc: Hans de Goede<hdegoede@redhat.com>
>>> ---
>>> Documentation/hwmon/f71882fg | 11 +++++++++++
>>> drivers/hwmon/Kconfig | 14 +++++++++++---
>>> drivers/hwmon/f71882fg.c | 2 +-
>>> 3 files changed, 23 insertions(+), 4 deletions(-)
>>>
>> [ ... ]
>>>
>>> config SENSORS_F71882FG
>>> - tristate "Fintek F71858FG, F71862FG, F71882FG, F71889FG and F8000"
>>> + tristate "Fintek F71882FG and compatibles"
>>> help
>>> If you say yes here you get support for hardware monitoring
>>> - features of the Fintek F71858FG, F71862FG/71863FG, F71882FG/F71883FG,
>>> - F71889FG and F8000 Super-I/O chips.
>>> + features of many Fintek Super-I/O (LPC) chips. The currently
>>> + supported chips are:
>>> + F71808E
>>> + F71858FG
>>> + F71862FG and F71863FG
>>> + F71869F and F71869E
>>> + F71882FG and F71883FG
>>> + F71889FG and F81801U
>>> + F71889ED
>>> + F8000
>>>
>> Why not just a simple list ? The grouping seems to be a bit arbitrary unless one knows
>> that the "and" chip IDs are the same - but users won't usually know that.
>
> Thanks for the review(s). Does the following look better?
>
> From: Jean Delvare<khali@linux-fr.org>
> Subject: hwmon: (f71882fg) Document all supported devices
>
> The list of supported devices was not always well documented in all
> places. Clarify and list all devices in documentation, Kconfig and
> the driver itself.
>
> Signed-off-by: Jean Delvare<khali@linux-fr.org>
> Cc: Hans de Goede<hdegoede@redhat.com>
> Acked-by: Guenter Roeck<guenter.roeck@ericsson.com>
> ---
> Documentation/hwmon/f71882fg | 11 +++++++++++
> drivers/hwmon/Kconfig | 16 +++++++++++++---
> drivers/hwmon/f71882fg.c | 2 +-
> 3 files changed, 25 insertions(+), 4 deletions(-)
>
> --- linux-2.6.39-rc0.orig/Documentation/hwmon/f71882fg 2011-03-24 08:15:35.000000000 +0100
> +++ linux-2.6.39-rc0/Documentation/hwmon/f71882fg 2011-03-24 08:15:44.000000000 +0100
> @@ -2,6 +2,10 @@ Kernel driver f71882fg
> ===========
>
> Supported chips:
> + * Fintek F71808E
> + Prefix: 'f71808e'
> + Addresses scanned: none, address read from Super I/O config space
> + Datasheet: Not public
> * Fintek F71858FG
> Prefix: 'f71858fg'
> Addresses scanned: none, address read from Super I/O config space
> @@ -30,6 +34,13 @@ Supported chips:
> Prefix: 'f8000'
> Addresses scanned: none, address read from Super I/O config space
> Datasheet: Not public
> + * Fintek F81801U
> + Prefix: 'f71889fg'
> + Addresses scanned: none, address read from Super I/O config space
> + Datasheet: Not public
> + Note: This is the 64-pin variant of the F71889FG, they have the
> + same device ID and are fully compatible as far as hardware
> + monitoring is concerned.
>
> Author: Hans de Goede<hdegoede@redhat.com>
>
> --- linux-2.6.39-rc0.orig/drivers/hwmon/Kconfig 2011-03-24 08:15:35.000000000 +0100
> +++ linux-2.6.39-rc0/drivers/hwmon/Kconfig 2011-03-24 08:16:44.000000000 +0100
> @@ -315,11 +315,21 @@ config SENSORS_F71805F
> will be called f71805f.
>
> config SENSORS_F71882FG
> - tristate "Fintek F71858FG, F71862FG, F71882FG, F71889FG and F8000"
> + tristate "Fintek F71882FG and compatibles"
> help
> If you say yes here you get support for hardware monitoring
> - features of the Fintek F71858FG, F71862FG/71863FG, F71882FG/F71883FG,
> - F71889FG and F8000 Super-I/O chips.
> + features of many Fintek Super-I/O (LPC) chips. The currently
> + supported chips are:
> + F71808E
> + F71858FG
> + F71862FG
> + F71863FG
> + F71869F/E
> + F71882FG
> + F71883FG
> + F71889FG/ED
> + F8000
> + F81801U
>
> This driver can also be built as a module. If so, the module
> will be called f71882fg.
> --- linux-2.6.39-rc0.orig/drivers/hwmon/f71882fg.c 2011-03-24 08:15:40.000000000 +0100
> +++ linux-2.6.39-rc0/drivers/hwmon/f71882fg.c 2011-03-24 08:15:44.000000000 +0100
> @@ -114,7 +114,7 @@ static const char *f71882fg_names[] = {
> "f71862fg",
> "f71869", /* Both f71869f and f71869e, reg. compatible and same id */
> "f71882fg",
> - "f71889fg",
> + "f71889fg", /* f81801u too, same id */
> "f71889ed",
> "f8000",
> };
>
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
next prev parent reply other threads:[~2011-03-24 8:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-23 20:50 [lm-sensors] [PATCH 3/3] hwmon: (f71882fg) Document all supported Jean Delvare
2011-03-24 3:38 ` [lm-sensors] [PATCH 3/3] hwmon: (f71882fg) Document all Guenter Roeck
2011-03-24 7:30 ` Jean Delvare
2011-03-24 8:16 ` Hans de Goede [this message]
2011-03-24 9:52 ` Guenter Roeck
2011-03-24 13:57 ` Jean Delvare
2011-03-24 15:19 ` Guenter Roeck
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=4D8AFDC0.8080306@redhat.com \
--to=hdegoede@redhat.com \
--cc=lm-sensors@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 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.