-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 363063 b: refs/heads/master c: e1eb490 h: refs/heads/master i: 363061: 86f8f5c 363059: ef40f9f 363055: 382a262 v: v3
- Loading branch information
Guenter Roeck
committed
Apr 8, 2013
1 parent
bb7ff6c
commit 5bce031
Showing
5 changed files
with
817 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: a1fac92b8b2c439678424f7660f066341607a82a | ||
refs/heads/master: e1eb49063b301fd885fca63e2f24d1dac1d65d0e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Kernel driver lm95234 | ||
===================== | ||
|
||
Supported chips: | ||
* National Semiconductor / Texas Instruments LM95234 | ||
Addresses scanned: I2C 0x18, 0x4d, 0x4e | ||
Datasheet: Publicly available at the Texas Instruments website | ||
http://www.ti.com/product/lm95234 | ||
|
||
|
||
Author: Guenter Roeck <linux@roeck-us.net> | ||
|
||
Description | ||
----------- | ||
|
||
LM95234 is an 11-bit digital temperature sensor with a 2-wire System Management | ||
Bus (SMBus) interface and TrueTherm technology that can very accurately monitor | ||
the temperature of four remote diodes as well as its own temperature. | ||
The four remote diodes can be external devices such as microprocessors, | ||
graphics processors or diode-connected 2N3904s. The LM95234's TruTherm | ||
beta compensation technology allows sensing of 90 nm or 65 nm process | ||
thermal diodes accurately. | ||
|
||
All temperature values are given in millidegrees Celsius. Temperature | ||
is provided within a range of -127 to +255 degrees (+127.875 degrees for | ||
the internal sensor). Resolution depends on temperature input and range. | ||
|
||
Each sensor has its own maximum limit, but the hysteresis is common to all | ||
channels. The hysteresis is configurable with the tem1_max_hyst attribute and | ||
affects the hysteresis on all channels. The first two external sensors also | ||
have a critical limit. | ||
|
||
The lm95234 driver can change its update interval to a fixed set of values. | ||
It will round up to the next selectable interval. See the datasheet for exact | ||
values. Reading sensor values more often will do no harm, but will return | ||
'old' values. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.