diff options
author | Tiberiu Breana <tiberiu.a.breana@intel.com> | 2016-03-30 12:16:24 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-04-19 09:32:34 -0400 |
commit | 04e1e70afec6bb2940aea0ac2e9cbaf7d643d5f4 (patch) | |
tree | 8c7c6eabae4767c8d32338d4061f7972a8766a31 /Documentation | |
parent | 7a18afe8097731b8ffb6cb5b2b3b418ded77c105 (diff) |
hwmon: (max31722) Add support for MAX31722/MAX31723 temperature sensors
Add basic support for the Maxim Integrated MAX31722/MAX31723 SPI
temperature sensors / thermostats.
Includes:
- ACPI support;
- raw temperature readings;
- power management
Datasheet:
https://datasheets.maximintegrated.com/en/ds/MAX31722-MAX31723.pdf
Signed-off-by: Tiberiu Breana <tiberiu.a.breana@intel.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/hwmon/max31722 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Documentation/hwmon/max31722 b/Documentation/hwmon/max31722 new file mode 100644 index 000000000000..090da84538c8 --- /dev/null +++ b/Documentation/hwmon/max31722 | |||
@@ -0,0 +1,34 @@ | |||
1 | Kernel driver max31722 | ||
2 | ====================== | ||
3 | |||
4 | Supported chips: | ||
5 | * Maxim Integrated MAX31722 | ||
6 | Prefix: 'max31722' | ||
7 | ACPI ID: MAX31722 | ||
8 | Addresses scanned: - | ||
9 | Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX31722-MAX31723.pdf | ||
10 | * Maxim Integrated MAX31723 | ||
11 | Prefix: 'max31723' | ||
12 | ACPI ID: MAX31723 | ||
13 | Addresses scanned: - | ||
14 | Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX31722-MAX31723.pdf | ||
15 | |||
16 | Author: Tiberiu Breana <tiberiu.a.breana@intel.com> | ||
17 | |||
18 | Description | ||
19 | ----------- | ||
20 | |||
21 | This driver adds support for the Maxim Integrated MAX31722/MAX31723 thermometers | ||
22 | and thermostats running over an SPI interface. | ||
23 | |||
24 | Usage Notes | ||
25 | ----------- | ||
26 | |||
27 | This driver uses ACPI to auto-detect devices. See ACPI IDs in the above section. | ||
28 | |||
29 | Sysfs entries | ||
30 | ------------- | ||
31 | |||
32 | The following attribute is supported: | ||
33 | |||
34 | temp1_input Measured temperature. Read-only. | ||