iio: temperature: add driver support for ti tmp117
authorPuranjay Mohan <puranjay12@gmail.com>
Wed, 7 Apr 2021 18:21:47 +0000 (23:51 +0530)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 17 May 2021 12:49:05 +0000 (13:49 +0100)
commitdf041e737a38a316976273281f66fbce2ec4b397
tree84ddf0db75e7584119f87955ea68b06810a137cd
parent5e713b25d137d9cfb9bcf4387513b3acf00c4828
iio: temperature: add driver support for ti tmp117

TMP117 is a Digital temperature sensor with integrated Non-Volatile memory.
Add support for tmp117 driver in iio subsystem.

Datasheet: https://www.ti.com/lit/gpn/tmp117
Signed-off-by: Puranjay Mohan <puranjay12@gmail.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
Link: https://lore.kernel.org/r/20210407182147.77221-3-puranjay12@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
MAINTAINERS
drivers/iio/temperature/Kconfig
drivers/iio/temperature/Makefile
drivers/iio/temperature/tmp117.c [new file with mode: 0644]