Re: [Patch v4 06/12] MIPS: xilfpga: Use Xilinx AXI Interrupt Controller

2016-09-02 Thread Michal Simek
On 1.9.2016 18:50, Zubair Lutfullah Kakakhel wrote: > IRQs from peripherals such as i2c/uart/ethernet come via > the AXI Interrupt controller. > > Select it in Kconfig for xilfpga and add the DT node > > Signed-off-by: Zubair Lutfullah Kakakhel > > --- > V3 -> V4 > No change > > V2 -> V3 > No

Re: [Patch v4 06/12] MIPS: xilfpga: Use Xilinx AXI Interrupt Controller

2016-09-02 Thread Michal Simek
On 2.9.2016 09:05, Michal Simek wrote: > On 1.9.2016 18:50, Zubair Lutfullah Kakakhel wrote: >> IRQs from peripherals such as i2c/uart/ethernet come via >> the AXI Interrupt controller. >> >> Select it in Kconfig for xilfpga and add the DT node >> >> Signed-off-by: Zubair Lutfullah Kakakhel >> >>

[Patch v4 06/12] MIPS: xilfpga: Use Xilinx AXI Interrupt Controller

2016-09-01 Thread Zubair Lutfullah Kakakhel
IRQs from peripherals such as i2c/uart/ethernet come via the AXI Interrupt controller. Select it in Kconfig for xilfpga and add the DT node Signed-off-by: Zubair Lutfullah Kakakhel --- V3 -> V4 No change V2 -> V3 No change V1 -> V2 Renamed select XILINX_INTC to select XILINX_AXI_INTC --- arc