Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752265AbcD3XFg (ORCPT ); Sat, 30 Apr 2016 19:05:36 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:35325 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751472AbcD3XFe (ORCPT ); Sat, 30 Apr 2016 19:05:34 -0400 Date: Sat, 30 Apr 2016 16:05:31 -0700 From: Eduardo Valentin To: Linus Torvalds Cc: ACPI Devel Maling List , Linux PM , LKML , Rui Zhang Subject: [GIT PULL] Thermal management updates for v4.6-rc6 Message-ID: <20160430230530.GA11246@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1250 Lines: 38 Hello Linus, Here are only a couple of minor fixes on thermal subsystem. Please consider pulling from git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal fixes to receive Thermal Management updates for v4.6-rc6 with top-most 15333e3af1de37b1b214b28c85fe9a7b257fb92c: thermal: use %d to print S32 parameters (2016-04-27 15:54:51 -0700) on top of commit 913f201083c81cf021f050d041352ac854c4b526: Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal (2016-04-23 17:15:39 -0700) Specifics in this pull request: - Fixes in hisilicon thermal driver - More fixes of unsigned to int type change in thermal_core.c. - These change have been CI tested using KernelCI bot [1,2]. \o/ [1] - https://kernelci.org/boot/all/job/evalenti/kernel/v4.6-rc4-285-gddc8fdc6e2f0/ [2] - https://kernelci.org/build/evalenti/kernel/v4.6-rc4-285-gddc8fdc6e2f0/ BR, Eduardo Valentin ---------------------------------------------------------------- Leo Yan (2): thermal: hisilicon: increase temperature resolution thermal: use %d to print S32 parameters drivers/thermal/hisi_thermal.c | 4 ++-- drivers/thermal/thermal_core.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)