]> git.kernelconcepts.de Git - karo-tx-linux.git/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:52:25 +0000 (09:52 +0900)
commit50c517d92eac08b352ccf4b25c93a53947bb855e
tree910deb67009ee8c630bd9d73c6c6f960a1298638
parentb9b28f5254d792d7ebe35f5314fe11a36174270d
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>
[horms+renesas@verge.net.au trivial rebase of board-lager.c
 for introduction of lager_add_standard_devices()]
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]