blob: 0ab15c00b226f111b8352a6a9747caa9c2dfe898 [file] [log] [blame]
Tiberiu Breana04e1e702016-03-30 19:16:24 +03001Kernel driver max31722
2======================
3
4Supported chips:
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -03005
Tiberiu Breana04e1e702016-03-30 19:16:24 +03006 * Maxim Integrated MAX31722
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -03007
Tiberiu Breana04e1e702016-03-30 19:16:24 +03008 Prefix: 'max31722'
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -03009
Tiberiu Breana04e1e702016-03-30 19:16:24 +030010 ACPI ID: MAX31722
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030011
Tiberiu Breana04e1e702016-03-30 19:16:24 +030012 Addresses scanned: -
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030013
Tiberiu Breana04e1e702016-03-30 19:16:24 +030014 Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX31722-MAX31723.pdf
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030015
Tiberiu Breana04e1e702016-03-30 19:16:24 +030016 * Maxim Integrated MAX31723
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030017
Tiberiu Breana04e1e702016-03-30 19:16:24 +030018 Prefix: 'max31723'
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030019
Tiberiu Breana04e1e702016-03-30 19:16:24 +030020 ACPI ID: MAX31723
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030021
Tiberiu Breana04e1e702016-03-30 19:16:24 +030022 Addresses scanned: -
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030023
Tiberiu Breana04e1e702016-03-30 19:16:24 +030024 Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX31722-MAX31723.pdf
25
26Author: Tiberiu Breana <tiberiu.a.breana@intel.com>
27
28Description
29-----------
30
31This driver adds support for the Maxim Integrated MAX31722/MAX31723 thermometers
32and thermostats running over an SPI interface.
33
34Usage Notes
35-----------
36
37This driver uses ACPI to auto-detect devices. See ACPI IDs in the above section.
38
39Sysfs entries
40-------------
41
42The following attribute is supported:
43
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030044======================= =======================================================
Tiberiu Breana04e1e702016-03-30 19:16:24 +030045temp1_input Measured temperature. Read-only.
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030046======================= =======================================================