Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [ARM] 3739/1: genirq updates: irq_chip, add and use irq_chip.name | David Brownell | 2006-08-01 |
| | | | | | | | | | | | | | | | | | | | Patch from David Brownell ARM genirq cleanups/updates: - Start switching platforms to newer APIs * use "irq_chip" name, not "irqchip" * providing irq_chip.name - Show irq_chip.name in /proc/interrupts, like on x86. This update a bit more than half of the ARM code. The irq_chip.name values were chosen to match docs (if I have them) or be otherwise obvious ("FPGA", "CPLD", or matching the code). Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | ||
* | [ARM] Adapt vic.c to allow for multiple VICs in a system. | Russell King | 2006-03-21 |
| | | | | | | | Some SoCs have multiple VIC devices. Adapt the generic vic code to allow multiple implementations to be handled. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | ||
* | [ARM] Separate VIC (vectored interrupt controller) support from Versatile | Russell King | 2006-01-13 |
Other machines may wish to make use of the VIC support code, so move it to arch/arm/common. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |