devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch v3 0/2] Add support for Maxim MAX6621 temperature sensor device
@ 2017-09-05  7:34 Vadim Pasternak
  2017-09-05  7:34 ` [patch v3 1/2] hwmon: (max6621) Add support for Maxim MAX6621 temperature sensor Vadim Pasternak
  2017-09-05  7:34 ` [patch v3 2/2] dt-bindings: hwmon: add binding documentation for max6621 device Vadim Pasternak
  0 siblings, 2 replies; 4+ messages in thread
From: Vadim Pasternak @ 2017-09-05  7:34 UTC (permalink / raw)
  To: linux-0h96xk9xTtrk1uMJSBkQmQ, robh+dt-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-hwmon-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, jiri-rHqAuBHg3fBzbRFIqnYvSA,
	Vadim Pasternak

This patchset:
- support for MAX6621 temperature sensor;
- binding documentation for this device;

Vadim Pasternak (2):
  hwmon: (max6621) Add support for Maxim MAX6621 temperature sensor
  dt-bindings: hwmon: add binding documentation for max6621 device

 .../devicetree/bindings/hwmon/max6621.txt          |  14 +
 drivers/hwmon/Kconfig                              |  14 +
 drivers/hwmon/Makefile                             |   1 +
 drivers/hwmon/max6621.c                            | 602 +++++++++++++++++++++
 4 files changed, 631 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/max6621.txt
 create mode 100644 drivers/hwmon/max6621.c

-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-09-09 21:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-05  7:34 [patch v3 0/2] Add support for Maxim MAX6621 temperature sensor device Vadim Pasternak
2017-09-05  7:34 ` [patch v3 1/2] hwmon: (max6621) Add support for Maxim MAX6621 temperature sensor Vadim Pasternak
2017-09-09 21:20   ` Guenter Roeck
2017-09-05  7:34 ` [patch v3 2/2] dt-bindings: hwmon: add binding documentation for max6621 device Vadim Pasternak

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).