mbox series

[v6,0/5] Add TI TMP116 Support

Message ID 20230228090518.529811-1-m.felsch@pengutronix.de (mailing list archive)
Headers show
Series Add TI TMP116 Support | expand

Message

Marco Felsch Feb. 28, 2023, 9:05 a.m. UTC
Hi,

this small series adds the support for the TI TMP116 temperature sensor
which is predecessor of the TMP117 but still in production.


Marco Felsch (5):
  dt-bindings: iio: ti,tmp117: fix documentation link
  iio: temperature: tmp117: improve fallback capabilities
  dt-bindings: iio: ti,tmp117: add binding for the TMP116
  iio: temperature: tmp117: add TI TMP116 support
  iio: temperature: tmp117: cosmetic alignment cleanup

 .../bindings/iio/temperature/ti,tmp117.yaml   |  8 +-
 drivers/iio/temperature/tmp117.c              | 80 ++++++++++++++-----
 2 files changed, 66 insertions(+), 22 deletions(-)

Comments

Jonathan Cameron March 4, 2023, 6:20 p.m. UTC | #1
On Tue, 28 Feb 2023 10:05:13 +0100
Marco Felsch <m.felsch@pengutronix.de> wrote:

> Hi,
> 
> this small series adds the support for the TI TMP116 temperature sensor
> which is predecessor of the TMP117 but still in production.
> 
Series applied to the togreg branch of iio.git and pushed out as
testing for 0-day to see if it can find anything we missed.

I'll rebase that branch on rc1 once available.

Thanks,

Jonathan


> 
> Marco Felsch (5):
>   dt-bindings: iio: ti,tmp117: fix documentation link
>   iio: temperature: tmp117: improve fallback capabilities
>   dt-bindings: iio: ti,tmp117: add binding for the TMP116
>   iio: temperature: tmp117: add TI TMP116 support
>   iio: temperature: tmp117: cosmetic alignment cleanup
> 
>  .../bindings/iio/temperature/ti,tmp117.yaml   |  8 +-
>  drivers/iio/temperature/tmp117.c              | 80 ++++++++++++++-----
>  2 files changed, 66 insertions(+), 22 deletions(-)
>