module: Convert symbol namespace to string literal
[linux.git] / Documentation / hwmon / max6697.rst
blob90ca224c446ae4d49f017b4dcaf14f3fe2ce994a
1 Kernel driver max6697
2 =====================
4 Supported chips:
6   * Maxim MAX6581
8     Prefix: 'max6581'
10     Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6581.pdf
12   * Maxim MAX6602
14     Prefix: 'max6602'
16     Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6602.pdf
18   * Maxim MAX6622
20     Prefix: 'max6622'
22     Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6622.pdf
24   * Maxim MAX6636
26     Prefix: 'max6636'
28     Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6636.pdf
30   * Maxim MAX6689
32     Prefix: 'max6689'
34     Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6689.pdf
36   * Maxim MAX6693
38     Prefix: 'max6693'
40     Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6693.pdf
42   * Maxim MAX6694
44     Prefix: 'max6694'
46     Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6694.pdf
48   * Maxim MAX6697
50     Prefix: 'max6697'
52     Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6697.pdf
54   * Maxim MAX6698
56     Prefix: 'max6698'
58     Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6698.pdf
60   * Maxim MAX6699
62     Prefix: 'max6699'
64     Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6699.pdf
66 Author:
68     Guenter Roeck <linux@roeck-us.net>
70 Description
71 -----------
73 This driver implements support for several MAX6697 compatible temperature sensor
74 chips. The chips support one local temperature sensor plus four, six, or seven
75 remote temperature sensors. Remote temperature sensors are diode-connected
76 thermal transistors, except for MAX6698 which supports three diode-connected
77 thermal transistors plus three thermistors in addition to the local temperature
78 sensor.
80 The driver provides the following sysfs attributes. temp1 is the local (chip)
81 temperature, temp[2..n] are remote temperatures. The actually supported
82 per-channel attributes are chip type and channel dependent.
84 ================ == ==========================================================
85 tempX_input      RO temperature
86 tempX_max        RW temperature maximum threshold
87 tempX_max_alarm  RO temperature maximum threshold alarm
88 tempX_crit       RW temperature critical threshold
89 tempX_crit_alarm RO temperature critical threshold alarm
90 tempX_fault      RO temperature diode fault (remote sensors only)
91 ================ == ==========================================================