Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1505917
| From | Sascha Hauer <s.hauer@pengutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | gpio: mxs: fix duplicate level interrupts |
| Date | 2016-10-21 15:20 +0200 |
| Message-ID | <suHTP-60l-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
gpio: mxs: fix duplicate level interrupts Sascha Hauer <s.hauer@pengutronix.de> - 2016-10-21 15:20 +0200
[PATCH 1/2] gpio: mxs: use enable/disable regs to (un)mask irqs Sascha Hauer <s.hauer@pengutronix.de> - 2016-10-21 15:20 +0200
Re: [PATCH 1/2] gpio: mxs: use enable/disable regs to (un)mask irqs Marek Vasut <marex@denx.de> - 2016-10-21 20:20 +0200
Re: [PATCH 1/2] gpio: mxs: use enable/disable regs to (un)mask irqs Linus Walleij <linus.walleij@linaro.org> - 2016-10-24 03:00 +0200
csiph-web