[no subject]

From: Michael Kao
Date: Wed Oct 07 2020 - 03:54:47 EST


m 308d530ee9c28c7c729a5020073405522d27e091 Mon Sep 17 00:00:00 2001
From: Michael Kao <michael.kao@xxxxxxxxxxxx>
Date: Wed, 7 Oct 2020 15:42:57 +0800
Subject: [v5 0/2] Add Mediatek thermal dirver and dtsi
This patchset supports for MT8183 chip to mtk_thermal.c.
Add thermal zone of all the thermal sensor in SoC for
another get temperatrue. They don't need to thermal throttle.
And we bind coolers for thermal zone nodes of cpu_thermal.

Rebase to kernel-5.9-rc1.

Update content:

- Remove the [v4,7/7] thermal: mediatek: use spinlock to protect PTPCORESEL

[2/2]
- Add the judgement to the version of raw_to_mcelsius.

Michael Kao (1):
arm64: dts: mt8183: add thermal zone node
thermal: mediatek: add another get_temp ops for thermal sensors

arch/arm64/boot/dts/mediatek/mt8183.dtsi | 84 ++++++++++++++++++++++++
drivers/thermal/mtk_thermal.c | 77 ++++++++++++++++++++--
2 files changed, 154 insertions(+), 7 deletions(-)

--