gpio: mxs: fix duplicate level interrupts

Sascha Hauer s.hauer at pengutronix.de
Fri Oct 21 06:11:36 PDT 2016


We observed that each level interrupt triggers two interrupts. This
is because the driver erroneously uses the IRQSTAT register to 
acknowledge level interrupts which according to the reference manual
is not possible. Patch 2/2 fixes that, look for its commit message
for a detailed description what happens and how it is fixed.

Sascha

----------------------------------------------------------------
Sascha Hauer (2):
      gpio: mxs: use enable/disable regs to (un)mask irqs
      gpio: mxs: fix duplicate level interrupts




More information about the linux-arm-kernel mailing list