All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] [PATCH] sensors-detect: Add detection of NCT6791D
Date: Wed, 03 Jul 2013 04:02:29 +0000	[thread overview]
Message-ID: <20130703040229.GA3302@roeck-us.net> (raw)
In-Reply-To: <20110217195640.GA20934@ericsson.com>

On Wed, Jul 03, 2013 at 02:56:44AM +0000, killghost wrote:
> maybe chip id is 0xc802
> 
[ please don't top-post on the mailing list ]

The last nibble is the version number, so both is possible and accepted.

Guenter

> > Date: Tue, 2 Jul 2013 19:52:30 -0700
> > From: linux@roeck-us.net
> > To: andareed@gmail.com
> > CC: lm-sensors@lm-sensors.org
> > Subject: Re: [lm-sensors] [PATCH] sensors-detect: Add detection of NCT6791D
> > 
> > On Tue, Jul 02, 2013 at 09:10:52AM -0700, David Bartley wrote:
> > > The value of CR[20]/CR[21] on my board is 0xc8/0x03, and the physical chip
> > > itself has "NCT6791D" printed on it.
> > > 
> > 
> > Hi Jean and David,
> > 
> > Nuvoton confirms that 0xc803 is the correct chip ID.
> > 
> > Thanks,
> > Guenter
> > 
> > > 
> > > On Tue, Jul 2, 2013 at 7:36 AM, Guenter Roeck <linux@roeck-us.net> wrote:
> > > 
> > > > On Tue, Jul 02, 2013 at 10:24:22AM +0200, Jean Delvare wrote:
> > > > > Hi Guenter,
> > > > >
> > > > > On Mon, 24 Jun 2013 13:19:39 -0700, Guenter Roeck wrote:
> > > > > > New superio chip, found on recent ASUS boards.
> > > > > >
> > > > > > Signed-off-by: Guenter Roeck <linux@roeck-us.net>
> > > > > > ---
> > > > > >  CHANGES                    |    1 +
> > > > > >  prog/detect/sensors-detect |    7 +++++++
> > > > > >  2 files changed, 8 insertions(+)
> > > > > >
> > > > > > diff --git a/CHANGES b/CHANGES
> > > > > > index 7036afe..b264f41 100644
> > > > > > --- a/CHANGES
> > > > > > +++ b/CHANGES
> > > > > > @@ -6,6 +6,7 @@ SVN HEAD
> > > > > >    sensors-detect: Report built-in drivers as such
> > > > > >                    Use modules.builtin instead of /sys/module
> > > > > >                    Handle built-in modules properly
> > > > > > +                  Add detection of NCT6791D
> > > > > >
> > > > > >  3.3.4 (2013-05-27)
> > > > > >    sensors.conf.5: Mention "sensors -u" to get the raw feature names
> > > > > > diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
> > > > > > index 94645dc..9c213b6 100755
> > > > > > --- a/prog/detect/sensors-detect
> > > > > > +++ b/prog/detect/sensors-detect
> > > > > > @@ -2063,6 +2063,13 @@ use constant FEAT_SMBUS      => (1 << 7);
> > > > > >             logdev => 0x0b,
> > > > > >             features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
> > > > > >     }, {
> > > > > > +           name => "Nuvoton NCT6791D Super IO Sensors",
> > > > > > +           driver => "nct6775",
> > > > > > +           devid => 0xC800,
> > > > >
> > > > > The datasheet says 0xC560. Who is right?
> > > > >
> > > > That would be the same as nct6779d, which seems unlikely. Driver code is
> > > > from David Bartley, who I am sure tested it with his board.
> > > >
> > > > David, can you comment ?
> > > >
> > > > Once we know for sure I'll get in touch with Nuvoton and ask for
> > > > clarification.
> > > >
> > > > Thanks,
> > > > Guenter
> > > >
> > 
> > _______________________________________________
> > lm-sensors mailing list
> > lm-sensors@lm-sensors.org
> > http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
>  		 	   		  

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

  parent reply	other threads:[~2013-07-03  4:02 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-17 19:56 [lm-sensors] [PATCH] sensors-detect: Add detection of AMD family Guenter Roeck
2011-02-18 12:09 ` [lm-sensors] [PATCH] sensors-detect: Add detection of AMD Jean Delvare
2011-02-18 12:29 ` Clemens Ladisch
2011-02-18 12:39 ` Guenter Roeck
2011-05-25 16:56 ` [lm-sensors] [PATCH] sensors-detect: Add detection of MAX6642 Per Dalén
2011-05-26  4:09 ` Guenter Roeck
2012-01-22 23:31 ` [lm-sensors] [PATCH] sensors-detect: Add detection of G781 and G781-1 Guenter Roeck
2012-01-23  9:16 ` Jean Delvare
2012-01-23 16:35 ` [lm-sensors] [PATCH] sensors-detect: Add detection of G781 Guenter Roeck
2012-01-23 16:58 ` Jean Delvare
2012-01-28 18:37 ` [lm-sensors] [PATCH] sensors-detect: Add detection of LM96080 Jean Delvare
2012-01-28 19:23 ` Guenter Roeck
2012-01-28 20:04 ` Jean Delvare
2012-01-28 20:31 ` Frans Meulenbroeks
2012-01-30 17:03 ` Guenter Roeck
2012-01-30 19:03 ` Guenter Roeck
2012-01-30 19:49 ` Jean Delvare
2012-01-30 20:08 ` Guenter Roeck
2012-01-31  7:37 ` Frans Meulenbroeks
2012-01-31  8:08 ` Jean Delvare
2012-03-04 15:59 ` [lm-sensors] [PATCH] sensors-detect: Add detection of ITE IT8510E, IT8511E, IT8513E, and IT8518E Guenter Roeck
2012-03-04 17:11 ` Jean Delvare
2012-03-05 13:29 ` [lm-sensors] [PATCH] sensors-detect: Add detection of ST Mircoelectronics STTS2002 and STTS3000 Jean Delvare
2012-03-05 16:32 ` Guenter Roeck
2012-03-05 17:00 ` Jean Delvare
2012-03-05 17:23 ` Guenter Roeck
2012-05-21  0:59 ` [lm-sensors] [PATCH] sensors-detect: Add detection of NCT6779D and NCT6102D/NCT6106D Guenter Roeck
2012-05-31 18:00 ` [lm-sensors] [PATCH] sensors-detect: Add detection of SMSC LPC47N217 and SIO10N268 Guenter Roeck
2012-05-31 19:53 ` Jean Delvare
2012-05-31 20:52 ` Guenter Roeck
2013-06-24 20:19 ` [lm-sensors] [PATCH] sensors-detect: Add detection of NCT6791D Guenter Roeck
2013-07-01  5:05 ` [lm-sensors] [PATCH] sensors-detect: Add detection of NCT6681D, NCT6682D, and NCT6683D Guenter Roeck
2013-07-02  8:24 ` [lm-sensors] [PATCH] sensors-detect: Add detection of NCT6791D Jean Delvare
2013-07-02  8:35 ` [lm-sensors] [PATCH] sensors-detect: Add detection of NCT6681D, NCT6682D, and NCT6683D Jean Delvare
2013-07-02 14:36 ` [lm-sensors] [PATCH] sensors-detect: Add detection of NCT6791D Guenter Roeck
2013-07-02 14:36 ` [lm-sensors] [PATCH] sensors-detect: Add detection of NCT6681D, NCT6682D, and NCT6683D Guenter Roeck
2013-07-02 16:10 ` [lm-sensors] [PATCH] sensors-detect: Add detection of NCT6791D David Bartley
2013-07-03  2:52 ` Guenter Roeck
2013-07-03  2:56 ` killghost
2013-07-03  4:02 ` Guenter Roeck [this message]
2013-07-03  6:23 ` Jean Delvare
2013-07-03  6:32 ` killghost
2013-07-03  6:42 ` David Bartley
2013-07-03  8:26 ` killghost
2013-07-05  7:16 ` David Bartley
2013-07-05 10:08 ` killghost
2014-01-25 17:54 ` [lm-sensors] [PATCH] sensors-detect: Add detection of TI ADC128D818 Guenter Roeck
2014-01-25 22:05 ` Jean Delvare
2014-01-26  0:13 ` Guenter Roeck
2014-01-26 13:22 ` Jean Delvare
2014-01-26 18:33 ` Guenter Roeck
2014-01-26 18:55 ` Jean Delvare
2015-01-16 21:45 ` [lm-sensors] [PATCH] sensors-detect: Add detection of IT8786E Guenter Roeck
2015-01-18 18:34 ` [lm-sensors] [PATCH] sensors-detect: Add detection of IT8780F Guenter Roeck
2015-01-18 22:48 ` [lm-sensors] [PATCH] sensors-detect: Add detection of IT8731F and IT8732F Guenter Roeck
2015-01-23  6:58 ` [lm-sensors] [PATCH] sensors-detect: Add detection of IT8786E Jean Delvare
2015-01-23  6:59 ` [lm-sensors] [PATCH] sensors-detect: Add detection of IT8780F Jean Delvare
2015-01-23  7:04 ` [lm-sensors] [PATCH] sensors-detect: Add detection of IT8731F and IT8732F Jean Delvare
2015-08-31  3:57 ` [lm-sensors] [PATCH] sensors-detect: Add detection of Novoton NCT6793D Guenter Roeck
2015-08-31  7:26 ` Jean Delvare
2015-08-31  7:38 ` Jean Delvare

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=20130703040229.GA3302@roeck-us.net \
    --to=linux@roeck-us.net \
    --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.