aboutsummaryrefslogtreecommitdiff
path: root/arch/openrisc/kernel/irq.c
AgeCommit message (Collapse)AuthorFilesLines
2012-10-11openrisc: mask interrupts in irq_mask_ack functionGong Tao1-0/+2
or1k_pic_mask_ack was failing to actually mask the IRQ. Signed-off-by: Gong Tao <[email protected]> Signed-off-by: Jonas Bonn <[email protected]>
2012-10-11openrisc: fix typos in comments and warningsJonas Bonn1-3/+3
Signed-off-by: Jonas Bonn <[email protected]>
2012-10-11openrisc: PIC should act on domain-local irqsJonas Bonn1-6/+6
Now that IRQ domains are in use, we should be acting on domain-local IRQ numbers (hwirq) instead of 'global' ones. Signed-off-by: Jonas Bonn <[email protected]>
2012-05-08openrisc: remove unnecessary includesJonas Bonn1-4/+0
Signed-off-by: Jonas Bonn <[email protected]>
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 <[email protected]>
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 <[email protected]>
2011-07-22OpenRISC: IRQJonas Bonn1-0/+172
This patch adds support for the OpenRISC PIC. Signed-off-by: Jonas Bonn <[email protected]> Cc: [email protected] Reviewed-by: Arnd Bergmann <[email protected]>