Received: by 10.192.165.156 with SMTP id m28csp453770imm; Wed, 11 Apr 2018 01:45:05 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/CiY5K5TPu78wElWevneTwU3GZ+XJiYiTiXF4DaUPCcgVThhH/MFvmHTwejG1XZBKQRbYy X-Received: by 10.101.76.207 with SMTP id n15mr2787813pgt.313.1523436305354; Wed, 11 Apr 2018 01:45:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523436305; cv=none; d=google.com; s=arc-20160816; b=ikw4A2vT9V3k89t0PNldzziY0HnQnBEoJXXImoCBgwxfXO3Vm+w8edLxMAyf86IXln 021KfbXIxOOayfugGAxHXZDcOVgRd1i//LY/2ys9uq+XlRJtCUwuQHriGMOMHTd6YXL4 U5vSrfb0Q/NR8EqestxmmItdlb2lpYuzGPoX6x9aoQvaQsYlGSapOnqgHkqAXaHlgujf lPnYWgHRJytIBvSRT7/zP7N3OJwarbuLKy8SKp00dgB8YgAqopiL76EFcxpvJLe6NyRK bSvkw2B0igyMO35Ze4vsvvNmXeR2yC1p4v0IJ1Dk1qWrHdOL50N0dcfL26xVLJxIdzfR Wpuw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :date:cc:to:from:subject:message-id:arc-authentication-results; bh=ji0KiiiSxkg0w8ZRUyOmgAYGIVs6RVickzaOfcAOapw=; b=m0s023bnNAOKJwHLGqgw8vkQ2rihdCTNVOmLtkf3JOgEzS1La7YoxuclsSI9oQeEqP 92+Uch6IbiZCjO2VuUjRqpKEctqrRkDiFHjQ0vR53pmsp3sktXCwICS2Kb5FfkBYfA8F 7nKEGdnrp+C52b+aova3HxJp0tsg1fWP6IrZ+KGfH1mAdJUKJtWSslE3+CNRK04nLgNr SA22c2lUndFg24W4qczQaYFd0lCxR2YsZY7pJ4KzI8bqtJ9tS11mMIwB23Q0QBFBkpl2 HF2X5zf5BbcmcsWUauzQYtNZegLJEw4zqBz7r2mlrsINnAKVL+V8B87ktaFEmhzHNEw8 7Uag== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k3-v6si693471pld.36.2018.04.11.01.44.28; Wed, 11 Apr 2018 01:45:05 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752238AbeDKIlX (ORCPT + 99 others); Wed, 11 Apr 2018 04:41:23 -0400 Received: from mga17.intel.com ([192.55.52.151]:56707 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751734AbeDKIlV (ORCPT ); Wed, 11 Apr 2018 04:41:21 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Apr 2018 01:41:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,435,1517904000"; d="scan'208";a="190595680" Received: from shan3-mobl1.ccr.corp.intel.com ([10.255.31.164]) by orsmga004.jf.intel.com with ESMTP; 11 Apr 2018 01:41:19 -0700 Message-ID: <1523436077.16235.5.camel@intel.com> Subject: [GIT PULL] Thermal management updates for v4.17-rc1 From: Zhang Rui To: Linus Torvalds Cc: LKML , Linux PM list , "Zhang, Rui" , Eduardo Valentin Date: Wed, 11 Apr 2018 16:41:17 +0800 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk 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 next to receive the latest Thermal Management updates for v4.17-rc1 with top-most commit f8837aac36cdc7430422cd65f4466071b42654bb:   Merge branches 'thermal-core' and 'thermal-soc' into next (2018-04-02 21:49:31 +0800) on top of commit 0c8efd610b58cb23cefdfa12015799079aef94ae:   Linux 4.16-rc5 (2018-03-11 17:25:09 -0700) Specifics: - Fix race condition in imx_thermal_probe(). (Mikhail Lappo) - Add cooling device's statistics in sysfs. (Viresh Kumar) - add support for i.MX7 thermal sensor in imx_thermal driver. (Anson Huang) - add support for MT7622 SoC in mtk_thermal driver. (Sean Wang) - Remove unused min/max cpu cooling DT property. (Viresh Kumar). - A series of fixes on exynos driver. (Bartlomiej Zolnierkiewicz, Maciej Purski, Marek Szyprowski) thanks, rui ---------------------------------------------------------------- Anson Huang (1):       thermal: imx: add i.MX7 thermal sensor support Bartlomiej Zolnierkiewicz (10):       thermal: exynos: remove unused "type" field from struct exynos_tmu_platform_data       thermal: exynos: remove parsing of samsung, tmu_default_temp_offset property       thermal: exynos: remove parsing of samsung, tmu_[first, second]_point_trim properties       thermal: exynos: remove parsing of samsung, tmu_noise_cancel_mode property       thermal: exynos: remove parsing of samsung, tmu[_min, _max]_efuse_value properties       thermal: exynos: remove parsing of samsung, tmu_reference_voltage property       thermal: exynos: remove parsing of samsung,tmu_gain property       thermal: exynos: remove parsing of samsung, tmu_cal_type property       thermal: exynos: remove separate exynos_tmu.h header file       dt-bindings: thermal: remove no longer needed samsung thermal properties Maciej Purski (1):       thermal: exynos: Read soc_type from match data Marek Szyprowski (2):       thermal: exynos: Reading temperature makes sense only when TMU is turned on       thermal: exynos: Propagate error value from tmu_read() Mikhail Lappo (1):       thermal: imx: Fix race condition in imx_thermal_probe() Sean Wang (2):       dt-bindings: thermal: add binding for MT7622 SoC       thermal: mediatek: add support for MT7622 SoC Viresh Kumar (2):       dt-bindings: thermal: Remove "cooling-{min|max}-level" properties       thermal: Add cooling device's statistics in sysfs Zhang Rui (2):       Merge branch 'linus' of git://git.kernel.org/.../evalenti/linux- soc-thermal into thermal-soc       Merge branches 'thermal-core' and 'thermal-soc' into next  .../devicetree/bindings/thermal/exynos-thermal.txt |  23 +-  .../devicetree/bindings/thermal/imx-thermal.txt    |   9 +-  .../bindings/thermal/mediatek-thermal.txt          |   1 +  .../devicetree/bindings/thermal/thermal.txt        |  16 +-  Documentation/thermal/sysfs-api.txt                |  31 +++  drivers/thermal/Kconfig                            |   7 +  drivers/thermal/imx_thermal.c                      | 301 ++++++++++++++++-----  drivers/thermal/mtk_thermal.c                      |  35 +++  drivers/thermal/samsung/exynos_tmu.c               | 268 +++++++++-- -------  drivers/thermal/samsung/exynos_tmu.h               |  75 -----  drivers/thermal/thermal_core.c                     |   3 +-  drivers/thermal/thermal_core.h                     |  10 +  drivers/thermal/thermal_helpers.c                  |   5 +-  drivers/thermal/thermal_sysfs.c                    | 225 +++++++++++++++  include/linux/thermal.h                            |   1 +  15 files changed, 706 insertions(+), 304 deletions(-)  delete mode 100644 drivers/thermal/samsung/exynos_tmu.h