mbox series

[v2,0/3] Add NXP P3T1755 and fix LM75B docs

Message ID 20241218074131.4351-5-wsa+renesas@sang-engineering.com (mailing list archive)
Headers show
Series Add NXP P3T1755 and fix LM75B docs | expand

Message

Wolfram Sang Dec. 18, 2024, 7:41 a.m. UTC
This small series adds support for the P3T1755 temp sensor. Ultimately,
I want to support it via I3C. But for now, start simple and add I2C
support, so we have something to compare against. Fix the LM75B
datasheet location while here.

Changes since v1 are described in the patches.


Wolfram Sang (3):
  dt-bindings: hwmon: lm75: Add NXP P3T1755
  hwmon: (lm75) Add NXP P3T1755 support
  hwmon: (lm75) Fix LM75B document link

 Documentation/devicetree/bindings/hwmon/lm75.yaml |  1 +
 Documentation/hwmon/lm75.rst                      |  8 +++++---
 drivers/hwmon/lm75.c                              | 13 +++++++++++++
 3 files changed, 19 insertions(+), 3 deletions(-)