powerpc/8xxx: Fix interrupt handling in MPC8xxx GPIO driver
authorFelix Radensky <felix@embedded-sol.com>
Tue, 11 Oct 2011 08:24:21 +0000 (10:24 +0200)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 3 Nov 2011 18:12:22 +0000 (13:12 -0500)
Interrupt handler in MPC8xxx GPIO driver is missing the call to PIC EOI
(end of interrupt) handler. As a result, at least on 85XX systems, GPIO
interrupt is delivered only once. This patch adds the missing EOI call.
Tested on custom P1022 board.

Signed-off-by: Felix Radensky <felix@embedded-sol.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found