summaryrefslogtreecommitdiff
path: root/arch/openrisc/kernel/irq.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-08openrisc: remove unnecessary includesJonas Bonn1-4/+0
Signed-off-by: Jonas Bonn <jonas@southpole.se>
2012-05-08openrisc: implement irqdomainsJonas Bonn1-32/+47
This moves OpenRISC to using the irqdomain infrastructure. This doesn't fundamentally change anything other than that it will be easier to have multiple interrupt controllers in the future. Signed-off-by: Jonas Bonn <jonas@southpole.se>
2012-02-17openrisc: include export.h for EXPORT_SYMBOLJonas Bonn1-0/+1
Use of EXPORT_SYMBOL requires inclusion of export.h Signed-off-by: Jonas Bonn <jonas@southpole.se>
2011-07-22OpenRISC: IRQJonas Bonn1-0/+172
This patch adds support for the OpenRISC PIC. Signed-off-by: Jonas Bonn <jonas@southpole.se> Cc: tglx@linutronix.de Reviewed-by: Arnd Bergmann <arnd@arndb.de>