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