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)
commitfb55a51310d1791b439e8d70f693410f5ef616a4
tree1b0d16fdf5dd65220d93cd244eeac31f37381459
parent8fede567b8472b36e2af3eac94ba68b234533bac
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]