|
|
Subscribe / Log in / New account

Add max31875 support

From:  John Erasmus Mari Geronimo <johnerasmusmari.geronimo-AT-analog.com>
To:  <devicetree-AT-vger.kernel.org>, <linux-hwmon-AT-vger.kernel.org>, <linux-kernel-AT-vger.kernel.org>, <linux-doc-AT-vger.kernel.org>
Subject:  [PATCH 0/3] Add max31875 support
Date:  Wed, 08 Jan 2025 16:25:28 +0800
Message-ID:  <20250108082531.15467-1-johnerasmusmari.geronimo@analog.com>
Cc:  Jean Delvare <jdelvare-AT-suse.com>, Guenter Roeck <linux-AT-roeck-us.net>, Rob Herring <robh-AT-kernel.org>, Krzysztof Kozlowski <krzk+dt-AT-kernel.org>, Conor Dooley <conor+dt-AT-kernel.org>, Jonathan Corbet <corbet-AT-lwn.net>
Archive-link:  Article

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




Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds