linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* gpio: mxs: fix duplicate level interrupts
@ 2016-10-21 13:11 Sascha Hauer
  2016-10-21 13:11 ` [PATCH 1/2] gpio: mxs: use enable/disable regs to (un)mask irqs Sascha Hauer
  2016-10-21 13:11 ` [PATCH 2/2] gpio: mxs: fix duplicate level interrupts Sascha Hauer
  0 siblings, 2 replies; 7+ messages in thread
From: Sascha Hauer @ 2016-10-21 13:11 UTC (permalink / raw)
  To: linux-gpio
  Cc: Linus Walleij, Alexandre Courbot, linux-kernel, linux-arm-kernel,
	kernel, Shawn Guo, Marek Vasut

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-10-24  0:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-21 13:11 gpio: mxs: fix duplicate level interrupts Sascha Hauer
2016-10-21 13:11 ` [PATCH 1/2] gpio: mxs: use enable/disable regs to (un)mask irqs Sascha Hauer
2016-10-21 17:36   ` Marek Vasut
2016-10-24  0:56   ` Linus Walleij
2016-10-21 13:11 ` [PATCH 2/2] gpio: mxs: fix duplicate level interrupts Sascha Hauer
2016-10-21 17:38   ` Marek Vasut
2016-10-24  0:58   ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).