mbox series

[v2,0/2] hwmon: lm90: Add support for NCT7716, NCT7717 and NCT7718

Message ID 20250117100744.1571385-1-a0282524688@gmail.com (mailing list archive)
Headers show
Series hwmon: lm90: Add support for NCT7716, NCT7717 and NCT7718 | expand

Message

Ming Yu Jan. 17, 2025, 10:07 a.m. UTC
The patch series add support for NCT7716, NCT7717 and NCT7718 from
Nuvoton in lm90.

NCT7716 and NCT7717 only have 8 bit resolution local thermal sensor.
NCT7718 has local sensor and 11 bit resoulution remote thermal sensor.

Changes since version 1:
- Add new detection function lm90_detect_nuvoton_50()
- Fix the check for register values.

Ming Yu (2):
  hwmon: (lm90): Add support for NCT7716, NCT7717 and NCT7718
  dt-bindings: hwmon: lm90: Add support for NCT7716, NCT7717 and NCT7718

 .../bindings/hwmon/national,lm90.yaml         |  6 ++
 Documentation/hwmon/lm90.rst                  | 43 ++++++++++
 drivers/hwmon/Kconfig                         |  2 +-
 drivers/hwmon/lm90.c                          | 82 ++++++++++++++++++-
 4 files changed, 130 insertions(+), 3 deletions(-)