All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH v2] hwmon: (nct6775) Documentation updates
@ 2014-11-20 17:21 Guenter Roeck
  2014-11-20 17:46 ` Jean Delvare
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Guenter Roeck @ 2014-11-20 17:21 UTC (permalink / raw)
  To: lm-sensors

Document support for NCT6102D/NCT6106D and NCT6791D.
Document that NCT5573D is compatible to NCT6775F with the same chip ID.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
v2: Added NCT6102D/NCT6106D.

 Documentation/hwmon/nct6775 | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/Documentation/hwmon/nct6775 b/Documentation/hwmon/nct6775
index 4e9ef60..b1ad2d3 100644
--- a/Documentation/hwmon/nct6775
+++ b/Documentation/hwmon/nct6775
@@ -8,11 +8,15 @@ Kernel driver NCT6775
 ========== 
 Supported chips:
+  * Nuvoton NCT6102D/NCT6106D
+    Prefix: 'nct6106'
+    Addresses scanned: ISA address retrieved from Super I/O registers
+    Datasheet: Available from the Nuvoton web site
   * Nuvoton NCT5572D/NCT6771F/NCT6772F/NCT6775F/W83677HG-I
     Prefix: 'nct6775'
     Addresses scanned: ISA address retrieved from Super I/O registers
     Datasheet: Available from Nuvoton upon request
-  * Nuvoton NCT5577D/NCT6776D/NCT6776F
+  * Nuvoton NCT5573D/NCT5577D/NCT6776D/NCT6776F
     Prefix: 'nct6776'
     Addresses scanned: ISA address retrieved from Super I/O registers
     Datasheet: Available from Nuvoton upon request
@@ -20,6 +24,10 @@ Supported chips:
     Prefix: 'nct6779'
     Addresses scanned: ISA address retrieved from Super I/O registers
     Datasheet: Available from Nuvoton upon request
+  * Nuvoton NCT6791D
+    Prefix: 'nct6791'
+    Addresses scanned: ISA address retrieved from Super I/O registers
+    Datasheet: Available from Nuvoton upon request
 
 Authors:
         Guenter Roeck <linux@roeck-us.net>
-- 
1.9.1


_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [lm-sensors] [PATCH v2] hwmon: (nct6775) Documentation updates
  2014-11-20 17:21 [lm-sensors] [PATCH v2] hwmon: (nct6775) Documentation updates Guenter Roeck
@ 2014-11-20 17:46 ` Jean Delvare
  2014-11-20 19:08 ` Guenter Roeck
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Jean Delvare @ 2014-11-20 17:46 UTC (permalink / raw)
  To: lm-sensors

On Thu, 20 Nov 2014 09:21:12 -0800, Guenter Roeck wrote:
> Document support for NCT6102D/NCT6106D and NCT6791D.
> Document that NCT5573D is compatible to NCT6775F with the same chip ID.
> 
> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
> ---
> v2: Added NCT6102D/NCT6106D.
> 
>  Documentation/hwmon/nct6775 | 10 +++++++++-
>  1 file changed, 9 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/hwmon/nct6775 b/Documentation/hwmon/nct6775
> index 4e9ef60..b1ad2d3 100644
> --- a/Documentation/hwmon/nct6775
> +++ b/Documentation/hwmon/nct6775
> @@ -8,11 +8,15 @@ Kernel driver NCT6775
>  ==========>  
>  Supported chips:
> +  * Nuvoton NCT6102D/NCT6106D

And NCT6104D? Yeah of course I could have told you earlier but where
would the fun be then? ;) Anyway:

Reviewed-by: Jean Delvare <jdelvare@suse.de>

> +    Prefix: 'nct6106'
> +    Addresses scanned: ISA address retrieved from Super I/O registers
> +    Datasheet: Available from the Nuvoton web site
>    * Nuvoton NCT5572D/NCT6771F/NCT6772F/NCT6775F/W83677HG-I
>      Prefix: 'nct6775'
>      Addresses scanned: ISA address retrieved from Super I/O registers
>      Datasheet: Available from Nuvoton upon request
> -  * Nuvoton NCT5577D/NCT6776D/NCT6776F
> +  * Nuvoton NCT5573D/NCT5577D/NCT6776D/NCT6776F
>      Prefix: 'nct6776'
>      Addresses scanned: ISA address retrieved from Super I/O registers
>      Datasheet: Available from Nuvoton upon request
> @@ -20,6 +24,10 @@ Supported chips:
>      Prefix: 'nct6779'
>      Addresses scanned: ISA address retrieved from Super I/O registers
>      Datasheet: Available from Nuvoton upon request
> +  * Nuvoton NCT6791D
> +    Prefix: 'nct6791'
> +    Addresses scanned: ISA address retrieved from Super I/O registers
> +    Datasheet: Available from Nuvoton upon request
>  
>  Authors:
>          Guenter Roeck <linux@roeck-us.net>


-- 
Jean Delvare
SUSE L3 Support

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [lm-sensors] [PATCH v2] hwmon: (nct6775) Documentation updates
  2014-11-20 17:21 [lm-sensors] [PATCH v2] hwmon: (nct6775) Documentation updates Guenter Roeck
  2014-11-20 17:46 ` Jean Delvare
