drm/log: select CONFIG_FONT_SUPPORT
[drm/drm-misc.git] / Documentation / hwmon / tmp401.rst
blob3aacf3d3bdf338dfe4e60381661bd45086ac70aa
1 Kernel driver tmp401
2 ====================
4 Supported chips:
6   * Texas Instruments TMP401
8     Prefix: 'tmp401'
10     Addresses scanned: I2C 0x4c
12     Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp401.html
14   * Texas Instruments TMP411
16     Prefix: 'tmp411'
18     Addresses scanned: I2C 0x4c, 0x4d, 0x4e
20     Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp411.html
22   * Texas Instruments TMP431
24     Prefix: 'tmp431'
26     Addresses scanned: I2C 0x4c, 0x4d
28     Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp431.html
30   * Texas Instruments TMP432
32     Prefix: 'tmp432'
34     Addresses scanned: I2C 0x4c, 0x4d
36     Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp432.html
38   * Texas Instruments TMP435
40     Prefix: 'tmp435'
42     Addresses scanned: I2C 0x48 - 0x4f
44     Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp435.html
48 Authors:
50         - Hans de Goede <hdegoede@redhat.com>
51         - Andre Prendel <andre.prendel@gmx.de>
53 Description
54 -----------
56 This driver implements support for Texas Instruments TMP401, TMP411,
57 TMP431, TMP432, and TMP435 chips. These chips implement one or two
58 remote and one local temperature sensors. Temperature is measured in degrees
59 Celsius. Resolution of the remote sensor is 0.0625 degree. Local
60 sensor resolution can be set to 0.5, 0.25, 0.125 or 0.0625 degree (not
61 supported by the driver so far, so using the default resolution of 0.5
62 degree).
64 The driver provides the common sysfs-interface for temperatures (see
65 Documentation/hwmon/sysfs-interface.rst under Temperatures).
67 The TMP411 and TMP431 chips are compatible with TMP401. TMP411 provides
68 some additional features.
70 * Minimum and Maximum temperature measured since power-on, chip-reset
72   Exported via sysfs attributes tempX_lowest and tempX_highest.
74 * Reset of historical minimum/maximum temperature measurements
76   Exported via sysfs attribute temp_reset_history. Writing 1 to this
77   file triggers a reset.
79 TMP432 is compatible with TMP401 and TMP431. It supports two external
80 temperature sensors.