On Tue, Sep 22, 2015 at 12:24:26PM +0200, Thomas Gleixner wrote: > > The ar7240 misc irq chip use ack handler > > instead of ack_mask handler. All new ath79 chips use > > the ar7240 misc irq chip > > > > Signed-off-by: Alexander Couzens <lynxis@xxxxxxx> > > Acked-by: Alban Bedel <albeu@xxxxxxx> > > --- > > .../interrupt-controller/qca,ath79-misc-intc.txt | 20 ++++++++++++++++++-- > > arch/mips/ath79/irq.c | 10 ++++++++++ > > That driver should probably move into drivers/irqchip. Like a fair number of other irq.c type files in arch/mips that could reasonably easily be rewritten to go to drivers/irqchip. > Other than that. > > Acked-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Thanks, I replaced the previous version of this patch with this one. Ralf