linux/drivers/ps3
Geoff Levand 13a5e30cf7 [POWERPC] PS3: Rework AV settings driver
Make the PS3 ps3av driver a loadable module.
  - Replace static data with kmalloc()'ed.
      o Allocate struct ps3av dynamically, as it contains data used as vuart
        receive/transmit buffers
      o Move static recv_buf from ps3av_do_pkt() to struct ps3av
  - Move ps3av_vuart_{read,write}() from drivers/ps3/ps3av_cmd.c to
    drivers/ps3/ps3av.c and make them static as they're used in that file only.
  - Make device a PS3 system-bus device.
  - Update copyright formatting.
  - Make two new routines ps3av_register_flip_ctl() and ps3av_flip_ctl() to
    support late binding of the frame buffer flip control routine.

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-06-28 19:16:42 +10:00
..
Makefile [POWERPC] PS3: Rework AV settings driver 2007-06-28 19:16:42 +10:00
ps3av_cmd.c [POWERPC] PS3: Rework AV settings driver 2007-06-28 19:16:42 +10:00
ps3av.c [POWERPC] PS3: Rework AV settings driver 2007-06-28 19:16:42 +10:00
sys-manager-core.c [POWERPC] PS3: System manager re-work 2007-06-28 19:16:41 +10:00
sys-manager.c [POWERPC] PS3: System manager re-work 2007-06-28 19:16:41 +10:00
vuart.c [POWERPC] PS3: Vuart rework 2007-06-28 19:16:40 +10:00
vuart.h [POWERPC] PS3: Vuart rework 2007-06-28 19:16:40 +10:00