[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>
Showing
- arch/powerpc/platforms/ps3/Kconfig 11 additions, 0 deletionsarch/powerpc/platforms/ps3/Kconfig
- drivers/ps3/Makefile 1 addition, 0 deletionsdrivers/ps3/Makefile
- drivers/ps3/ps3av.c 974 additions, 0 deletionsdrivers/ps3/ps3av.c
- drivers/ps3/ps3av_cmd.c 1017 additions, 0 deletionsdrivers/ps3/ps3av_cmd.c
- include/asm-powerpc/ps3av.h 738 additions, 0 deletionsinclude/asm-powerpc/ps3av.h
drivers/ps3/ps3av.c
0 → 100644
This diff is collapsed.
drivers/ps3/ps3av_cmd.c
0 → 100644
This diff is collapsed.
include/asm-powerpc/ps3av.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment