Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751372AbcK0FNL (ORCPT ); Sun, 27 Nov 2016 00:13:11 -0500 Received: from mail-pf0-f193.google.com ([209.85.192.193]:33565 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750832AbcK0FNJ (ORCPT ); Sun, 27 Nov 2016 00:13:09 -0500 From: John Muir To: Jean Delvare , Guenter Roeck , Jonathan Corbet , Mark Rutland , Rob Herring , linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-doc@vger.kernel.org Cc: John Muir , John Muir , Anatol Pomazau Subject: [PATCH 0/3] Texas Instruments TMP108 temperature sensor driver. Date: Sat, 26 Nov 2016 21:12:29 -0800 Message-Id: <1480223553-81972-1-git-send-email-john@jmuir.com> X-Mailer: git-send-email 2.8.0.rc3.226.g39d4020 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 996 Lines: 23 (Attempting a resend due to apparent delivery failure.) 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