Re: [PATCH net v3 2/2] dt-bindings: net: updated interrupt type to be active low, level triggered
From: Andrew Lunn
Date: Mon Jun 08 2026 - 03:15:58 EST
> I agree. When we change to level triggered interrupt, current mechanism won't work as
> we are not disabling the interrupt when we handle them.
I'm kind of surprised about that. If you only provide a thread context
handler, but not a interrupt context handler, i would of expected the
IRQ core to leave the interrupt disabled until the threaded handler
exited. But maybe it is historic behaviour.
Andrew