Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756174AbcKVRwv (ORCPT ); Tue, 22 Nov 2016 12:52:51 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:54197 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755309AbcKVRwu (ORCPT ); Tue, 22 Nov 2016 12:52:50 -0500 From: Zubair Lutfullah Kakakhel To: CC: , , Subject: [PATCH 0/6] MIPS: xilfpga: Use irq-xilinx-intc Date: Tue, 22 Nov 2016 17:52:37 +0000 Message-ID: <20161122175243.8853-1-Zubair.Kakakhel@imgtec.com> X-Mailer: git-send-email 2.10.2 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.154.45] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1101 Lines: 36 Hi, The interrupt controller driver was in arch/microblaze. The patches to move the driver out from arch/microblaze to drivers/irqchip/irq-xilinx-intc.c have now been accepted [1] Hence, xilfpga can make use of the driver in v4.10. These patches do the following: - Use the irqchip driver - Add Device Tree nodes for various peripherals that were blocked - Enable those drivers in the defconfig Based on v4.9-rc6 Regards, ZubairLK [1] https://lkml.org/lkml/2016/11/22/186 Zubair Lutfullah Kakakhel (6): MIPS: xilfpga: Use irqchip instead of the legacy way MIPS: xilfpga: Use Xilinx Interrupt Controller MIPS: xilfpga: Update DT node and specify uart irq MIPS: xilfpga: Add DT node for AXI I2C MIPS: xilfpga: Add DT node for AXI emaclite MIPS: xilfpga: Update defconfig arch/mips/Kconfig | 1 + arch/mips/boot/dts/xilfpga/nexys4ddr.dts | 63 ++++++++++++++++++++++++++++++++ arch/mips/configs/xilfpga_defconfig | 37 ++++++++++++++++++- arch/mips/xilfpga/intc.c | 7 +--- 4 files changed, 102 insertions(+), 6 deletions(-) -- 2.10.2