[PATCH v2 08/16] irqchip: mips-gic: Implement generic irq_ack/irq_eoi callbacks

2014-09-05 Thread Andrew Bresticker
Implement a default gic_irq_ack() and gic_finish_irq(). These are suitable for handling IPIs on Malta and the upcoming Danube board. Signed-off-by: Andrew Bresticker --- No changes from v1. --- drivers/irqchip/irq-mips-gic.c | 14 ++ 1 file changed, 14 insertions(+) diff --git

[PATCH v2 08/16] irqchip: mips-gic: Implement generic irq_ack/irq_eoi callbacks

2014-09-05 Thread Andrew Bresticker
Implement a default gic_irq_ack() and gic_finish_irq(). These are suitable for handling IPIs on Malta and the upcoming Danube board. Signed-off-by: Andrew Bresticker abres...@chromium.org --- No changes from v1. --- drivers/irqchip/irq-mips-gic.c | 14 ++ 1 file changed, 14