]> Pileus Git - ~andy/linux/commit
ARM: shmobile: Break out R-Car Gen2 setup code
authorMagnus Damm <damm@opensource.se>
Thu, 12 Sep 2013 00:32:49 +0000 (09:32 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 8 Oct 2013 00:29:15 +0000 (09:29 +0900)
commit629cc70ddac35520688b3a8bd165435c886e78eb
tree1f2767b7faad7efc5232e67b2e1057d08a527f59
parent8ceea7bd9757cb90f63f16b07a6d2a022e9c45d8
ARM: shmobile: Break out R-Car Gen2 setup code

Move arch timer workaround code and boot mode pin
handling from setup-r8a7790.c to setup-rcar-gen2.c.

With this in place the same code can be used on
other R-Car Generation 2 devices such as r8a7791.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/Makefile
arch/arm/mach-shmobile/board-lager-reference.c
arch/arm/mach-shmobile/board-lager.c
arch/arm/mach-shmobile/clock-r8a7790.c
arch/arm/mach-shmobile/include/mach/r8a7790.h
arch/arm/mach-shmobile/include/mach/rcar-gen2.h [new file with mode: 0644]
arch/arm/mach-shmobile/setup-r8a7790.c
arch/arm/mach-shmobile/setup-rcar-gen2.c [new file with mode: 0644]