aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/common/vic.c
Commit message (Collapse)AuthorAge
* [ARM] Adapt vic.c to allow for multiple VICs in a system.Russell King2006-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 VersatileRussell King2006-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>