aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-u300/include/mach/timex.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: u300: delete remnant machine headersLinus Walleij2013-06-171-17/+0
| | | | | | | | | Two files remain in <mach/*> for U300: timex.h and uncompress.h. The former is done away with by using defaults, the latter is unused in multiplatform. Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
* [ARM] 5473/1: U300 core machine supportLinus Walleij2009-04-281-0/+17
This adds core support for the ST-Ericsson U300 series platforms: U300, U330, U335 and U365. Supports memory mappings, interrupt controller, system timer (clocksource and clockevents), and binds to the existing drivers for the PrimeCells used in this design: PL190 (VIC), PL180 (MMC/SD host) and PL011 (UART). This is intented to serve as starting point for our mainling work, more patches to follow. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>