]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mach-shmobile: r8a7779 and Marzen base support V2
authorMagnus Damm <damm@opensource.se>
Tue, 13 Dec 2011 16:36:12 +0000 (01:36 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 9 Jan 2012 01:13:59 +0000 (10:13 +0900)
commitb899a5307ef046400b27a9d8801b5f7b745d2a93
tree25bc6a2f5cb3eb1aff7bf4a5888bd1a6c211787c
parentdab147feb2632342782be67a02f87ac4b4f26775
ARM: mach-shmobile: r8a7779 and Marzen base support V2

Initial support for the r8a7779 SoC and the Marzen board (V2).

Only SCIF ports and the TMU are supported at this point.

To keep things simple only entity-mapped virt-to-phys mappings
are supported. This forces drivers and other SoC glue code to
make use of ioremap(). We cannot support early serial console
due to virtual address space collisions with the ARM kernel.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/Kconfig
arch/arm/mach-shmobile/Makefile
arch/arm/mach-shmobile/board-marzen.c [new file with mode: 0644]
arch/arm/mach-shmobile/clock-r8a7779.c [new file with mode: 0644]
arch/arm/mach-shmobile/include/mach/common.h
arch/arm/mach-shmobile/include/mach/r8a7779.h [new file with mode: 0644]
arch/arm/mach-shmobile/intc-r8a7779.c [new file with mode: 0644]
arch/arm/mach-shmobile/setup-r8a7779.c [new file with mode: 0644]