summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ixp4xx/include/mach/cpu.h
AgeCommit message (Collapse)AuthorFilesLines
2012-09-19ARM: ixp4xx: use __iomem pointers for MMIOArnd Bergmann1-2/+3
ARM is moving to stricter checks on readl/write functions, so we need to use the correct types everywhere. At the moment, this patch conflicts with other patches in linux-next, need to sort this out. Cc: Imre Kaloz <kaloz@openwrt.org> Cc: Krzysztof Halasa <khc@pm.waw.pl> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2009-05-24IXP42x: Identify Intel IXP425 rev. A0 processors.Krzysztof Hałasa1-1/+6
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
2009-03-17IXP4xx: cpu_is_ixp4*() now recognizes all IXP4xx processors.Krzysztof Hałasa1-15/+20
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
2008-09-01[ARM] cputype: separate definitions, use themRussell King1-4/+5
Add asm/cputype.h, moving functions and definitions from asm/system.h there. Convert all users of 'processor_id' to the more efficient read_cpuid_id() function. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-0/+46
This just leaves include/asm-arm/plat-* to deal with. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>