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(-) -- 2.34.1