@ 2014-11-20 19:08 ` Guenter Roeck
  2014-11-24  7:03 ` Jean Delvare
  2014-11-24 15:18 ` Guenter Roeck
  3 siblings, 0 replies; 5+ messages in thread
From: Guenter Roeck @ 2014-11-20 19:08 UTC (permalink / raw)
  To: lm-sensors

On Thu, Nov 20, 2014 at 06:46:22PM +0100, Jean Delvare wrote:
> On Thu, 20 Nov 2014 09:21:12 -0800, Guenter Roeck wrote:
> > Document support for NCT6102D/NCT6106D and NCT6791D.
> > Document that NCT5573D is compatible to NCT6775F with the same chip ID.
> > 
> > Signed-off-by: Guenter Roeck <linux@roeck-us.net>
> > ---
> > v2: Added NCT6102D/NCT6106D.
> > 
> >  Documentation/hwmon/nct6775 | 10 +++++++++-
> >  1 file changed, 9 insertions(+), 1 deletion(-)
> > 
> > diff --git a/Documentation/hwmon/nct6775 b/Documentation/hwmon/nct6775
> > index 4e9ef60..b1ad2d3 100644
> > --- a/Documentation/hwmon/nct6775
> > +++ b/Documentation/hwmon/nct6775
> > @@ -8,11 +8,15 @@ Kernel driver NCT6775
> >  ==========> >  
> >  Supported chips:
> > +  * Nuvoton NCT6102D/NCT6106D
> 
> And NCT6104D? Yeah of course I could have told you earlier but where
> would the fun be then? ;) Anyway:
> 
Interestingly, the datasheet doesn't mention it, which is why I forgot
about it, but it is available to buy, so I guess it must exist ;-).

https://www.nuvoton.com/resource-files/NCT6102D_NCT6106D_Datasheet_V1_0.pdf

> Reviewed-by: Jean Delvare <jdelvare@suse.de>
> 
Thanks!

Guenter

> > +    Prefix: 'nct6106'
> > +    Addresses scanned: ISA address retrieved from Super I/O registers
> > +    Datasheet: Available from the Nuvoton web site
> >    * Nuvoton NCT5572D/NCT6771F/NCT6772F/NCT6775F/W83677HG-I
> >      Prefix: 'nct6775'
> >      Addresses scanned: ISA address retrieved from Super I/O registers
> >      Datasheet: Available from Nuvoton upon request
> > -  * Nuvoton NCT5577D/NCT6776D/NCT6776F
> > +  * Nuvoton NCT5573D/NCT5577D/NCT6776D/NCT6776F
> >      Prefix: 'nct6776'
> >      Addresses scanned: ISA address retrieved from Super I/O registers
> >      Datasheet: Available from Nuvoton upon request
> > @@ -20,6 +24,10 @@ Supported chips:
> >      Prefix: 'nct6779'
> >      Addresses scanned: ISA address retrieved from Super I/O registers
> >      Datasheet: Available from Nuvoton upon request
> > +  * Nuvoton NCT6791D
> > +    Prefix: 'nct6791'
> > +    Addresses scanned: ISA address retrieved from Super I/O registers
> > +    Datasheet: Available from Nuvoton upon request
> >  
> >  Authors:
> >          Guenter Roeck <linux@roeck-us.net>
> 
> 
> -- 
> Jean Delvare
> SUSE L3 Support

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [lm-sensors] [PATCH v2] hwmon: (nct6775) Documentation updates
  2014-11-20 17:21 [lm-sensors] [PATCH v2] hwmon: (nct6775) Documentation updates Guenter Roeck
  2014-11-20 17:46 ` Jean Delvare
  2014-11-20 19:08 ` Guenter Roeck
@ 2014-11-24  7:03 ` Jean Delvare
  2014-11-24 15:18 ` Guenter Roeck
  3 siblings, 0 replies; 5+ messages in thread
From: Jean Delvare @ 2014-11-24  7:03 UTC (permalink / raw)
  To: lm-sensors

Hi Guenter,

On Thu, 20 Nov 2014 11:08:51 -0800, Guenter Roeck wrote:
> On Thu, Nov 20, 2014 at 06:46:22PM +0100, Jean Delvare wrote:
> > And NCT6104D? Yeah of course I could have told you earlier but where
> > would the fun be then? ;) Anyway:
>
> Interestingly, the datasheet doesn't mention it, which is why I forgot
> about it, but it is available to buy, so I guess it must exist ;-).
> 
> https://www.nuvoton.com/resource-files/NCT6102D_NCT6106D_Datasheet_V1_0.pdf

I have version 1.5 of the same datasheet, which I think I received
directly from Nuvoton (I tagged it as "do not distribute") and which
mentions the NCT6104D.

-- 
Jean Delvare
SUSE L3 Support

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [lm-sensors] [PATCH v2] hwmon: (nct6775) Documentation updates
  2014-11-20 17:21 [lm-sensors] [PATCH v2] hwmon: (nct6775) Documentation updates Guenter Roeck
                   ` (2 preceding siblings ...)
  2014-11-24  7:03 ` Jean Delvare
@ 2014-11-24 15:18 ` Guenter Roeck
  3 siblings, 0 replies; 5+ messages in thread
