[POWERPC] ps3: Add vuart support
authorGeoff Levand <geoffrey.levand@am.sony.com>
Sat, 9 Dec 2006 02:27:47 +0000 (18:27 -0800)
committerPaul Mackerras <paulus@samba.org>
Mon, 11 Dec 2006 02:49:53 +0000 (13:49 +1100)
commit74e95d5de9d8eb243cda68b546bdb29f6ef0f01c
treec1f3a14628510af3ca134da5db409dcc8d428e99
parent0204568a088fecd5478153504f9476ee2c46d5bf
[POWERPC] ps3: Add vuart support

Adds support for the PS3 virtual UART (vuart).  The vuart provides a
bi-directional byte stream data link between logical partitions.

This is needed for the ps3 graphics driver and the ps3 power
control support to be able to communicate with the lv1 policy
module.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/configs/ps3_defconfig
arch/powerpc/platforms/ps3/Kconfig
drivers/ps3/Makefile
drivers/ps3/vuart.c [new file with mode: 0644]
drivers/ps3/vuart.h [new file with mode: 0644]