From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753902AbdA0Duy (ORCPT ); Thu, 26 Jan 2017 22:50:54 -0500 Received: from mga02.intel.com ([134.134.136.20]:37511 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753598AbdA0Duw (ORCPT ); Thu, 26 Jan 2017 22:50:52 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,293,1477983600"; d="scan'208";a="1087800902" Message-ID: <1485489016.2469.36.camel@intel.com> Subject: GIT PULL] Thermal management updates for v4.10-rc6 From: Zhang Rui To: Linus Torvalds Cc: LKML , Linux PM list , Guenter Roeck , Pavel Machek , Fabio Estevam Date: Fri, 27 Jan 2017 11:50:16 +0800 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Linus, Please pull from   git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git for-rc to receive the latest Thermal Management updates for v4.10-rc6 with top-most commit 3feb479cea37fc623cf4e705631b2e679cbfbd7a:   Revert "thermal: thermal_hwmon: Convert to hwmon_device_register_with_info()" (2017-01-25 09:51:08 +0800) on top of commit 883af14e67e8b8702b5560aa64c888c0cd0bd66c:   Merge branch 'akpm' (patches from Andrew) (2017-01-24 16:54:39 -0800) Specifics: commit 7611fb68062f ("thermal: thermal_hwmon: Convert to hwmon_device_register_with_info()"), which is introduced in 4.10-rc5, uses new hwmon API. But this breaks some soc thermal driver because the new hwmon API has a strict rule for the hwmon device name. Revert the offending commit as a quick solution for 4.10. thanks, rui ---------------------------------------------------------------- Fabio Estevam (1):       Revert "thermal: thermal_hwmon: Convert to hwmon_device_register_with_info()"  drivers/thermal/thermal_hwmon.c | 20 +++++++++++++++++---  1 file changed, 17 insertions(+), 3 deletions(-)