public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add max31875 support
@ 2025-01-08  8:25 John Erasmus Mari Geronimo
  2025-01-08  8:25 ` [PATCH 1/3] hwmon: (max31827) refactor enum chips to chip info John Erasmus Mari Geronimo
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: John Erasmus Mari Geronimo @ 2025-01-08  8:25 UTC (permalink / raw)
  To: devicetree, linux-hwmon, linux-kernel, linux-doc
  Cc: Jean Delvare, Guenter Roeck, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Jonathan Corbet

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-03-02 18:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-08  8:25 [PATCH 0/3] Add max31875 support John Erasmus Mari Geronimo
2025-01-08  8:25 ` [PATCH 1/3] hwmon: (max31827) refactor enum chips to chip info John Erasmus Mari Geronimo
2025-01-08 14:22   ` Guenter Roeck
2025-01-09  5:05   ` kernel test robot
2025-01-08  8:25 ` [PATCH 2/3] dt-bindings: hwmon: adi,max31827: add MAX31875 John Erasmus Mari Geronimo
2025-01-08  9:42   ` Krzysztof Kozlowski
2025-01-08  8:25 ` [PATCH 3/3] hwmon: (max31827) add max31875 support John Erasmus Mari Geronimo
2025-03-02 18:41   ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox