Tiberiu Breana | 04e1e70 | 2016-03-30 19:16:24 +0300 | [diff] [blame] | 1 | Kernel driver max31722 |
| 2 | ====================== |
| 3 | |
| 4 | Supported chips: |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 5 | |
Tiberiu Breana | 04e1e70 | 2016-03-30 19:16:24 +0300 | [diff] [blame] | 6 | * Maxim Integrated MAX31722 |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 7 | |
Tiberiu Breana | 04e1e70 | 2016-03-30 19:16:24 +0300 | [diff] [blame] | 8 | Prefix: 'max31722' |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 9 | |
Tiberiu Breana | 04e1e70 | 2016-03-30 19:16:24 +0300 | [diff] [blame] | 10 | ACPI ID: MAX31722 |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 11 | |
Tiberiu Breana | 04e1e70 | 2016-03-30 19:16:24 +0300 | [diff] [blame] | 12 | Addresses scanned: - |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 13 | |
Tiberiu Breana | 04e1e70 | 2016-03-30 19:16:24 +0300 | [diff] [blame] | 14 | Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX31722-MAX31723.pdf |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 15 | |
Tiberiu Breana | 04e1e70 | 2016-03-30 19:16:24 +0300 | [diff] [blame] | 16 | * Maxim Integrated MAX31723 |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 17 | |
Tiberiu Breana | 04e1e70 | 2016-03-30 19:16:24 +0300 | [diff] [blame] | 18 | Prefix: 'max31723' |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 19 | |
Tiberiu Breana | 04e1e70 | 2016-03-30 19:16:24 +0300 | [diff] [blame] | 20 | ACPI ID: MAX31723 |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 21 | |
Tiberiu Breana | 04e1e70 | 2016-03-30 19:16:24 +0300 | [diff] [blame] | 22 | Addresses scanned: - |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 23 | |
Tiberiu Breana | 04e1e70 | 2016-03-30 19:16:24 +0300 | [diff] [blame] | 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 | |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 44 | ======================= ======================================================= |
Tiberiu Breana | 04e1e70 | 2016-03-30 19:16:24 +0300 | [diff] [blame] | 45 | temp1_input Measured temperature. Read-only. |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 46 | ======================= ======================================================= |