All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Jayat <jayatmaxime@gmail.com>
To: Joseph McNally <jmcna06@gmail.com>
Cc: Jean Delvare <jdelvare@suse.de>,
	Guenter Roeck <linux@roeck-us.net>,
	lm-sensors@lm-sensors.org, linux-kernel@vger.kernel.org
Subject: [lm-sensors] ncpXXxh103 compensation values?
Date: Wed, 30 Mar 2016 14:03:41 +0000	[thread overview]
Message-ID: <56FBDCBD.7080802@gmail.com> (raw)

Hello Joseph,

You recently added support for the ncpXXxh103 in 
drivers/hwmon/ntc_thermistor.c with the following array of values:

+static const struct ntc_compensation ncpXXxh103[] = { 
+	{ .temp_c	= -40, .ohm	= 247565 }, 
+	{ .temp_c	= -35, .ohm	= 181742 }, 
+	{ .temp_c	= -30, .ohm	= 135128 }, 
+	{ .temp_c	= -25, .ohm	= 101678 }, 
+	{ .temp_c	= -20, .ohm	= 77373 }, 
+	{ .temp_c	= -15, .ohm	= 59504 }, 
+	{ .temp_c	= -10, .ohm	= 46222 }, 
+	{ .temp_c	= -5, .ohm	= 36244 }, 
+	{ .temp_c	= 0, .ohm	= 28674 }, 
+	{ .temp_c	= 5, .ohm	= 22878 }, 
+	{ .temp_c	= 10, .ohm	= 18399 }, 
+	{ .temp_c	= 15, .ohm	= 14910 }, 
+	{ .temp_c	= 20, .ohm	= 12169 }, 
+	{ .temp_c	= 25, .ohm	= 10000 }, 
+	{ .temp_c	= 30, .ohm	= 8271 }, 
+	{ .temp_c	= 35, .ohm	= 6883 }, 
+	{ .temp_c	= 40, .ohm	= 5762 }, 
+	{ .temp_c	= 45, .ohm	= 4851 }, 
+	{ .temp_c	= 50, .ohm	= 4105 }, 
+	{ .temp_c	= 55, .ohm	= 3492 }, 
+	{ .temp_c	= 60, .ohm	= 2985 }, 
+	{ .temp_c	= 65, .ohm	= 2563 }, 
+	{ .temp_c	= 70, .ohm	= 2211 }, 
+	{ .temp_c	= 75, .ohm	= 1915 }, 
+	{ .temp_c	= 80, .ohm	= 1666 }, 
+	{ .temp_c	= 85, .ohm	= 1454 }, 
+	{ .temp_c	= 90, .ohm	= 1275 }, 
+	{ .temp_c	= 95, .ohm	= 1121 }, 
+	{ .temp_c	= 100, .ohm	= 990 }, 
+	{ .temp_c	= 105, .ohm	= 876 }, 
+	{ .temp_c	= 110, .ohm	= 779 }, 
+	{ .temp_c	= 115, .ohm	= 694 }, 
+	{ .temp_c	= 120, .ohm	= 620 }, 
+	{ .temp_c	= 125, .ohm	= 556 }, 
+}; 
+ 

Where are these taken from? 
Unlike the other thermistors in the file, these values don't seem to
match anything in the Murata NTC Thermistor Datasheet.
See:
http://www.murata.com/~/media/webrenewal/support/library/catalog/products/thermistor/ntc/r44e.ashx

-- 
Maxime Jayat

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

WARNING: multiple messages have this Message-ID (diff)
From: Maxime Jayat <jayatmaxime@gmail.com>
To: Joseph McNally <jmcna06@gmail.com>
Cc: Jean Delvare <jdelvare@suse.de>,
	Guenter Roeck <linux@roeck-us.net>,
	lm-sensors@lm-sensors.org, linux-kernel@vger.kernel.org
Subject: ncpXXxh103 compensation values?
Date: Wed, 30 Mar 2016 16:03:41 +0200	[thread overview]
Message-ID: <56FBDCBD.7080802@gmail.com> (raw)

Hello Joseph,

You recently added support for the ncpXXxh103 in 
drivers/hwmon/ntc_thermistor.c with the following array of values:

+static const struct ntc_compensation ncpXXxh103[] = { 
+	{ .temp_c	= -40, .ohm	= 247565 }, 
+	{ .temp_c	= -35, .ohm	= 181742 }, 
+	{ .temp_c	= -30, .ohm	= 135128 }, 
+	{ .temp_c	= -25, .ohm	= 101678 }, 
+	{ .temp_c	= -20, .ohm	= 77373 }, 
+	{ .temp_c	= -15, .ohm	= 59504 }, 
+	{ .temp_c	= -10, .ohm	= 46222 }, 
+	{ .temp_c	= -5, .ohm	= 36244 }, 
+	{ .temp_c	= 0, .ohm	= 28674 }, 
+	{ .temp_c	= 5, .ohm	= 22878 }, 
+	{ .temp_c	= 10, .ohm	= 18399 }, 
+	{ .temp_c	= 15, .ohm	= 14910 }, 
+	{ .temp_c	= 20, .ohm	= 12169 }, 
+	{ .temp_c	= 25, .ohm	= 10000 }, 
+	{ .temp_c	= 30, .ohm	= 8271 }, 
+	{ .temp_c	= 35, .ohm	= 6883 }, 
+	{ .temp_c	= 40, .ohm	= 5762 }, 
+	{ .temp_c	= 45, .ohm	= 4851 }, 
+	{ .temp_c	= 50, .ohm	= 4105 }, 
+	{ .temp_c	= 55, .ohm	= 3492 }, 
+	{ .temp_c	= 60, .ohm	= 2985 }, 
+	{ .temp_c	= 65, .ohm	= 2563 }, 
+	{ .temp_c	= 70, .ohm	= 2211 }, 
+	{ .temp_c	= 75, .ohm	= 1915 }, 
+	{ .temp_c	= 80, .ohm	= 1666 }, 
+	{ .temp_c	= 85, .ohm	= 1454 }, 
+	{ .temp_c	= 90, .ohm	= 1275 }, 
+	{ .temp_c	= 95, .ohm	= 1121 }, 
+	{ .temp_c	= 100, .ohm	= 990 }, 
+	{ .temp_c	= 105, .ohm	= 876 }, 
+	{ .temp_c	= 110, .ohm	= 779 }, 
+	{ .temp_c	= 115, .ohm	= 694 }, 
+	{ .temp_c	= 120, .ohm	= 620 }, 
+	{ .temp_c	= 125, .ohm	= 556 }, 
+}; 
+ 

Where are these taken from? 
Unlike the other thermistors in the file, these values don't seem to
match anything in the Murata NTC Thermistor Datasheet.
See:
http://www.murata.com/~/media/webrenewal/support/library/catalog/products/thermistor/ntc/r44e.ashx

-- 
Maxime Jayat

             reply	other threads:[~2016-03-30 14:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-30 14:03 Maxime Jayat [this message]
2016-03-30 14:03 ` ncpXXxh103 compensation values? Maxime Jayat
2016-03-30 15:09 ` [lm-sensors] " Joseph McNally
2016-03-30 15:58   ` Maxime Jayat
2016-03-30 15:58     ` Maxime Jayat
2016-03-30 20:59     ` [lm-sensors] " Guenter Roeck
2016-03-30 20:59       ` 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=56FBDCBD.7080802@gmail.com \
    --to=jayatmaxime@gmail.com \
    --cc=jdelvare@suse.de \
    --cc=jmcna06@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lm-sensors@lm-sensors.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.