0001 Kernel driver max31722
0002 ======================
0003
0004 Supported chips:
0005
0006 * Maxim Integrated MAX31722
0007
0008 Prefix: 'max31722'
0009
0010 ACPI ID: MAX31722
0011
0012 Addresses scanned: -
0013
0014 Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX31722-MAX31723.pdf
0015
0016 * Maxim Integrated MAX31723
0017
0018 Prefix: 'max31723'
0019
0020 ACPI ID: MAX31723
0021
0022 Addresses scanned: -
0023
0024 Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX31722-MAX31723.pdf
0025
0026 Author: Tiberiu Breana <tiberiu.a.breana@intel.com>
0027
0028 Description
0029 -----------
0030
0031 This driver adds support for the Maxim Integrated MAX31722/MAX31723 thermometers
0032 and thermostats running over an SPI interface.
0033
0034 Usage Notes
0035 -----------
0036
0037 This driver uses ACPI to auto-detect devices. See ACPI IDs in the above section.
0038
0039 Sysfs entries
0040 -------------
0041
0042 The following attribute is supported:
0043
0044 ======================= =======================================================
0045 temp1_input Measured temperature. Read-only.
0046 ======================= =======================================================