devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] hwmon: Add max31732 quad remote temperature sensor driver
@ 2022-12-14 14:22 Sinan Divarci
  2022-12-14 14:22 ` [PATCH v2 1/3] drivers: " Sinan Divarci
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Sinan Divarci @ 2022-12-14 14:22 UTC (permalink / raw)
  To: jdelvare, linux, robh+dt, krzysztof.kozlowski+dt
  Cc: linux-hwmon, devicetree, linux-kernel, Sinan Divarci

changes in v2:
  - remove Reviewed-by tag

Sinan Divarci (3):
  drivers: hwmon: Add max31732 quad remote temperature sensor driver
  docs: hwmon: add max31732 documentation
  dt-bindings: hwmon: Add bindings for max31732

 .../bindings/hwmon/adi,max31732.yaml          |  83 +++
 Documentation/hwmon/index.rst                 |   1 +
 Documentation/hwmon/max31732.rst              |  62 ++
 drivers/hwmon/Kconfig                         |  11 +
 drivers/hwmon/Makefile                        |   1 +
 drivers/hwmon/max31732.c                      | 620 ++++++++++++++++++
 6 files changed, 778 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/adi,max31732.yaml
 create mode 100644 Documentation/hwmon/max31732.rst
 create mode 100644 drivers/hwmon/max31732.c


base-commit: e2ca6ba6ba0152361aa4fcbf6067db71b2c7a770
-- 
2.25.1


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

end of thread, other threads:[~2022-12-29 18:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-14 14:22 [PATCH v2 0/3] hwmon: Add max31732 quad remote temperature sensor driver Sinan Divarci
2022-12-14 14:22 ` [PATCH v2 1/3] drivers: " Sinan Divarci
2022-12-14 17:02   ` Krzysztof Kozlowski
2022-12-14 17:24     ` Guenter Roeck
2022-12-15  8:32       ` Krzysztof Kozlowski
2022-12-29 15:38   ` Guenter Roeck
2022-12-14 14:22 ` [PATCH v2 2/3] docs: hwmon: add max31732 documentation Sinan Divarci
2022-12-29 15:39   ` Guenter Roeck
2022-12-14 14:22 ` [PATCH v2 3/3] dt-bindings: hwmon: Add bindings for max31732 Sinan Divarci
2022-12-14 17:00   ` Krzysztof Kozlowski
2022-12-29 15:52     ` Guenter Roeck
2022-12-29 16:39       ` Krzysztof Kozlowski
2022-12-29 18:30         ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).