Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753265AbcK0CTA (ORCPT ); Sat, 26 Nov 2016 21:19:00 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:49237 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752752AbcK0CS6 (ORCPT ); Sat, 26 Nov 2016 21:18:58 -0500 Subject: Re: [PATCH 0/3] Texas Instruments TMP108 temperature sensor driver. To: John Muir , Jean Delvare , Jonathan Corbet , Mark Rutland , Rob Herring , linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-doc@vger.kernel.org References: <1480209983-65915-1-git-send-email-john@jmuir.com> Cc: John Muir , Anatol Pomazau From: Guenter Roeck Message-ID: Date: Sat, 26 Nov 2016 18:18:54 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <1480209983-65915-1-git-send-email-john@jmuir.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1210 Lines: 30 On 11/26/2016 05:26 PM, John Muir wrote: > 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 > Hi John, maybe the rest of the patches are delayed, but so far I only see this introduction. Just an early note, in case the other patches still show up. Can you send me a register dump for this chip ? Thanks, Guenter