swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: b9bbe6ed63b2b9f2c9ee5cbd0f2c946a2723f4ce authored by Linus Torvalds on 17 May 2020, 23:48:37 UTC
Linux 5.7-rc6
Tip revision: b9bbe6e
max31722.rst
Kernel driver max31722
======================

Supported chips:

  * Maxim Integrated MAX31722

    Prefix: 'max31722'

    ACPI ID: MAX31722

    Addresses scanned: -

    Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX31722-MAX31723.pdf

  * Maxim Integrated MAX31723

    Prefix: 'max31723'

    ACPI ID: MAX31723

    Addresses scanned: -

    Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX31722-MAX31723.pdf

Author: Tiberiu Breana <tiberiu.a.breana@intel.com>

Description
-----------

This driver adds support for the Maxim Integrated MAX31722/MAX31723 thermometers
and thermostats running over an SPI interface.

Usage Notes
-----------

This driver uses ACPI to auto-detect devices. See ACPI IDs in the above section.

Sysfs entries
-------------

The following attribute is supported:

======================= =======================================================
temp1_input		Measured temperature. Read-only.
======================= =======================================================
back to top