lkml.org 
[lkml]   [2016]   [Oct]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[Patch v5 07/12] MIPS: xilfpga: Use irqchip instead of the legacy way
    Date
    This prepares the code use the Xilinx Interrupt Controller
    driver now available in drivers/irqchip

    Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
    ---
    V4 -> V5
    Better commit message

    V3 -> V4
    Corrected commit message. Was irq-xilinx.c. Now irq-axi-intc.c

    V2 -> V3
    No change

    V1 -> V2
    No change
    ---
    arch/mips/xilfpga/intc.c | 7 ++-----
    1 file changed, 2 insertions(+), 5 deletions(-)

    diff --git a/arch/mips/xilfpga/intc.c b/arch/mips/xilfpga/intc.c
    index c4d1a71..a127cca 100644
    --- a/arch/mips/xilfpga/intc.c
    +++ b/arch/mips/xilfpga/intc.c
    @@ -11,15 +11,12 @@

    #include <linux/of.h>
    #include <linux/of_irq.h>
    +#include <linux/irqchip.h>

    #include <asm/irq_cpu.h>

    -static struct of_device_id of_irq_ids[] __initdata = {
    - { .compatible = "mti,cpu-interrupt-controller", .data = mips_cpu_irq_of_init },
    - {},
    -};

    void __init arch_init_irq(void)
    {
    - of_irq_init(of_irq_ids);
    + irqchip_init();
    }
    --
    1.9.1
    \
     
     \ /
      Last update: 2016-10-17 18:56    [W:3.992 / U:0.056 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site