Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: ebsa110: use __iomem pointers for MMIO | Arnd Bergmann | 2012-09-18 | 1 | -6/+6 |
| | | | | | | | 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> | ||||
* | ARM: ebsa110: provide TRICK?_SIZE macros | Russell King | 2012-02-02 | 1 | -0/+4 |
| | | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | ||||
* | ARM: ebsa110: move platform definitions out of mach/hardware.h | Russell King | 2012-02-02 | 1 | -0/+37 |
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> |