[PATCH 0/3] Add support for artpec8 to samsung tmu

From: Sang Min Kim
Date: Wed Mar 09 2022 - 20:56:44 EST


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