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=-7.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 B7212C48BE5 for ; Mon, 21 Jun 2021 11:26:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 949076124B for ; Mon, 21 Jun 2021 11:26:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229876AbhFUL2m (ORCPT ); Mon, 21 Jun 2021 07:28:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45062 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229736AbhFUL2l (ORCPT ); Mon, 21 Jun 2021 07:28:41 -0400 Received: from mail-wm1-x332.google.com (mail-wm1-x332.google.com [IPv6:2a00:1450:4864:20::332]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6B2BCC061756 for ; Mon, 21 Jun 2021 04:26:27 -0700 (PDT) Received: by mail-wm1-x332.google.com with SMTP id j10so3458290wms.1 for ; Mon, 21 Jun 2021 04:26:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:subject:to:cc:references:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=VQIndBF+raV4yH/uAef42b9tgSUc/q1HIDoWGC5a4rI=; b=RTrAlXf9cKXMVWwPGTX1Kwgjh+eL5clejf7gh7Vjpa/nemnps6a40jTvvUVsfcT6HU UOzJzgyK9BDJKzXsF6CcygNTm7Unq1YvMT50PDBrYefsKVO2/anOsOfeDx03Xi5/WxGQ GhrK+l+kGMq/eeUNIMEu3tX4itq5fJbgbc9jF7BKYGFoVeBfZMen60pt0XxNCMLHFK4I lySoWPGXX3GwLDZuYgFrpa0qzqU0hixPCFJ32zDR3CAhZsY5mKrDXnko3xzXM2IZDgP/ G/lBWjB5hIEDalX/aYWlHoajEdXb7vm8ziSv3a6/2ewgh/4YJibXy35JIRiBweMngetG zAsg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:subject:to:cc:references:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=VQIndBF+raV4yH/uAef42b9tgSUc/q1HIDoWGC5a4rI=; b=KdqGFJYdei84UnTdwS068FzPlbm4/QFVcXZtrvSzqP0wyz3h4eShrqGss0HTTGw4kS Cjsfm2AVLryGVWM6kZ1nLE2FO1Qybch7m8eqOhmurCWdnK8Z1Eyh1R/J7DhJ3HmjDOZ5 gHxbqL6g4z3RNBunopy39c6OHXMUI8i+y+lmuQA3ftmEuEw6ag21zssVEHjlsfhAAf0l d50bavrS6AZPlNCJQqp9X4bmBuITAEl/pGJmyX6yE4DljxNLAvct76E8BcCA5ARcF1ig VCVqQNN5bzlIdZv4o4yffaAR3VRgNsRAO8xxpsmPeq8tafG5A8FI3YHN332aVkP3vT0H w0+w== X-Gm-Message-State: AOAM533/npYps/sMR6eWR2eWKMC0ImCgxShTgXVOe5Z5VII/7UOsHbCO u8ViJZ3A9ipkMq2IT75dtaBeWw== X-Google-Smtp-Source: ABdhPJzBf/rLzdPhlwdeWkxppRCDDwZPEvglk1oWay5c9Zwsnkp4D3mNVDvM1mQNffoDwpamZ2GZ+Q== X-Received: by 2002:a05:600c:88a:: with SMTP id l10mr26901650wmp.7.1624274785928; Mon, 21 Jun 2021 04:26:25 -0700 (PDT) Received: from ?IPv6:2a01:e34:ed2f:f020:5ebd:8bd9:d549:4211? ([2a01:e34:ed2f:f020:5ebd:8bd9:d549:4211]) by smtp.googlemail.com with ESMTPSA id s5sm18556352wrn.38.2021.06.21.04.26.24 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 21 Jun 2021 04:26:25 -0700 (PDT) From: Daniel Lezcano Subject: Re: [PATCH v5 2/3] thermal: mediatek: Add LVTS drivers for SoC theraml zones To: Ben Tseng , Fan Chen , Zhang Rui , linux-pm@vger.kernel.org, srv_heupstream@mediatek.com Cc: Eduardo Valentin , Rob Herring , Mark Rutland , Matthias Brugger , hsinyi@chromium.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com, Michael Kao , Yu-Chia Chang References: <20210617114707.10618-1-ben.tseng@mediatek.com> <20210617114707.10618-3-ben.tseng@mediatek.com> Message-ID: <06b1804c-4675-2997-8c5c-bcdffbcfc4a1@linaro.org> Date: Mon, 21 Jun 2021 13:26:24 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20210617114707.10618-3-ben.tseng@mediatek.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On 17/06/2021 13:47, Ben Tseng wrote: > From: Michael Kao > > Add a LVTS (Low voltage thermal sensor) driver to report junction > temperatures in Mediatek SoC and register the maximum temperature > of sensors and each sensor as a thermal zone. I think we already talked about that. We don't want a thermal sensor driver to aggregate the temperatures but create some kindof virtual sensor with a property (min, max, avg, ...) which is usable by anyone. [ ... ] -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog