[PATCH 0/3] Add max31875 support
From: John Erasmus Mari Geronimo
Date: Wed Jan 08 2025 - 03:26:24 EST
The MAX31875 is also a Low-Power Temperature Sensor similar to the
MAX31827, with some differences of register addresses and bit fields.
This patch series adds support for the max31875 to the max31827 driver.
John Erasmus Mari Geronimo (3):
hwmon: (max31827) refactor enum chips to chip info
dt-bindings: hwmon: adi,max31827: add MAX31875
hwmon: (max31827) add max31875 support
.../bindings/hwmon/adi,max31827.yaml | 18 +-
Documentation/hwmon/max31827.rst | 40 +-
drivers/hwmon/max31827.c | 586 ++++++++++++++++--
3 files changed, 572 insertions(+), 72 deletions(-)
base-commit: adc52dd4078067fabf1431036ba180eafd8a7eee
--
2.34.1