From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965084AbbLRUGz (ORCPT ); Fri, 18 Dec 2015 15:06:55 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:50053 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932736AbbLRUGy (ORCPT ); Fri, 18 Dec 2015 15:06:54 -0500 From: Guenter Roeck To: torvalds@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, lm-sensors@lm-sensors.org Subject: [GIT PULL] hwmon fixes for v4.4-rc6 Date: Fri, 18 Dec 2015 12:06:52 -0800 Message-Id: <1450469212-31015-1-git-send-email-linux@roeck-us.net> X-Mailer: git-send-email 2.1.4 X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-0.2 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-Authenticated-Sender: bh-25.webhostbox.net: 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 fixes for Linux v4.4-rc6 from signed tag: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus-v4.4-rc6 Thanks, Guenter ------ The following changes since commit 527e9316f8ec44bd53d90fb9f611fa7ffff52bb9: Linux 4.4-rc4 (2015-12-06 15:43:12 -0800) 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.4-rc6 for you to fetch changes up to a3a316cfc41ab3e7b9e0079338f8ea9dff911d88: hwmon: (sht15) Select CONFIG_BITREVERSE (2015-12-18 08:19:52 -0800) ---------------------------------------------------------------- hwmon fixes for v4.4-rc6 - Select CONFIG_BITREVERSE for sht15 driver to avoid build failure if it is not configured. - Force wait for conversion time for the first valid data in tmp102 driver to avoid reporting erroneous data to the thermal subsystem. ---------------------------------------------------------------- Arnd Bergmann (1): hwmon: (sht15) Select CONFIG_BITREVERSE Nishanth Menon (1): hwmon: (tmp102) Force wait for conversion time for the first valid data drivers/hwmon/Kconfig | 1 + drivers/hwmon/tmp102.c | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-)