From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751225AbdFCNxM (ORCPT ); Sat, 3 Jun 2017 09:53:12 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:44311 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750765AbdFCNxK (ORCPT ); Sat, 3 Jun 2017 09:53:10 -0400 From: Guenter Roeck To: Linus Torvalds Cc: linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] hwmon fixes for v4.12-rc4 Date: Sat, 3 Jun 2017 06:53:08 -0700 Message-Id: <1496497988-12638-1-git-send-email-linux@roeck-us.net> X-Mailer: git-send-email 2.7.4 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-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.12-rc4 from signed tag: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus-v4.12-rc4 Thanks, Guenter ------ The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d: Linux 4.12-rc2 (2017-05-21 19:30:23 -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.12-rc4 for you to fetch changes up to 5f348fa35a28b19cf7ee1eaa420757341a724c86: hwmon: (aspeed-pwm-tacho) make fan/pwm names start with index 1 (2017-06-03 03:55:43 -0700) ---------------------------------------------------------------- Couple of patches for the aspeed pwm fan driver ---------------------------------------------------------------- Guenter Roeck (1): hwmon: (aspeed-pwm-tacho) Select REGMAP Patrick Venture (1): hwmon: (aspeed-pwm-tacho) On read failure return -ETIMEDOUT Stefan Schaeckeler (2): hwmon: (aspeed-pwm-tacho) Call of_node_put() on a node not claimed hwmon: (aspeed-pwm-tacho) make fan/pwm names start with index 1 drivers/hwmon/Kconfig | 1 + drivers/hwmon/aspeed-pwm-tacho.c | 65 +++++++++++++++++++++------------------- 2 files changed, 36 insertions(+), 30 deletions(-)