···11+Kernel driver max3179022+======================33+44+Supported chips:55+66+ * Maxim MAX3173077+88+ Prefix: 'max31730'99+1010+ Addresses scanned: 0x1c, 0x1d, 0x1e, 0x1f, 0x4c, 0x4d, 0x4e, 0x4f1111+1212+ Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX31730.pdf1313+1414+Author: Guenter Roeck <linux@roeck-us.net>1515+1616+1717+Description1818+-----------1919+2020+This driver implements support for Maxim MAX31730.2121+2222+The MAX31730 temperature sensor monitors its own temperature and the2323+temperatures of three external diode-connected transistors. The operating2424+supply voltage is from 3.0V to 3.6V. Resistance cancellation compensates2525+for high series resistance in circuit-board traces and the external thermal2626+diode, while beta compensation corrects for temperature-measurement2727+errors due to low-beta sensing transistors.2828+2929+3030+Sysfs entries3131+-------------3232+3333+=================== == =======================================================3434+temp[1-4]_enable RW Temperature enable/disable3535+ Set to 0 to enable channel, 0 to disable3636+temp[1-4]_input RO Temperature input3737+temp[2-4]_fault RO Fault indicator for remote channels3838+temp[1-4]_max RW Maximum temperature3939+temp[1-4]_max_alarm RW Maximum temperature alarm4040+temp[1-4]_min RW Minimum temperature. Common for all channels.4141+ Only temp1_min is writeable.4242+temp[1-4]_min_alarm RO Minimum temperature alarm4343+temp[2-4]_offset RW Temperature offset for remote channels4444+=================== == =======================================================
+11-1
drivers/hwmon/Kconfig
···889889 will be called max197.890890891891config SENSORS_MAX31722892892-tristate "MAX31722 temperature sensor"892892+ tristate "MAX31722 temperature sensor"893893 depends on SPI894894 help895895 Support for the Maxim Integrated MAX31722/MAX31723 digital···897897898898 This driver can also be built as a module. If so, the module899899 will be called max31722.900900+901901+config SENSORS_MAX31730902902+ tristate "MAX31730 temperature sensor"903903+ depends on I2C904904+ help905905+ Support for the Maxim Integrated MAX31730 3-Channel Remote906906+ Temperature Sensor.907907+908908+ This driver can also be built as a module. If so, the module909909+ will be called max31730.900910901911config SENSORS_MAX6621902912 tristate "Maxim MAX6621 sensor chip"