Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1530822

[PATCH 0/3] Texas Instruments TMP108 temperature sensor driver.

From John Muir <john@jmuir.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] Texas Instruments TMP108 temperature sensor driver.
Date 2016-11-27 02:30 +0100
Message-ID <sHWs1-5Xf-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] Texas Instruments TMP108 temperature sensor driver. John Muir <john@jmuir.com> - 2016-11-27 02:30 +0100
  Re: [PATCH 0/3] Texas Instruments TMP108 temperature sensor driver. Guenter Roeck <linux@roeck-us.net> - 2016-11-27 03:20 +0100

csiph-web