summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/irq.c
Commit message (Collapse)AuthorAgeFilesLines
* openrisc: mask interrupts in irq_mask_ack functionGong Tao2012-10-111-0/+2
| | | | | | | or1k_pic_mask_ack was failing to actually mask the IRQ. Signed-off-by: Gong Tao <gongtao0607@gmail.com> Signed-off-by: Jonas Bonn <jonas@southpole.se>
* openrisc: fix typos in comments and warningsJonas Bonn2012-10-111-3/+3
| | | | Signed-off-by: Jonas Bonn <jonas@southpole.se>
* openrisc: PIC should act on domain-local irqsJonas Bonn2012-10-111-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 <jonas@southpole.se>
* openrisc: remove unnecessary includesJonas Bonn2012-05-081-4/+0
| | | | Signed-off-by: Jonas Bonn <jonas@southpole.se>
* openrisc: implement irqdomainsJonas Bonn2012-05-081-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>
* openrisc: include export.h for EXPORT_SYMBOLJonas Bonn2012-02-171-0/+1
| | | | | | Use of EXPORT_SYMBOL requires inclusion of export.h Signed-off-by: Jonas Bonn <jonas@southpole.se>
* OpenRISC: IRQJonas Bonn2011-07-221-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>
OpenPOWER on IntegriCloud