]> www.infradead.org Git - users/dwmw2/linux.git/commit
irqchip/renesas-rzv2h: Prevent TINT spurious interrupt
authorBiju Das <biju.das.jz@bp.renesas.com>
Tue, 15 Apr 2025 10:33:41 +0000 (11:33 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 16 Apr 2025 12:29:38 +0000 (14:29 +0200)
commit28e89cdac6482f3c980df3e2e245db7366269124
treea282a819a6fe33b493a5d23515928108aa76e355
parentfbb429ddff5c8e479edcc7dde5a542c9295944e6
irqchip/renesas-rzv2h: Prevent TINT spurious interrupt

A spurious TINT interrupt is seen during boot on RZ/G3E SMARC EVK.

A glitch in the edge detection circuit can cause a spurious interrupt.

Clear the status flag after setting the ICU_TSSRk registers, which is
recommended in the hardware manual as a countermeasure.

Fixes: 0d7605e75ac2 ("irqchip: Add RZ/V2H(P) Interrupt Control Unit (ICU) driver")
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: stable@vger.kernel.org
drivers/irqchip/irq-renesas-rzv2h.c