[PATCH] ps3: AV Settings Driver
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Mon, 12 Feb 2007 08:55:16 +0000 (00:55 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 12 Feb 2007 17:48:44 +0000 (09:48 -0800)
commit11227fd1922dc5dda691586852cfd220dd383f37
treee6631b1e5be83876bbe2c6e5cea3a427ce61a3fa
parent5b8e8ee6c65a34d8aafaeb8e2eaa97e496c2567c
[PATCH] ps3: AV Settings Driver

Add the PS3 AV Settings Driver.

The AV Settings driver is used to control Audio and Video settings.  It
communicates with the policy manager through the virtual uart.

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Cc: James Simmons <jsimmons@infradead.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/powerpc/platforms/ps3/Kconfig
drivers/ps3/Makefile
drivers/ps3/ps3av.c [new file with mode: 0644]
drivers/ps3/ps3av_cmd.c [new file with mode: 0644]
include/asm-powerpc/ps3av.h [new file with mode: 0644]