David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | Kernel driver max31722 |
| 2 | ====================== |
| 3 | |
| 4 | Supported chips: |
| 5 | |
| 6 | * Maxim Integrated MAX31722 |
| 7 | |
| 8 | Prefix: 'max31722' |
| 9 | |
| 10 | ACPI ID: MAX31722 |
| 11 | |
| 12 | Addresses scanned: - |
| 13 | |
| 14 | Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX31722-MAX31723.pdf |
| 15 | |
| 16 | * Maxim Integrated MAX31723 |
| 17 | |
| 18 | Prefix: 'max31723' |
| 19 | |
| 20 | ACPI ID: MAX31723 |
| 21 | |
| 22 | Addresses scanned: - |
| 23 | |
| 24 | Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX31722-MAX31723.pdf |
| 25 | |
| 26 | Author: Tiberiu Breana <tiberiu.a.breana@intel.com> |
| 27 | |
| 28 | Description |
| 29 | ----------- |
| 30 | |
| 31 | This driver adds support for the Maxim Integrated MAX31722/MAX31723 thermometers |
| 32 | and thermostats running over an SPI interface. |
| 33 | |
| 34 | Usage Notes |
| 35 | ----------- |
| 36 | |
| 37 | This driver uses ACPI to auto-detect devices. See ACPI IDs in the above section. |
| 38 | |
| 39 | Sysfs entries |
| 40 | ------------- |
| 41 | |
| 42 | The following attribute is supported: |
| 43 | |
| 44 | ======================= ======================================================= |
| 45 | temp1_input Measured temperature. Read-only. |
| 46 | ======================= ======================================================= |