Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
45 lines
1.5 KiB
ReStructuredText
45 lines
1.5 KiB
ReStructuredText
Kernel driver max31790
|
|
======================
|
|
|
|
Supported chips:
|
|
|
|
* Maxim MAX31730
|
|
|
|
Prefix: 'max31730'
|
|
|
|
Addresses scanned: 0x1c, 0x1d, 0x1e, 0x1f, 0x4c, 0x4d, 0x4e, 0x4f
|
|
|
|
Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/max31730.pdf
|
|
|
|
Author: Guenter Roeck <linux@roeck-us.net>
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
This driver implements support for Maxim MAX31730.
|
|
|
|
The MAX31730 temperature sensor monitors its own temperature and the
|
|
temperatures of three external diode-connected transistors. The operating
|
|
supply voltage is from 3.0V to 3.6V. Resistance cancellation compensates
|
|
for high series resistance in circuit-board traces and the external thermal
|
|
diode, while beta compensation corrects for temperature-measurement
|
|
errors due to low-beta sensing transistors.
|
|
|
|
|
|
Sysfs entries
|
|
-------------
|
|
|
|
=================== == =======================================================
|
|
temp[1-4]_enable RW Temperature enable/disable
|
|
Set to 0 to enable channel, 0 to disable
|
|
temp[1-4]_input RO Temperature input
|
|
temp[2-4]_fault RO Fault indicator for remote channels
|
|
temp[1-4]_max RW Maximum temperature
|
|
temp[1-4]_max_alarm RW Maximum temperature alarm
|
|
temp[1-4]_min RW Minimum temperature. Common for all channels.
|
|
Only temp1_min is writeable.
|
|
temp[1-4]_min_alarm RO Minimum temperature alarm
|
|
temp[2-4]_offset RW Temperature offset for remote channels
|
|
=================== == =======================================================
|