Linux Hardware Monitor development
 help / color / mirror / Atom feed
* [PATCH 0/3] Texas Instruments TMP108 temperature sensor driver.
@ 2016-11-27  1:26 John Muir
  2016-11-27  2:18 ` Guenter Roeck
  2016-11-30 20:36 ` [PATCH v2 0/2] " John Muir
  0 siblings, 2 replies; 17+ messages in thread
From: John Muir @ 2016-11-27  1:26 UTC (permalink / raw)
  To: Jean Delvare, Guenter Roeck, Jonathan Corbet, Mark Rutland,
	Rob Herring, linux-kernel, linux-hwmon, linux-doc
  Cc: John Muir, John Muir, Anatol Pomazau

This driver is split into three patches as it is being ported forward from
a Linux 4.4 implementation where it was tested. The final driver code uses
interfaces that are not available in 4.4.

John Muir (3):
  hwmon: Add Texas Instruments TMP108 temperature sensor driver.
  hwmon: tmp108: Use devm variants of registration interfaces.
  hwmon: tmp108: Update driver to use hwmon_chip_info.

 Documentation/devicetree/bindings/hwmon/tmp108.txt |  27 ++
 Documentation/hwmon/tmp108                         |  38 ++
 drivers/hwmon/Kconfig                              |  11 +
 drivers/hwmon/Makefile                             |   1 +
 drivers/hwmon/tmp108.c                             | 421 +++++++++++++++++++++
 5 files changed, 498 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/tmp108.txt
 create mode 100644 Documentation/hwmon/tmp108
 create mode 100644 drivers/hwmon/tmp108.c

-- 
2.8.0.rc3.226.g39d4020


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

end of thread, other threads:[~2016-12-02  5:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-27  1:26 [PATCH 0/3] Texas Instruments TMP108 temperature sensor driver John Muir
2016-11-27  2:18 ` Guenter Roeck
2016-11-30 20:36 ` [PATCH v2 0/2] " John Muir
2016-11-30 20:36   ` [PATCH 1/2] hwmon: Add " John Muir
2016-12-01 15:19     ` Guenter Roeck
2016-12-01 21:50       ` John Muir
2016-12-01 22:08         ` Guenter Roeck
2016-12-01 22:15           ` John Muir
2016-11-30 20:36   ` [PATCH 2/2] devicetree: hwmon: Add documentation for TMP108 driver John Muir
2016-12-01  0:42     ` Guenter Roeck
2016-12-01  1:41       ` John Muir
2016-12-02  2:32   ` [PATCH v3 0/2] Texas Instruments TMP108 temperature sensor driver John Muir
2016-12-02  2:32     ` [PATCH v3 1/2] hwmon: Add " John Muir
2016-12-02  4:40       ` Guenter Roeck
2016-12-02  5:45         ` John Muir
2016-12-02  2:32     ` [PATCH v3 2/2] devicetree: hwmon: Add documentation for TMP108 driver John Muir
2016-12-02  4:42       ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox