[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250321145326.113211-1-clamor95@gmail.com>
Date: Fri, 21 Mar 2025 16:53:21 +0200
From: Svyatoslav Ryhel <clamor95@...il.com>
To: "Rafael J. Wysocki" <rafael@...nel.org>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Zhang Rui <rui.zhang@...el.com>,
Lukasz Luba <lukasz.luba@....com>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Thierry Reding <thierry.reding@...il.com>,
Thierry Reding <treding@...dia.com>,
Jonathan Hunter <jonathanh@...dia.com>,
Svyatoslav Ryhel <clamor95@...il.com>
Cc: linux-pm@...r.kernel.org,
devicetree@...r.kernel.org,
linux-tegra@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v1 0/5] thermal: tegra: add SOCTHERM support for Tegra114
SCTHERM is thermal sensor and thermal throttling controller found in Tegra
SoC starting from Tegra114. Existing Tegra124 setup is mostly compatible
with Tegra114 and needs only a few slight adjustmets of fuse calibration
process.
Svyatoslav Ryhel (5):
soc: tegra: fuse: add Tegra114 nvmem cells and fuse lookups
dt-bindings: thermal: Document Tegra114 SOCTHERM Thermal Management
System
thermal: tegra: soctherm-fuse: parametrize configuration further
thermal: tegra: add Tegra114 specific SOCTHERM driver
ARM: tegra: Add SOCTHERM support on Tegra114
.../thermal/nvidia,tegra124-soctherm.yaml | 2 +
arch/arm/boot/dts/nvidia/tegra114.dtsi | 204 +++++++++++++++++
drivers/soc/tegra/fuse/fuse-tegra30.c | 122 ++++++++++
drivers/thermal/tegra/Makefile | 1 +
drivers/thermal/tegra/soctherm-fuse.c | 33 ++-
drivers/thermal/tegra/soctherm.c | 6 +
drivers/thermal/tegra/soctherm.h | 17 +-
drivers/thermal/tegra/tegra114-soctherm.c | 213 ++++++++++++++++++
drivers/thermal/tegra/tegra124-soctherm.c | 8 +
drivers/thermal/tegra/tegra132-soctherm.c | 8 +
drivers/thermal/tegra/tegra210-soctherm.c | 8 +
11 files changed, 611 insertions(+), 11 deletions(-)
create mode 100644 drivers/thermal/tegra/tegra114-soctherm.c
--
2.43.0
Powered by blists - more mailing lists