[PATCH 0/2] v3 ath79 misc irq controller

2015-09-18 Thread Alexander Couzens
remove newline add log line when setup ar7100 misc irq controller improve commit message for missing irq ack handler Alexander Couzens (2): MIPS: ath79: set missing irq ack handler for ar7100-misc-intc irq chip MIPS: ath79: add irq chip ar7240-misc-intc .../interrupt-controller/qca,ath79-misc

[PATCH 2/2] MIPS: ath79: add irq chip ar7240-misc-intc

2015-09-18 Thread Alexander Couzens
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 Acked-by: Alban Bedel --- .../interrupt-controller/qca,ath79-misc-intc.txt | 20 ++-- arch/mips/ath79/irq.c

[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

[PATCH 0/2] v3 ath79 misc irq controller

2015-09-18 Thread Alexander Couzens
remove newline add log line when setup ar7100 misc irq controller improve commit message for missing irq ack handler Alexander Couzens (2): MIPS: ath79: set missing irq ack handler for ar7100-misc-intc irq chip MIPS: ath79: add irq chip ar7240-misc-intc .../interrupt-controller/qca,ath79-misc

[PATCH 2/2] MIPS: ath79: add irq chip ar7240-misc-intc

2015-09-18 Thread Alexander Couzens
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 <lyn...@fe80.eu> Acked-by: Alban Bedel <al...@free.fr> --- .../interrupt-controller/qca,ath79-misc-intc.txt | 20 ++

[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 <lyn...@fe80.eu> Acked-by: Alban Bedel <al...@free.fr> --- arch/mips/ath79/irq.c | 12 ++-- 1 file changed, 10 insertions(+),