commit | cfadd83852eb6b9a015bc1ea396b98f395f073e0 | [log] [tgz] |
---|---|---|
author | Felix Radensky <felix@embedded-sol.com> | Tue Oct 11 10:24:21 2011 +0200 |
committer | Kumar Gala <galak@kernel.crashing.org> | Thu Nov 03 13:12:22 2011 -0500 |
tree | bc4271dffca4e70aad7430f0e1915fc18334f5ff | |
parent | 15a5148c6fa6d786d4ed94c6da3b6ed1b2b44f25 [diff] |
powerpc/8xxx: Fix interrupt handling in MPC8xxx GPIO driver 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>