]> asedeno.scripts.mit.edu Git - linux.git/commit
iio:temperature: Add support for TI TMP007 sensor
authorManivannan Sadhasivam <manivannanece23@gmail.com>
Mon, 9 Jan 2017 02:55:26 +0000 (08:25 +0530)
committerJonathan Cameron <jic23@kernel.org>
Sat, 14 Jan 2017 10:45:05 +0000 (10:45 +0000)
commit948b707df8d2493346f7a2979632ab5ae8b8abb6
treed077cc31c506c9dcb65bbe22019e2f4dbb053ae3
parente30eca0e69cb888125b081c96ca761e958fcb5b4
iio:temperature: Add support for TI TMP007 sensor

This patch adds support for TI TMP007 - 16 bit IR thermopile sensor with integrated Math engine.
Sensor takes care of calculating the object temperature with the help of calibrated constants stored in non-volatile memory,
thereby reducing the calculation overhead.

Signed-off-by: Manivannan Sadhasivam <manivannanece23@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/devicetree/bindings/iio/temperature/tmp007.txt [new file with mode: 0644]
drivers/iio/temperature/Kconfig
drivers/iio/temperature/Makefile
drivers/iio/temperature/tmp007.c [new file with mode: 0644]