Re: [PATCH] Fix interrupt handling in MPC8xxx GPIO driver

2011-11-03 Thread Kumar Gala
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

Re: [PATCH] Fix interrupt handling in MPC8xxx GPIO driver

2011-10-11 Thread Greg KH
On Tue, Oct 11, 2011 at 10:24:21AM +0200, 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 c

[PATCH] Fix interrupt handling in MPC8xxx GPIO driver

2011-10-11 Thread Felix Radensky
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 --- arch/powerpc/sys