Re: [PATCH v3 0/2] iio: temperature: tmp117: Support the TMP119 sensor

From: Jonathan Cameron

Date: Tue Jun 30 2026 - 19:53:53 EST


On Tue, 30 Jun 2026 11:26:33 +0200
Romain Gantois <romain.gantois@xxxxxxxxxxx> wrote:

> Hello everyone,
>
> This is version three of my series which adds support for the TMP119, which
> has an identical programming model to the TMP117, but slightly different
> specs and electrical characteristics.
>
> Best Regards,
>
> Romain
>
> Signed-off-by: Romain Gantois <romain.gantois@xxxxxxxxxxx>

Applied to the testing branch of iio.git. I'll push it out as togreg
for linux-next to pick up once I've caught up with my rather large
review backlog and anything applied has been through a bit of bot
testing!

Thanks,

Jonathan

> ---
> Changes in v3:
> - Corrected indentation in device tree bindings
> - Added an explicit inclusion of array_size.h
> - Made sure the correct IIO device name was exposed to userspace
> - Link to v2: https://patch.msgid.link/20260608-tmp119-v2-0-30c3537d5097@xxxxxxxxxxx
>
> Changes in v2:
> - Used ti,tmp117 as a fallback compatible
> - Made sure the correct IIO device name was exposed to userspace
> - Link to v1: https://patch.msgid.link/20260605-tmp119-v1-0-349f45f17d12@xxxxxxxxxxx
>
> To: Puranjay Mohan <puranjay@xxxxxxxxxx>
> To: Jonathan Cameron <jic23@xxxxxxxxxx>
> To: David Lechner <dlechner@xxxxxxxxxxxx>
> To: Nuno Sá <nuno.sa@xxxxxxxxxx>
> To: Andy Shevchenko <andy@xxxxxxxxxx>
> To: Rob Herring <robh@xxxxxxxxxx>
> To: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx>
> To: Conor Dooley <conor+dt@xxxxxxxxxx>
> Cc: Thomas Petazzoni <thomas.petazzoni@xxxxxxxxxxx>
> Cc: linux-iio@xxxxxxxxxxxxxxx
> Cc: devicetree@xxxxxxxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
>
> ---
> Romain Gantois (1):
> dt-bindings: iio: ti,tmp117: add binding for the TMP119
>
> Wil Stark (1):
> iio: temperature: tmp117: add TI TMP119 support
>
> .../devicetree/bindings/iio/temperature/ti,tmp117.yaml | 16 +++++++++++-----
> drivers/iio/temperature/tmp117.c | 13 +++++++++++++
> 2 files changed, 24 insertions(+), 5 deletions(-)
> ---
> base-commit: dc59e4fea9d83f03bad6bddf3fa2e52491777482
> change-id: 20260605-tmp119-662d21e4d317
>
> Best regards,
> --
> Romain Gantois <romain.gantois@xxxxxxxxxxx>
>
>