Message ID | 20230911183354.11487-1-linux@fw-web.de (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-pm-owner@vger.kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 64262CA0ECB for <linux-pm@archiver.kernel.org>; Mon, 11 Sep 2023 21:10:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235224AbjIKVF2 (ORCPT <rfc822;linux-pm@archiver.kernel.org>); Mon, 11 Sep 2023 17:05:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41912 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243970AbjIKSeQ (ORCPT <rfc822;linux-pm@vger.kernel.org>); Mon, 11 Sep 2023 14:34:16 -0400 Received: from mxout1.routing.net (mxout1.routing.net [IPv6:2a03:2900:1:a::a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 748F01A2; Mon, 11 Sep 2023 11:34:05 -0700 (PDT) Received: from mxbox3.masterlogin.de (unknown [192.168.10.78]) by mxout1.routing.net (Postfix) with ESMTP id 215124007F; Mon, 11 Sep 2023 18:34:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1694457243; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=qfTMyu7w9EdB+2oY2ut2KdGVFrARYqqHBDzpkPEqJG0=; b=X2VjIad8wgPnA1JFGNCGEj5JtB6knClj7qJrjJc+4x+ogd/eUolZzWJ4Rp8WOjsBODMdyc dACn1zOf9jd+D6VRVMrIxlxZvZIEwimFTZ0bPSCHPK4fMVZt7mEG1H4Za1gM/OdpEBCp+R y+002/BqsQh9s6pBUtfFcMW1x+z6E8I= Received: from frank-G5.. (fttx-pool-217.61.151.158.bambit.de [217.61.151.158]) by mxbox3.masterlogin.de (Postfix) with ESMTPSA id DBD3936055D; Mon, 11 Sep 2023 18:34:01 +0000 (UTC) From: Frank Wunderlich <linux@fw-web.de> To: linux-mediatek@lists.infradead.org Cc: Frank Wunderlich <frank-w@public-files.de>, "Rafael J. Wysocki" <rafael@kernel.org>, Daniel Lezcano <daniel.lezcano@linaro.org>, Amit Kucheria <amitk@kernel.org>, Zhang Rui <rui.zhang@intel.com>, Rob Herring <robh+dt@kernel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>, Conor Dooley <conor+dt@kernel.org>, Matthias Brugger <matthias.bgg@gmail.com>, AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Daniel Golle <daniel@makrotopia.org> Subject: [RFC v1 0/3] add LVTS support for mt7988 Date: Mon, 11 Sep 2023 20:33:51 +0200 Message-Id: <20230911183354.11487-1-linux@fw-web.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Mail-ID: 361255a0-031d-4400-a9e2-6c671889ea48 Precedence: bulk List-ID: <linux-pm.vger.kernel.org> X-Mailing-List: linux-pm@vger.kernel.org |
Series | add LVTS support for mt7988 | expand |
From: Frank Wunderlich <frank-w@public-files.de> This series makes allows soc specific temperature coefficient and adds support for mt7988 which has a different one. Frank Wunderlich (3): dt-bindings: thermal: mediatek: add mt7988 compatible thermal/drivers/mediatek/lvts_thermal: make coeff configurable thermal/drivers/mediatek/lvts_thermal: add mt7988 support .../thermal/mediatek,lvts-thermal.yaml | 1 + drivers/thermal/mediatek/lvts_thermal.c | 129 ++++++++++++++++-- 2 files changed, 115 insertions(+), 15 deletions(-)