Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 | |
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public license as published by the free software foundation either version 2 of the license or at your option any later version extracted by the scancode license scanner the SPDX license identifier GPL-2.0-or-later has been chosen to replace the boilerplate/reference in 3029 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Allison Randal <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2018-08-03 | openrisc: Use the new GENERIC_IRQ_MULTI_HANDLER | Palmer Dabbelt | 1 | -7/+0 | |
It appears that openrisc copied arm64's GENERIC_IRQ_MULTI_HANDLER code (which came from arm). Cnvert it to use the generic version. Signed-off-by: Palmer Dabbelt <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: Stafford Horne <[email protected]> Cc: [email protected] Cc: [email protected] Cc: Will Deacon <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: Arnd Bergmann <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: Greg KH <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] | |||||
2014-09-03 | openrisc: Get rid of handle_IRQ | Marc Zyngier | 1 | -5/+0 | |
The openrisc irqchip driver has been converted to handle_domain_irq, making it possible to remove the handle_IRQ stub entierely. Signed-off-by: Marc Zyngier <[email protected]> Acked-by: Stefan Kristiansson <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Jason Cooper <[email protected]> | |||||
2014-09-03 | openrisc: Convert handle_IRQ to use __handle_domain_irq | Marc Zyngier | 1 | -8/+1 | |
In order to limit code duplication, convert the architecture specific handle_IRQ to use the generic __handle_domain_irq function. Signed-off-by: Marc Zyngier <[email protected]> Acked-by: Stefan Kristiansson <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Jason Cooper <[email protected]> | |||||
2014-07-01 | irqchip: or1k-pic: Migrate from arch/openrisc/ | Stefan Kristiansson | 1 | -133/+13 | |
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: Stefan Kristiansson <[email protected]> Link: https://lkml.kernel.org/r/1401136302-27654-1-git-send-email-stefan.kristiansson@saunalahti.fi Acked-by: Jonas Bonn <[email protected]> Signed-off-by: Jason Cooper <[email protected]> | |||||
2012-10-11 | openrisc: mask interrupts in irq_mask_ack function | Gong Tao | 1 | -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-11 | openrisc: fix typos in comments and warnings | Jonas Bonn | 1 | -3/+3 | |
Signed-off-by: Jonas Bonn <[email protected]> | |||||
2012-10-11 | openrisc: PIC should act on domain-local irqs | Jonas Bonn | 1 | -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-08 | openrisc: remove unnecessary includes | Jonas Bonn | 1 | -4/+0 | |
Signed-off-by: Jonas Bonn <[email protected]> | |||||
2012-05-08 | openrisc: implement irqdomains | Jonas Bonn | 1 | -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-17 | openrisc: include export.h for EXPORT_SYMBOL | Jonas Bonn | 1 | -0/+1 | |
Use of EXPORT_SYMBOL requires inclusion of export.h Signed-off-by: Jonas Bonn <[email protected]> | |||||
2011-07-22 | OpenRISC: IRQ | Jonas Bonn | 1 | -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]> |