Re: [PATCH 1/2] MIPS: ath79: set missing irq ack handler for ar7100-misc-intc irq chip

2015-09-22 Thread Ralf Baechle
On Tue, Sep 22, 2015 at 12:23:22PM +0200, Thomas Gleixner wrote: > On Sat, 19 Sep 2015, Alexander Couzens wrote: > > > The irq ack handler was forgotten while introducing OF support. > > Only ar71xx and ar933x based devices require it. > > > > Signed-off-by: Alexander Couzens > > Acked-by: Alba

Re: [PATCH 1/2] MIPS: ath79: set missing irq ack handler for ar7100-misc-intc irq chip

2015-09-22 Thread Thomas Gleixner
On Sat, 19 Sep 2015, Alexander Couzens wrote: > The irq ack handler was forgotten while introducing OF support. > Only ar71xx and ar933x based devices require it. > > Signed-off-by: Alexander Couzens > Acked-by: Alban Bedel Acked-by: Thomas Gleixner -- To unsubscribe from this list: send the

[PATCH 1/2] MIPS: ath79: set missing irq ack handler for ar7100-misc-intc irq chip

2015-09-18 Thread Alexander Couzens
The irq ack handler was forgotten while introducing OF support. Only ar71xx and ar933x based devices require it. Signed-off-by: Alexander Couzens Acked-by: Alban Bedel --- arch/mips/ath79/irq.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/arch/mips/ath79/irq