Hi Mateusz Thanks for your review comments.. On Tue, 19 Aug 2025 at 18:48, Mateusz Majewski <m.majewski2@xxxxxxxxxxx> wrote: > > > A unified > > exynos4210_tmu_clear_irqs() implementation now replaces the previous > > reliance on SoC-specific functions and hardcoded register mappings. > > Well, right now we actually add exynos{4412,5420,5433}_tmu_clear_irqs :) > But those are quite similar except irq_map values, so maybe they can be > unified into one? > No, the BIT fields for RISE and FALL are a bit different for SoC So that's the reason for splitting, the IRQ handle should be clean and compact. So make them simple. > Kind regards, > Mateusz Majewski Thanks -Anand