propogate_mnt: Handle the first propogated copy being a slave
[deliverable/linux.git] / Documentation / hwmon / lm95245
CommitLineData
fffd80cc
AS
1Kernel driver lm95245
2==================
3
4Supported chips:
162a8dfe
GR
5 * TI LM95235
6 Addresses scanned: I2C 0x18, 0x29, 0x4c
7 Datasheet: Publicly available at the TI website
8 http://www.ti.com/lit/ds/symlink/lm95235.pdf
9 * TI / National Semiconductor LM95245
fffd80cc 10 Addresses scanned: I2C 0x18, 0x19, 0x29, 0x4c, 0x4d
162a8dfe
GR
11 Datasheet: Publicly available at the TI website
12 http://www.ti.com/lit/ds/symlink/lm95245.pdf
fffd80cc
AS
13
14
15Author: Alexander Stein <alexander.stein@systec-electronic.com>
16
17Description
18-----------
19
162a8dfe 20LM95235 and LM95245 are 11-bit digital temperature sensors with a 2-wire System
fffd80cc
AS
21Management Bus (SMBus) interface and TruTherm technology that can monitor
22the temperature of a remote diode as well as its own temperature.
162a8dfe 23The chips can be used to very accurately monitor the temperature of
fffd80cc
AS
24external devices such as microprocessors.
25
26All temperature values are given in millidegrees Celsius. Local temperature
27is given within a range of -127 to +127.875 degrees. Remote temperatures are
28given within a range of -127 to +255 degrees. Resolution depends on
29temperature input and range.
30
a41a8927
GR
31Each sensor has its own critical limit. Additionally, there is a relative
32hysteresis value common to both critical limits. To make life easier to
33user-space applications, two absolute values are exported, one for each
34channel, but these values are of course linked. Only the local hysteresis
35can be set from user-space, and the same delta applies to the remote
36hysteresis.
fffd80cc
AS
37
38The lm95245 driver can change its update interval to a fixed set of values.
39It will round up to the next selectable interval. See the datasheet for exact
40values. Reading sensor values more often will do no harm, but will return
41'old' values.
This page took 0.245195 seconds and 5 git commands to generate.