drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()
[drm/drm-misc.git] / Documentation / hwmon / lm92.rst
blobd71cdb2af339fd79edd84a1a0584566fc6b4dcf5
1 Kernel driver lm92
2 ==================
4 Supported chips:
6   * National Semiconductor / Texas Instruments LM92
8     Prefix: 'lm92'
10     Addresses scanned: I2C 0x48 - 0x4b
12     Datasheet: https://www.ti.com/lit/gpn/LM92
14   * National Semiconductor / Texas Instruments LM76
16     Prefix: 'lm92'
18     Addresses scanned: none, must be instantiated explicitly
20     Datasheet: https://www.ti.com/lit/gpn/LM76
22   * Maxim /Analog Devices MAX6633/MAX6634/MAX6635
24     Prefix: 'max6635'
26     Addresses scanned: none, must be instantiated explicitly
28     Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/max6633-max6635.pdf
31 Authors:
32        - Abraham van der Merwe <abraham@2d3d.co.za>
33        - Jean Delvare <jdelvare@suse.de>
36 Description
37 -----------
39 This driver implements support for the National Semiconductor / Texas
40 Instruments LM92 temperature sensor.
42 Each LM92 temperature sensor supports a single temperature sensor. There are
43 alarms for high, low, and critical thresholds. There's also an hysteresis to
44 control the thresholds for resetting alarms.
46 The driver also supports LM76 and Maxim MAX6633/MAX6634/MAX6635, which are
47 mostly compatible but do not have a vendor ID register and therefore must be
48 instantiated explicitly.