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