ARM: vexpress: Reset driver
authorPawel Moll <pawel.moll@arm.com>
Thu, 18 Oct 2012 16:58:47 +0000 (17:58 +0100)
committerPawel Moll <pawel.moll@arm.com>
Thu, 18 Oct 2012 16:58:47 +0000 (17:58 +0100)
commit790440bc90fa800ff2a4b8b5046227a2ca32c1b1
treeda2a5d67a20ae2021fd233f33bb8aad8430f3700
parent48ed8877244637b52aec0a114cdccd8ec26e66b1
ARM: vexpress: Reset driver

This is a simple driver providing platform restart and power off
functions using VE config infrastructure.

By writing to the "active" attribute of the reboot or reset device,
user can decide what if the platform is supposed to execute full power
cycle (reboot, default) or simply assert system level reset signal.

Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Conflicts:

include/linux/vexpress.h
arch/arm/mach-vexpress/reset.c [new file with mode: 0644]