This series adds initial Exynos 850 support to the thermal driver together with its requirements (tmu_temp_mask fix, making data->clk optional, adding the new string to dt-bindings), while also cleaning up a bit (using DEFINE_SIMPLE_DEV_PM_OPS and removing some outdated information from dt-bindings). Mateusz Majewski (6): drivers/thermal/exynos: use DEFINE_SIMPLE_DEV_PM_OPS drivers/thermal/exynos: use tmu_temp_mask consistently drivers/thermal/exynos: check IS_ERR(data->clk) consistently dt-bindings: thermal: samsung,exynos: add exynos850-tmu string drivers/thermal/exynos: add initial Exynos 850 support dt-bindings: thermal: samsung,exynos: remove outdated information on trip point count .../thermal/samsung,exynos-thermal.yaml | 33 ++- drivers/thermal/samsung/exynos_tmu.c | 279 +++++++++++++++--- 2 files changed, 270 insertions(+), 42 deletions(-) -- 2.45.1