Re: [PATCH net v3 2/2] dt-bindings: net: updated interrupt type to be active low, level triggered
From: Andrew Lunn
Date: Thu Jun 04 2026 - 13:09:07 EST
> I just made the assumption that what was in the example worked, and
> wanted clarification that what the example was changed to actually
> reflected something else that worked on the hardware in question before
> I gave an ack.
That is the problem with edge interrupts when level should be
used. They work %99.9 of the time, so many developers don't notice
they have it wrong. And then one day it all stops because an interrupt
got lost.
Andrew