[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20220310015629epcms2p8c0b7b218d49bacb453d8fde2c1584600@epcms2p8>
Date: Thu, 10 Mar 2022 10:56:29 +0900
From: Sang Min Kim <hypmean.kim@...sung.com>
To: "bzolnier@...il.com" <bzolnier@...il.com>,
"krzysztof.kozlowski@...onical.com"
<krzysztof.kozlowski@...onical.com>,
"rafael@...nel.org" <rafael@...nel.org>,
"daniel.lezcano@...aro.org" <daniel.lezcano@...aro.org>,
"amitk@...nel.org" <amitk@...nel.org>,
"rui.zhang@...el.com" <rui.zhang@...el.com>
CC: "linux-pm@...r.kernel.org" <linux-pm@...r.kernel.org>,
"linux-samsung-soc@...r.kernel.org"
<linux-samsung-soc@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/3] Add support for artpec8 to samsung tmu
These patches are to add thermal management uint to artpec8 SoC.
The tmu of artpec8 is derived from the tmu of exynos, but it includes settings
specialized for artpec8 SoC, such as supporting multiple remote sensors.
The contents of each patch are as follows.
0001: Compatible for artpec8 has been added.
0002: It contains tmu driver code for artpec8.
0003: This is a modified version of Makefile to build artpec8 tmu.
The driver was tested on a board that supports artpec8 SoC.
sangmin kim (3):
dt-bindings: thermal: Add artpec8 compatible string for exynos-thermal
thermal: artpec8-tmu: Add tmu driver for artpec8
thermal: samsung: Update makefile for artpec8
.../bindings/thermal/samsung,exynos-thermal.yaml | 2 +
drivers/thermal/samsung/Makefile | 2 +-
drivers/thermal/samsung/artpec8_tmu.c | 754 +++++++++++++++++++++
3 files changed, 757 insertions(+), 1 deletion(-)
create mode 100644 drivers/thermal/samsung/artpec8_tmu.c
--
2.9.5
Powered by blists - more mailing lists