From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933431AbbFVNeR (ORCPT ); Mon, 22 Jun 2015 09:34:17 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:51610 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751602AbbFVNeM (ORCPT ); Mon, 22 Jun 2015 09:34:12 -0400 From: Guenter Roeck To: torvalds@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, lm-sensors@lm-sensors.org Subject: [GIT PULL] hwmon changes for v4.2 Date: Mon, 22 Jun 2015 06:33:34 -0700 Message-Id: <1434980014-18990-1-git-send-email-linux@roeck-us.net> X-Mailer: git-send-email 2.1.0 X-Authenticated_sender: guenter@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: guenter@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 Hi Linus, Please pull hwmon changes for Linux v4.2 from signed tag: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus-v4.2 Thanks, Guenter ------ The following changes since commit c65b99f046843d2455aa231747b5a07a999a9f3d: Linux 4.1-rc6 (2015-05-31 19:01:07 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-linus-v4.2 for you to fetch changes up to 761c1770f2bf36a323ab97e2e1780db4f9b8a6fe: hwmon: add driver for Microchip TC74 (2015-06-21 22:54:53 -0700) ---------------------------------------------------------------- hwmon changes for v4.2 - New driver for Microchip TC74 - Support for ncpXXwf104 added to ntc_thermistor driver - Minor cleanup ---------------------------------------------------------------- Beomho Seo (1): hwmon: (ntc_thermistor) Add support for ncpXXwf104 Chris Lesiak (2): hwmon: (ntc_thermistor) fix iio raw to microvolts conversion hwmon: (ntc_thermistor) Improve precision of resistance calculation Geert Uytterhoeven (1): hwmon: Allow compile test of GPIO consumers if !GPIOLIB Guenter Roeck (2): hwmon: (atxp1) Drop FSF mailing address hwmon: (atxp1) Drop auto-detection Krzysztof Kozlowski (2): hwmon: (max197) Constify platform_device_id hwmon: (sht15) Constify platform_device_id Maciej S. Szmigiero (1): hwmon: add driver for Microchip TC74 .../devicetree/bindings/hwmon/ntc_thermistor.txt | 1 + Documentation/hwmon/ntc_thermistor | 6 +- Documentation/hwmon/tc74 | 20 +++ drivers/hwmon/Kconfig | 18 ++- drivers/hwmon/Makefile | 1 + drivers/hwmon/atxp1.c | 58 +------ drivers/hwmon/max197.c | 2 +- drivers/hwmon/ntc_thermistor.c | 82 +++++++--- drivers/hwmon/sht15.c | 2 +- drivers/hwmon/tc74.c | 177 +++++++++++++++++++++ include/linux/platform_data/ntc_thermistor.h | 1 + 11 files changed, 290 insertions(+), 78 deletions(-) create mode 100644 Documentation/hwmon/tc74 create mode 100644 drivers/hwmon/tc74.c -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/