ARM:vt8500: Convert to use .restart and remove arch_reset()
authorTony Prisk <linux@prisktech.co.nz>
Wed, 18 Jul 2012 15:42:19 +0000 (03:42 +1200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 18 Jul 2012 16:51:55 +0000 (18:51 +0200)
commit86cc0ef8abd25fab2c7c6a6a57faf5cd8503a15b
tree3eb611f52f3a75aced6915c944e03a4cf4f40850
parentc26abeb7b5ee571ff47a094ede2c84356229628a
ARM:vt8500: Convert to use .restart and remove arch_reset()

Removed system.h as it only contained an inline for arch_reset()
Changed the existing board files to use .restart in there machine
descriptions.

Added device tree support for the restart controller.
Device tree support for mach-vt8500 is still a work-in-progress.

Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-vt8500/Makefile
arch/arm/mach-vt8500/bv07.c
arch/arm/mach-vt8500/include/mach/restart.h [new file with mode: 0644]
arch/arm/mach-vt8500/include/mach/system.h [deleted file]
arch/arm/mach-vt8500/restart.c [new file with mode: 0644]
arch/arm/mach-vt8500/wm8505_7in.c