Skip to content
Commit 4db8e6d2 authored by Stefan Kristiansson's avatar Stefan Kristiansson Committed by Jason Cooper
Browse files

irqchip: or1k-pic: Migrate from arch/openrisc/



In addition to consolidating the or1k-pic with other interrupt
controllers, this makes OpenRISC less tied to its on-cpu
interrupt controller.

All or1k-pic specific parts are moved out of irq.c and into
drivers/irqchip/irq-or1k-pic.c

In that transition, the functionality have been divided into
three chip variants.
One that handles level triggered interrupts, one that handles edge
triggered interrupts and one that handles the interrupt
controller that is present in the or1200 OpenRISC cpu
implementation.

Signed-off-by: default avatarStefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Link: https://lkml.kernel.org/r/1401136302-27654-1-git-send-email-stefan.kristiansson@saunalahti.fi


Acked-by: default avatarJonas Bonn <jonas@southpole.se>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 1b0a76c1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment