|
|
Log in / Subscribe / Register

Texas Instruments TMP108 temperature sensor driver.

From:  John Muir <john-AT-jmuir.com>
To:  Guenter Roeck <linux-AT-roeck-us.net>, Jean Delvare <jdelvare-AT-suse.com>, Jonathan Corbet <corbet-AT-lwn.net>, linux-hwmon-AT-vger.kernel.org, linux-doc-AT-vger.kernel.org, Rob Herring <robh+dt-AT-kernel.org>, Mark Rutland <mark.rutland-AT-arm.com>
Subject:  [PATCH v3 0/2] Texas Instruments TMP108 temperature sensor driver.
Date:  Thu, 1 Dec 2016 18:32:40 -0800
Message-ID:  <1480645962-55584-1-git-send-email-john@jmuir.com>
Cc:  John Muir <john-AT-jmuir.com>, John Muir <muirj-AT-google.com>, Anatol Pomazau <anatol-AT-google.com>

This adds a device driver for the Texas Instruments TMP108 temperature
sensor. The driver provides support to read the temperature, read or modify
the update interval, min and max temperature and hysteresis values, as well
as read current alarm status. Support for alarm interrupts will come in a
future patch.

John Muir (2):
  hwmon: Add Texas Instruments TMP108 temperature sensor driver.
  devicetree: hwmon: Add documentation for TMP108 driver.

 Documentation/devicetree/bindings/hwmon/tmp108.txt |  14 +
 Documentation/hwmon/tmp108                         |  36 ++
 drivers/hwmon/Kconfig                              |  11 +
 drivers/hwmon/Makefile                             |   1 +
 drivers/hwmon/tmp108.c                             | 466 +++++++++++++++++++++
 5 files changed, 528 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



Copyright © 2016, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds