[POWERPC] PS3: System manager re-work
authorGeoff Levand <geoffrey.levand@am.sony.com>
Fri, 15 Jun 2007 22:03:54 +0000 (08:03 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 28 Jun 2007 09:16:41 +0000 (19:16 +1000)
commit66c63b84b23d39ce191a18833b5a769370114ec9
tree8903417c0f89aba779e8f81bb51b9e9c6a68fd07
parent7626e78d29651d3075e88f233c0632867ea6a35c
[POWERPC] PS3: System manager re-work

PS3 sys-manager updates to reflect the new PS3 unifed device support.
Fixups to the PS3 sys-manager driver to properly support sys_reboot().
 - Add varable request_tag to struct ps3_sys_manager_header.
 - Move ctrl_alt_del from PS3_SM_EVENT_POWER_RELEASED to
   PS3_SM_EVENT_POWER_PRESSED.
 - Make the PS3 sys-manager driver a loadable module.
 - Add new file sys-manager-core.c.
 - Add new struct ps3_sys_manager_ops for dynamic binding.
 - Put data sent to device on stack.
 - Add support for PS3_SM_SERVICE_ID_REQUEST_ERROR.

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