[RRC v1 0/3] Simplify Exynos TMU IRQ clean logic

From: Anand Moon
Date: Mon Jun 16 2025 - 12:39:02 EST


As per Exynos TMU user manual the interrupt status register, maps the
active rising and falling edges of interrupt to the appropriate clear bit,
and writes it to the interrupt clear register to acknowledge and
clear the interrupt.

Refactors the IRQ clear logic in the Exynos TMU driver to eliminate
redundant code to use single unified exynos_tmu_clear_irqs()
function.

Thanks
-Anand

Anand Moon (3):
thermal/drivers/exynos: Remove unused base_second mapping and
references
thermal/drivers/exynos: Handle temperature threshold interrupts and
clear corresponding IRQs
thermal/drivers/exynos: Refactor IRQ clear logic using SoC-specific
config

drivers/thermal/samsung/exynos_tmu.c | 118 +++++++++++++++++----------
1 file changed, 73 insertions(+), 45 deletions(-)


base-commit: e04c78d86a9699d136910cfc0bdcf01087e3267e
--
2.49.0