[PATCH 0/3] Add max31875 support

John Erasmus Mari Geronimo posted 3 patches 11 months, 2 weeks ago
.../bindings/hwmon/adi,max31827.yaml          |  18 +-
Documentation/hwmon/max31827.rst              |  40 +-
drivers/hwmon/max31827.c                      | 586 ++++++++++++++++--
3 files changed, 572 insertions(+), 72 deletions(-)
[PATCH 0/3] Add max31875 support
Posted by John Erasmus Mari Geronimo 11 months, 2 weeks ago
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