2020-10-07 07:56:12

by Michael Kao

[permalink] [raw]
Subject: [v5 0/2] Add Mediatek thermal dirver and dtsi

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(-)

--
2.18.0


2020-10-07 18:19:41

by Frank Wunderlich

[permalink] [raw]
Subject: Aw: [v5 0/2] Add Mediatek thermal dirver and dtsi

> Gesendet: Mittwoch, 07. Oktober 2020 um 09:54 Uhr
> Von: "Michael Kao" <[email protected]>
> Betreff: [v5 0/2] Add Mediatek thermal dirver and dtsi

Hi,

just a small typo "dirver" => driver and coverletter (v5) does not match series (v1/without version),
so it is not linked correctly in patchwork. I guess V1 is the right here...
imho coverletter should also include platform (mt8183). There is already a mtk
thermal driver which you want to extend for a new Chip.

regards Frank