From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757800AbbE3SPg (ORCPT ); Sat, 30 May 2015 14:15:36 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:49442 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754038AbbE3SP1 (ORCPT ); Sat, 30 May 2015 14:15:27 -0400 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.1-rc6 Date: Sat, 30 May 2015 11:15:10 -0700 Message-Id: <1433009710-1482-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 fixes for Linux v4.1-rc6 from signed tag: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus-v4.1-rc6 Thanks, Guenter ------ The following changes since commit ba155e2d21f6bf05de86a78dbe5bfd8757604a65: Linux 4.1-rc5 (2015-05-24 18:22:35 -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.1-rc6 for you to fetch changes up to c7bd6dc320b85445b6b36a0aff41f929210027c7: hwmon: (nct6683) Add missing sysfs attribute initialization (2015-05-29 17:47:42 -0700) ---------------------------------------------------------------- Some late hwmon patches, all headed for -stable - Fix sysfs attribute initialization in nct6775 and nct6683 drivers - Do not attempt to auto-detect tmp435 on I2C address 0x37 - Ensure iio channel is of type IIO_VOLTAGE in ntc_thermistor driver ---------------------------------------------------------------- Chris Lesiak (1): hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGE Guenter Roeck (3): hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37 hwmon: (nct6775) Add missing sysfs attribute initialization hwmon: (nct6683) Add missing sysfs attribute initialization Documentation/hwmon/tmp401 | 2 +- drivers/hwmon/nct6683.c | 2 ++ drivers/hwmon/nct6775.c | 2 ++ drivers/hwmon/ntc_thermistor.c | 9 +++++++++ drivers/hwmon/tmp401.c | 2 +- 5 files changed, 15 insertions(+), 2 deletions(-)