[PATCH] Fix interrupt handling in MPC8xxx GPIO driver

Kumar Gala galak at kernel.crashing.org
Fri Nov 4 04:59:59 EST 2011


On Oct 11, 2011, at 3:24 AM, Felix Radensky wrote:

> 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 at embedded-sol.com>
> ---
> arch/powerpc/sysdev/mpc8xxx_gpio.c |    1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)

applied. fixed to apply to new location of gpio driver

- k


More information about the Linuxppc-dev mailing list