[PATCH v5 0/2] Hwmon driver for MAX31827 temperature switch

Daniel Matyas posted 2 patches 2 years, 9 months ago
Only 1 patches received!
.../bindings/hwmon/adi,max31827.yaml          |  54 +++
Documentation/hwmon/index.rst                 |   1 +
Documentation/hwmon/max31827.rst              |  83 ++++
MAINTAINERS                                   |   9 +
drivers/hwmon/Kconfig                         |  11 +
drivers/hwmon/Makefile                        |   2 +-
drivers/hwmon/max31827.c                      | 427 ++++++++++++++++++
7 files changed, 586 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/hwmon/adi,max31827.yaml
create mode 100644 Documentation/hwmon/max31827.rst
create mode 100644 drivers/hwmon/max31827.c
[PATCH v5 0/2] Hwmon driver for MAX31827 temperature switch
Posted by Daniel Matyas 2 years, 9 months ago
Readded the of_match_table.

Added default cases where it was necessary.

Used mutex where it was necessary.

Added conversion to milli-degrees and milli-seconds.

Daniel Matyas (2):
  dt-bindings: hwmon: add MAX31827
  hwmon: max31827: add MAX31827 driver

 .../bindings/hwmon/adi,max31827.yaml          |  54 +++
 Documentation/hwmon/index.rst                 |   1 +
 Documentation/hwmon/max31827.rst              |  83 ++++
 MAINTAINERS                                   |   9 +
 drivers/hwmon/Kconfig                         |  11 +
 drivers/hwmon/Makefile                        |   2 +-
 drivers/hwmon/max31827.c                      | 427 ++++++++++++++++++
 7 files changed, 586 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/hwmon/adi,max31827.yaml
 create mode 100644 Documentation/hwmon/max31827.rst
 create mode 100644 drivers/hwmon/max31827.c

-- 
2.34.1