Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754727AbbKQTfW (ORCPT ); Tue, 17 Nov 2015 14:35:22 -0500 Received: from smtp3-g21.free.fr ([212.27.42.3]:60428 "EHLO smtp3-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754630AbbKQTfV (ORCPT ); Tue, 17 Nov 2015 14:35:21 -0500 From: Alban Bedel To: linux-mips@linux-mips.org Cc: Ralf Baechle , Thomas Gleixner , Jason Cooper , Marc Zyngier , Alexander Couzens , Joel Porquet , Andrew Bresticker , linux-kernel@vger.kernel.org, Alban Bedel Subject: [PATCH 0/6] MIPS: ath79: Move the IRQ drivers to drivers/irqchip Date: Tue, 17 Nov 2015 20:34:50 +0100 Message-Id: <1447788896-15553-1-git-send-email-albeu@free.fr> X-Mailer: git-send-email 2.0.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1507 Lines: 36 Hi all, A first round of cleanup on the IRQ code to move most of it to drivers/irqchip. After this the handlers for the cascaded interrupts on the ar934x and qca955x is the only IRQ code left in the platform directory. For these two a new driver must be written first. Alban Alban Bedel (6): MIPS: ath79: Fix the size of the MISC INTC registers in ar9132.dtsi MIPS: ath79: irq: Remove useless #ifdef CONFIG_IRQCHIP MIPS: ath79: irq: Prepare moving the MISC driver to drivers/irqchip MIPS: ath79: irq: Move the MISC driver to drivers/irqchip MIPS: ath79: Allow using ath79_ddr_wb_flush() from drivers MIPS: ath79: irq: Move the CPU IRQ driver to drivers/irqchip arch/mips/ath79/common.h | 1 - arch/mips/ath79/irq.c | 249 +++---------------------------- arch/mips/boot/dts/qca/ar9132.dtsi | 2 +- arch/mips/include/asm/mach-ath79/ath79.h | 5 + drivers/irqchip/Makefile | 2 + drivers/irqchip/irq-ath79-cpu.c | 97 ++++++++++++ drivers/irqchip/irq-ath79-misc.c | 182 ++++++++++++++++++++++ 7 files changed, 308 insertions(+), 230 deletions(-) create mode 100644 drivers/irqchip/irq-ath79-cpu.c create mode 100644 drivers/irqchip/irq-ath79-misc.c -- 2.0.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/