From: Guenter Roeck @ 2014-11-24 15:18 UTC (permalink / raw)
  To: lm-sensors

On 11/23/2014 11:03 PM, Jean Delvare wrote:
> Hi Guenter,
>
> On Thu, 20 Nov 2014 11:08:51 -0800, Guenter Roeck wrote:
>> On Thu, Nov 20, 2014 at 06:46:22PM +0100, Jean Delvare wrote:
>>> And NCT6104D? Yeah of course I could have told you earlier but where
>>> would the fun be then? ;) Anyway:
>>
>> Interestingly, the datasheet doesn't mention it, which is why I forgot
>> about it, but it is available to buy, so I guess it must exist ;-).
>>
>> https://www.nuvoton.com/resource-files/NCT6102D_NCT6106D_Datasheet_V1_0.pdf
>
> I have version 1.5 of the same datasheet, which I think I received
> directly from Nuvoton (I tagged it as "do not distribute") and which
> mentions the NCT6104D.
>
Hi Jean,

Thanks a lot for the information. Guess I should ask for a new version
of the datasheet.

Guenter


_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-11-24 15:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-20 17:21 [lm-sensors] [PATCH v2] hwmon: (nct6775) Documentation updates Guenter Roeck
2014-11-20 17:46 ` Jean Delvare
2014-11-20 19:08 ` Guenter Roeck
2014-11-24  7:03 ` Jean Delvare
2014-11-24 15:18 ` Guenter Roeck

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.