On Tue, Sep 22, 2015 at 12:24:26PM +0200, Thomas Gleixner wrote:
quoted
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@fe80.eu>
Acked-by: Alban Bedel <albeu@free.fr>
---
.../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 <redacted>
Thanks, I replaced the previous version of this patch with this one.
Ralf