Re: [PATCH v2 05/10] staging: axis-fifo: improve IRQ handler
From: Dan Carpenter
Date: Mon Mar 02 2026 - 03:14:57 EST
On Sun, Mar 01, 2026 at 09:48:10PM +0000, Josh Law wrote:
> From: Josh Law <objecting@xxxxxxxxxxxxx>
>
> Return IRQ_NONE when no interrupts were triggered to avoid spurious
> interrupt storms, and only clear the active interrupts instead of
> blindly clearing all interrupts by writing 'intr' to the ISR instead of
> XLLF_INT_CLEAR_ALL.
>
Is this something you actually experienced in real life? The commit
message needs to be clearer about that.
regards,
dan carpenter