.../devicetree/bindings/iio/temperature/ti,tmp117.yaml | 16 +++++++++++----- drivers/iio/temperature/tmp117.c | 10 ++++++++++ 2 files changed, 21 insertions(+), 5 deletions(-)
Hello everyone,
This is version two 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@bootlin.com>
---
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@bootlin.com
To: Puranjay Mohan <puranjay@kernel.org>
To: Jonathan Cameron <jic23@kernel.org>
To: David Lechner <dlechner@baylibre.com>
To: Nuno Sá <nuno.sa@analog.com>
To: Andy Shevchenko <andy@kernel.org>
To: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzk+dt@kernel.org>
To: Conor Dooley <conor+dt@kernel.org>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: linux-iio@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---
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 | 10 ++++++++++
2 files changed, 21 insertions(+), 5 deletions(-)
---
base-commit: ddd664bbff63e09e7a7f9acae9c43605d4cf185f
change-id: 20260605-tmp119-662d21e4d317
Best regards,
--
Romain Gantois <romain.gantois@bootlin.com>
On Mon, 08 Jun 2026 18:00:23 +0200 Romain Gantois <romain.gantois@bootlin.com> wrote: > Hello everyone, > > This is version two 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@bootlin.com> Hi Romain Other than the DT indent thing Conor calls out this looks fine to me. However, unless the cycle is extended IIO is effectively closed for this kernel cycle. Anything I queue up now will be targeting 7.3 now. On the plus side no rush for v3! Thanks, Jonathan > --- > 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@bootlin.com > > To: Puranjay Mohan <puranjay@kernel.org> > To: Jonathan Cameron <jic23@kernel.org> > To: David Lechner <dlechner@baylibre.com> > To: Nuno Sá <nuno.sa@analog.com> > To: Andy Shevchenko <andy@kernel.org> > To: Rob Herring <robh@kernel.org> > To: Krzysztof Kozlowski <krzk+dt@kernel.org> > To: Conor Dooley <conor+dt@kernel.org> > Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> > Cc: linux-iio@vger.kernel.org > Cc: devicetree@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > > --- > 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 | 10 ++++++++++ > 2 files changed, 21 insertions(+), 5 deletions(-) > --- > base-commit: ddd664bbff63e09e7a7f9acae9c43605d4cf185f > change-id: 20260605-tmp119-662d21e4d317 > > Best regards, > -- > Romain Gantois <romain.gantois@bootlin.com> >
On Mon, Jun 08, 2026 at 06:24:12PM +0100, Jonathan Cameron wrote: > On Mon, 08 Jun 2026 18:00:23 +0200 > Romain Gantois <romain.gantois@bootlin.com> wrote: > > > This is version two 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. > > Other than the DT indent thing Conor calls out this looks fine to me. > However, unless the cycle is extended IIO is effectively closed for this > kernel cycle. Anything I queue up now will be targeting 7.3 now. > On the plus side no rush for v3! Please, incorporate what I commented on. Id est add #include <linux/array_size.h> -- With Best Regards, Andy Shevchenko
On Tuesday, 9 June 2026 16:54:47 CEST Andy Shevchenko wrote: > On Mon, Jun 08, 2026 at 06:24:12PM +0100, Jonathan Cameron wrote: > > On Mon, 08 Jun 2026 18:00:23 +0200 > > > > Romain Gantois <romain.gantois@bootlin.com> wrote: > > > This is version two 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. > > > > Other than the DT indent thing Conor calls out this looks fine to me. > > However, unless the cycle is extended IIO is effectively closed for this > > kernel cycle. Anything I queue up now will be targeting 7.3 now. > > On the plus side no rush for v3! > > Please, incorporate what I commented on. Id est add #include > <linux/array_size.h> ACK, I will. Thanks, -- Romain Gantois, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
© 2016 - 2026 Red Hat, Inc.