linux icon indicating copy to clipboard operation
linux copied to clipboard

Add support for MAX31875

Open jemfgeronimo opened this issue 1 year ago • 4 comments
trafficstars

PR Description

  • This adds support for the MAX31875 temperature sensor within the MAX31827 driver, along with corresponding device tree bindings.
  • Datasheet: MAX31875
  • Tested on RPI4 with MAX31875EVKIT

PR Type

  • [ ] Bug fix (a change that fixes an issue)
  • [x] New feature (a change that adds new functionality)
  • [ ] Breaking change (a change that affects other repos or cause CIs to fail)

PR Checklist

  • [x] I have conducted a self-review of my own code changes
  • [ ] I have tested the changes on the relevant hardware
  • [ ] I have updated the documentation outside this repo accordingly (if there is the case)

jemfgeronimo avatar Oct 27 '24 09:10 jemfgeronimo

Why the new PR? Should we close #2600?

nunojsa avatar Oct 28 '24 06:10 nunojsa

Why the new PR? Should we close #2600?

I've created this separate PR that introduces an alternative method to add driver support for the MAX31875. This involves using the existing MAX31827 driver to support the MAX31875.

jemfgeronimo avatar Oct 28 '24 07:10 jemfgeronimo

V2

  • dt-bindings: reverted enum of adi,fault-q
  • dt-bindings: dropped else branch in adi,fault-q
  • drivers: put error handling of fault queue values before its encoding
  • renamed max31827_chip_info to max31827_hwmon_chip_info
  • add chip_info structure to replace enum chips

jemfgeronimo avatar Nov 13 '24 05:11 jemfgeronimo

V3

  • reduced the fields of the chip_info

jemfgeronimo avatar Dec 05 '24 07:12 jemfgeronimo

Hi, I'm just checking in on the status of this pull request. Is there anything I can do to help move it forward?

nunojsa avatar Jul 02 '25 13:07 nunojsa