Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162296AbbKERe3 (ORCPT ); Thu, 5 Nov 2015 12:34:29 -0500 Received: from mail-pa0-f48.google.com ([209.85.220.48]:35592 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932924AbbKEReN convert rfc822-to-8bit (ORCPT ); Thu, 5 Nov 2015 12:34:13 -0500 Date: Thu, 5 Nov 2015 09:34:09 -0800 From: Eduardo Valentin To: Rui Zhang Cc: Linux ACPI , Linux PM , LKML Subject: [GIT PULL] Thermal-SoC management updates for v4.4-rc1 #3 Message-ID: <20151105173408.GA15781@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 8BIT User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1935 Lines: 48 Hello Rui, This is the third and last pull for 4.4-rc1. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal linus to receive third Thermal-SoC Management updates for v4.4-rc1 with top-most e35dbb4d4b4499e8a013564f0753dabc1c49e9d9: thermal: exynos: Directly return 0 instead of using local ret variable (2015-11-04 11:10:39 -0800) on top of commit 7e38a5b1daa12cbaace3c76402999a84460df3e2: thermal: rockchip: support the sleep pinctrl state to avoid glitches in s2r (2015-11-03 09:57:42 -0800) Specifics: - Fixes on devfreq cooling device - Fixes on exynos thermal driver - This branch has been compiled tested and boot tested by Linaro kernelci bot [1,2]. Still checking what is pending. But what comes now should go via next rcs or next merge window. If I missed your patch, ping me. [1] - http://kernelci.org/boot/all/job/evalenti/kernel/v4.3-rc3-62-ge35dbb4d4b44/ [2] - http://kernelci.org/build/evalenti/kernel/v4.3-rc3-62-ge35dbb4d4b44/ BR, ---------------------------------------------------------------- Dan Carpenter (1): devfreq_cooling: return on allocation failure Krzysztof Kozlowski (5): thermal: exynos: Fix unbalanced regulator disable on probe failure thermal: exynos: Fix first temperature read after registering sensor thermal: exynos: Use IS_ERR() because regulator cannot be NULL thermal: exynos: Remove unneeded semicolon thermal: exynos: Directly return 0 instead of using local ret variable drivers/thermal/devfreq_cooling.c | 2 +- drivers/thermal/samsung/exynos_tmu.c | 68 ++++++++++++++++++++---------------- 2 files changed, 39 insertions(+), 31 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/