[ARM] 5473/1: U300 core machine support
authorLinus Walleij <linus.walleij@stericsson.com>
Thu, 23 Apr 2009 09:22:13 +0000 (10:22 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 28 Apr 2009 21:44:15 +0000 (22:44 +0100)
commitbb3cee2b35d2b9edab71997bd06040ff37483e08
tree59fbdd7076981906e705e63d09b3d42ff8873242
parentcd27e485410aa7e7464b0126d968fe8c2a5c045b
[ARM] 5473/1: U300 core machine support

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>
15 files changed:
arch/arm/mach-u300/Kconfig [new file with mode: 0644]
arch/arm/mach-u300/Makefile [new file with mode: 0644]
arch/arm/mach-u300/core.c [new file with mode: 0644]
arch/arm/mach-u300/include/mach/debug-macro.S [new file with mode: 0644]
arch/arm/mach-u300/include/mach/entry-macro.S [new file with mode: 0644]
arch/arm/mach-u300/include/mach/memory.h [new file with mode: 0644]
arch/arm/mach-u300/include/mach/platform.h [new file with mode: 0644]
arch/arm/mach-u300/include/mach/system.h [new file with mode: 0644]
arch/arm/mach-u300/include/mach/timex.h [new file with mode: 0644]
arch/arm/mach-u300/include/mach/uncompress.h [new file with mode: 0644]
arch/arm/mach-u300/include/mach/vmalloc.h [new file with mode: 0644]
arch/arm/mach-u300/mmc.c [new file with mode: 0644]
arch/arm/mach-u300/mmc.h [new file with mode: 0644]
arch/arm/mach-u300/timer.c [new file with mode: 0644]
arch/arm/mach-u300/u300.c [new file with mode: 0644]