e1000e: Fix 82579 sets LPI too early.
[deliverable/linux.git] / Documentation / hwmon / tmp401
CommitLineData
cd4e96c5
AP
1Kernel driver tmp401
2====================
3
4Supported chips:
5 * Texas Instruments TMP401
6 Prefix: 'tmp401'
7 Addresses scanned: I2C 0x4c
8 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp401.html
9 * Texas Instruments TMP411
10 Prefix: 'tmp411'
a1fac92b 11 Addresses scanned: I2C 0x4c, 0x4d, 0x4e
cd4e96c5 12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp411.html
a1fac92b
GR
13 * Texas Instruments TMP431
14 Prefix: 'tmp431'
15 Addresses scanned: I2C 0x4c, 0x4d
16 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp431.html
29dd3b64
GR
17 * Texas Instruments TMP432
18 Prefix: 'tmp432'
19 Addresses scanned: I2C 0x4c, 0x4d
20 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp432.html
cd4e96c5
AP
21
22Authors:
23 Hans de Goede <hdegoede@redhat.com>
24 Andre Prendel <andre.prendel@gmx.de>
25
26Description
27-----------
28
a1fac92b 29This driver implements support for Texas Instruments TMP401, TMP411,
29dd3b64
GR
30TMP431, and TMP432 chips. These chips implement one or two remote and
31one local temperature sensors. Temperature is measured in degrees
cd4e96c5
AP
32Celsius. Resolution of the remote sensor is 0.0625 degree. Local
33sensor resolution can be set to 0.5, 0.25, 0.125 or 0.0625 degree (not
34supported by the driver so far, so using the default resolution of 0.5
35degree).
36
37The driver provides the common sysfs-interface for temperatures (see
a1fac92b 38Documentation/hwmon/sysfs-interface under Temperatures).
cd4e96c5 39
a1fac92b
GR
40The TMP411 and TMP431 chips are compatible with TMP401. TMP411 provides
41some additional features.
cd4e96c5
AP
42
43* Minimum and Maximum temperature measured since power-on, chip-reset
44
45 Exported via sysfs attributes tempX_lowest and tempX_highest.
46
47* Reset of historical minimum/maximum temperature measurements
48
49 Exported via sysfs attribute temp_reset_history. Writing 1 to this
50 file triggers a reset.
29dd3b64
GR
51
52TMP432 is compatible with TMP401 and TMP431. It supports two external
53temperature sensors.
This page took 0.269426 seconds and 5 git commands to generate.