summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ebsa110/core.h
AgeCommit message (Collapse)Author
2012-09-18ARM: ebsa110: use __iomem pointers for MMIOArnd Bergmann
ARM is moving to stricter checks on readl/write functions, so we need to use the correct types everywhere. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2012-02-02ARM: ebsa110: provide TRICK?_SIZE macrosRussell King
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-02-02ARM: ebsa110: move platform definitions out of mach/hardware.hRussell King
Stop exposing platform definitions to the entire kernel tree, move them into a private header file instead. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>