linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Hwmon driver for MAX31827 temperature switch
@ 2023-04-26 12:40 Daniel Matyas
  2023-04-26 12:40 ` [PATCH v3 1/2] dt-bindings: hwmon: add MAX31827 Daniel Matyas
  2023-04-26 14:38 ` [PATCH v3 0/2] Hwmon driver for MAX31827 temperature switch Guenter Roeck
  0 siblings, 2 replies; 6+ messages in thread
From: Daniel Matyas @ 2023-04-26 12:40 UTC (permalink / raw)
  Cc: Daniel Matyas, Jean Delvare, Guenter Roeck, Rob Herring,
	Krzysztof Kozlowski, Jonathan Corbet, linux-hwmon, devicetree,
	linux-kernel, linux-doc

Removed of_match_table and kept only id_table. Removed other device id's
from id_table (I have them only in the devicetree-binding).

Added mutex protection where it was needed.

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                      | 406 ++++++++++++++++++
 7 files changed, 565 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


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

end of thread, other threads:[~2023-04-27 16:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-26 12:40 [PATCH v3 0/2] Hwmon driver for MAX31827 temperature switch Daniel Matyas
2023-04-26 12:40 ` [PATCH v3 1/2] dt-bindings: hwmon: add MAX31827 Daniel Matyas
2023-04-26 12:40   ` [PATCH v3 2/2] hwmon: max31827: add MAX31827 driver Daniel Matyas
2023-04-26 14:57     ` Guenter Roeck
2023-04-27 16:56   ` [PATCH v3 1/2] dt-bindings: hwmon: add MAX31827 Rob Herring
2023-04-26 14:38 ` [PATCH v3 0/2] Hwmon driver for MAX31827 temperature switch 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).