On Mon, Jan 09, 2017 at 08:25:26AM +0530, Manivannan Sadhasivam wrote: > 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@xxxxxxxxx> > --- > > Changes since v3: > > 1. Removed caching of status register > 2. Modified comments for data validity > 3. Added possible address combinations in dTree bindings file > > .../devicetree/bindings/iio/temperature/tmp007.txt | 27 ++ This could be documented under trivial-devices.txt, but doesn't hurt to have it here. Acked-by: Rob Herring <robh@xxxxxxxxxx> > drivers/iio/temperature/Kconfig | 10 + > drivers/iio/temperature/Makefile | 1 + > drivers/iio/temperature/tmp007.c | 345 +++++++++++++++++++++ > 4 files changed, 383 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/temperature/tmp007.txt > create mode 100644 drivers/iio/temperature/tmp007.c -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html