Merge tag 'ntfs3_for_6.4' of https://github.com/Paragon-Software-Group/linux-ntfs3
[linux-block.git] / Documentation / hwmon / max6697.rst
CommitLineData
5372d2d7
GR
1Kernel driver max6697
2=====================
3
4Supported chips:
b32570a4 5
5372d2d7 6 * Maxim MAX6581
b32570a4 7
5372d2d7 8 Prefix: 'max6581'
b32570a4 9
5372d2d7 10 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6581.pdf
b32570a4 11
5372d2d7 12 * Maxim MAX6602
b32570a4 13
5372d2d7 14 Prefix: 'max6602'
b32570a4 15
5372d2d7 16 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6602.pdf
b32570a4 17
5372d2d7 18 * Maxim MAX6622
b32570a4 19
5372d2d7 20 Prefix: 'max6622'
b32570a4 21
5372d2d7 22 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6622.pdf
b32570a4 23
5372d2d7 24 * Maxim MAX6636
b32570a4 25
5372d2d7 26 Prefix: 'max6636'
b32570a4 27
5372d2d7 28 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6636.pdf
b32570a4 29
5372d2d7 30 * Maxim MAX6689
b32570a4 31
5372d2d7 32 Prefix: 'max6689'
b32570a4 33
5372d2d7 34 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6689.pdf
b32570a4 35
5372d2d7 36 * Maxim MAX6693
b32570a4 37
5372d2d7 38 Prefix: 'max6693'
b32570a4 39
5372d2d7 40 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6693.pdf
b32570a4 41
5372d2d7 42 * Maxim MAX6694
b32570a4 43
5372d2d7 44 Prefix: 'max6694'
b32570a4 45
5372d2d7 46 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6694.pdf
b32570a4 47
5372d2d7 48 * Maxim MAX6697
b32570a4 49
5372d2d7 50 Prefix: 'max6697'
b32570a4 51
5372d2d7 52 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6697.pdf
b32570a4 53
5372d2d7 54 * Maxim MAX6698
b32570a4 55
5372d2d7 56 Prefix: 'max6698'
b32570a4 57
5372d2d7 58 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6698.pdf
b32570a4 59
5372d2d7 60 * Maxim MAX6699
b32570a4 61
5372d2d7 62 Prefix: 'max6699'
b32570a4 63
5372d2d7
GR
64 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6699.pdf
65
66Author:
b32570a4 67
5372d2d7
GR
68 Guenter Roeck <linux@roeck-us.net>
69
70Description
71-----------
72
73This driver implements support for several MAX6697 compatible temperature sensor
74chips. The chips support one local temperature sensor plus four, six, or seven
75remote temperature sensors. Remote temperature sensors are diode-connected
12087a36 76thermal transistors, except for MAX6698 which supports three diode-connected
5372d2d7
GR
77thermal transistors plus three thermistors in addition to the local temperature
78sensor.
79
80The driver provides the following sysfs attributes. temp1 is the local (chip)
81temperature, temp[2..n] are remote temperatures. The actually supported
82per-channel attributes are chip type and channel dependent.
83
b32570a4 84================ == ==========================================================
5372d2d7
GR
85tempX_input RO temperature
86tempX_max RW temperature maximum threshold
87tempX_max_alarm RO temperature maximum threshold alarm
88tempX_crit RW temperature critical threshold
89tempX_crit_alarm RO temperature critical threshold alarm
90tempX_fault RO temperature diode fault (remote sensors only)
b32570a4 91================ == ==========================================================