From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E2766C433DB for ; Thu, 28 Jan 2021 17:33:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A44FF64E10 for ; Thu, 28 Jan 2021 17:33:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232635AbhA1RdB (ORCPT ); Thu, 28 Jan 2021 12:33:01 -0500 Received: from mga14.intel.com ([192.55.52.115]:58567 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233058AbhA1Rcy (ORCPT ); Thu, 28 Jan 2021 12:32:54 -0500 IronPort-SDR: RDI3WuvztB9UwuoK9UZT6qokdJ3aKkPbMLDTqfvkEGMkiZQDOaiRX3YV6rRWQeUPVlMqIEh1uM 1170uoFM2o0w== X-IronPort-AV: E=McAfee;i="6000,8403,9878"; a="179495103" X-IronPort-AV: E=Sophos;i="5.79,383,1602572400"; d="scan'208";a="179495103" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2021 09:32:05 -0800 IronPort-SDR: QQpu1tuZ+x8ya38Svc1hj2fmuM9iB2gKak1TUHeCI57hEFdWp9ZHzypJOwpeIOYd5/sbHknYgh am/UCayS/vbA== X-IronPort-AV: E=Sophos;i="5.79,383,1602572400"; d="scan'208";a="578700880" Received: from chengpol-mobl1.ccr.corp.intel.com ([10.249.170.29]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2021 09:32:03 -0800 Message-ID: Subject: Re: [PATCH] thermal/intel: introduce tcc cooling driver From: Zhang Rui To: Doug Smythies Cc: "daniel.lezcano@linaro.org" , "srinivas.pandruvada@linux.intel.com" , "linux-pm@vger.kernel.org" Date: Fri, 29 Jan 2021 01:32:00 +0800 In-Reply-To: References: <20210115094744.21156-1-rui.zhang@intel.com> <002601d6ec2a$36663da0$a332b8e0$@net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org > > > > Rather than enter the actual TCC offset, I would rather enter the > > desired trip > > point, and have the driver do the math to convert it to the offset. > > Hmmm, a writable trip point? I need to think about this. I think this is a better idea, and I will export this as a writable trip point of the x86_pkg_temp_thermal driver later, thanks for the suggestion. thanks, rui