[POWERPC] PS3: System manager support
authorGeoff Levand <geoffrey.levand@am.sony.com>
Wed, 7 Feb 2007 20:20:01 +0000 (12:20 -0800)
committerPaul Mackerras <paulus@samba.org>
Fri, 16 Feb 2007 03:00:19 +0000 (14:00 +1100)
commitfde5efd0e50e026f3f69629fc5790a4f0533dcaa
tree865d49e09e04691a9e66c5cb75f14862bee311ed
parentea1547d31153f8c3bdd32646f17d096d3108c838
[POWERPC] PS3: System manager support

Add PS3 system manager support and the ppc_md routines restart() and
power_off().

The system manager provides an event notification mechanism for reporting
events like thermal alert and button presses.  It also provides support to
control system shutdown and startup.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/ps3/Kconfig
arch/powerpc/platforms/ps3/setup.c
drivers/ps3/Makefile
drivers/ps3/sys-manager.c [new file with mode: 0644]
include/asm-powerpc/ps3.h