]> git.baikalelectronics.ru Git - kernel.git/commit
iio:temperature: Add MAX31856 thermocouple support
authorParesh Chaudhary <paresh.chaudhary@rockwellcollins.com>
Tue, 26 Mar 2019 11:18:42 +0000 (12:18 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Thu, 4 Apr 2019 19:21:05 +0000 (20:21 +0100)
commit93578630670f7765f18111e6c36bd8ae40269eea
tree1b0d16fdf5dd65220d93cd244eeac31f37381459
parentab05703542969a0741bdf6e34ad082d1a85df589
iio:temperature: Add MAX31856 thermocouple support

This patch adds support for Maxim MAX31856 thermocouple
temperature sensor support.

More information can be found in:
https://www.maximintegrated.com/en/ds/MAX31856.pdf

NOTE: Driver support only Comparator Mode.

Signed-off-by: Paresh Chaudhary <paresh.chaudhary@rockwellcollins.com>
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Patrick Havelange <patrick.havelange@essensium.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Documentation/ABI/testing/sysfs-bus-iio-temperature-max31856 [new file with mode: 0644]
drivers/iio/temperature/Kconfig
drivers/iio/temperature/Makefile
drivers/iio/temperature/max31856.c [new file with mode: 0644]