Re: [PATCH 14/24] irqchip: mips-gic: Implement generic irq_ack/irq_eoi callbacks

2014-09-17 Thread Andrew Bresticker
On Wed, Sep 17, 2014 at 2:14 AM, Qais Yousef wrote: > Hi Andrew, > > > On 09/16/2014 12:51 AM, Andrew Bresticker wrote: >> >> There's no need for platforms to have their own GIC irq_ack/irq_eoi >> callbacks. Move them to the GIC irqchip driver. >> >> Signed-off-by: Andrew Bresticker >> --- >>

Re: [PATCH 14/24] irqchip: mips-gic: Implement generic irq_ack/irq_eoi callbacks

2014-09-17 Thread Qais Yousef
Hi Andrew, On 09/16/2014 12:51 AM, Andrew Bresticker wrote: There's no need for platforms to have their own GIC irq_ack/irq_eoi callbacks. Move them to the GIC irqchip driver. Signed-off-by: Andrew Bresticker --- arch/mips/include/asm/gic.h | 2 -- arch/mips/mti-malta/malta-int.c | 16

[PATCH 14/24] irqchip: mips-gic: Implement generic irq_ack/irq_eoi callbacks

2014-09-15 Thread Andrew Bresticker
There's no need for platforms to have their own GIC irq_ack/irq_eoi callbacks. Move them to the GIC irqchip driver. Signed-off-by: Andrew Bresticker --- arch/mips/include/asm/gic.h | 2 -- arch/mips/mti-malta/malta-int.c | 16 arch/mips/mti-sead3/sead3-int.c | 21 -