All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch v1 0/2] Add support for Maxim MAX6621 temperature sensor device
@ 2017-08-29 20:46 Vadim Pasternak
  2017-08-29 20:46 ` [patch v1 1/2] hwmon: Driver for Maxim MAX6621 temperature sensor Vadim Pasternak
  2017-08-29 20:46 ` [patch v1 2/2] dt-bindings: hwmon: add binding documentation for max6621 device Vadim Pasternak
  0 siblings, 2 replies; 5+ messages in thread
From: Vadim Pasternak @ 2017-08-29 20:46 UTC (permalink / raw)
  To: linux; +Cc: linux-hwmon, jiri, Vadim Pasternak

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

Vadim Pasternak (2):
  hwmon: Driver 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                            | 531 +++++++++++++++++++++
 4 files changed, 560 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/max6621.txt
 create mode 100644 drivers/hwmon/max6621.c

-- 
2.1.4

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

end of thread, other threads:[~2017-08-30  8:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-29 20:46 [patch v1 0/2] Add support for Maxim MAX6621 temperature sensor device Vadim Pasternak
2017-08-29 20:46 ` [patch v1 1/2] hwmon: Driver for Maxim MAX6621 temperature sensor Vadim Pasternak
2017-08-30  1:56   ` [v1,1/2] " Guenter Roeck
2017-08-30  8:28   ` [patch v1 1/2] " Jiri Pirko
2017-08-29 20:46 ` [patch v1 2/2] dt-bindings: hwmon: add binding documentation for max6621 device Vadim Pasternak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.