summaryrefslogtreecommitdiff
path: root/include/asm-arm/hardware/vic.h
AgeCommit message (Collapse)AuthorFilesLines
2008-08-03[ARM] move include/asm-arm to arch/arm/include/asmRussell King1-45/+0
Move platform independent header files to arch/arm/include/asm, leaving those in asm/arch* and asm/plat* alone. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2006-03-22[ARM] Adapt vic.c to allow for multiple VICs in a system.Russell King1-1/+1
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>
2006-01-14[ARM] Separate VIC (vectored interrupt controller) support from VersatileRussell King1-0/+45
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>