-
- Downloads
mtd/ps3vram: Add ps3vram driver for accessing video RAM as MTD
Add ps3vram driver, which exposes unused video RAM on the PS3 as a MTD device suitable for storage or swap. Fast data transfer is achieved using a local cache in system RAM and DMA transfers via the GPU. Signed-off-by:Vivien Chappelier <vivien.chappelier@free.fr> Signed-off-by:
Jim Paris <jim@jtan.com> Acked-by:
Geoff Levand <geoffrey.levand@am.sony.com> Acked-by:
David Woodhouse <David.Woodhouse@intel.com> Signed-off-by:
Benjamin Herrenschmidt <benh@kernel.crashing.org>
Showing
- MAINTAINERS 6 additions, 0 deletionsMAINTAINERS
- arch/powerpc/include/asm/ps3.h 1 addition, 0 deletionsarch/powerpc/include/asm/ps3.h
- arch/powerpc/platforms/ps3/device-init.c 37 additions, 0 deletionsarch/powerpc/platforms/ps3/device-init.c
- drivers/mtd/devices/Kconfig 7 additions, 0 deletionsdrivers/mtd/devices/Kconfig
- drivers/mtd/devices/Makefile 1 addition, 0 deletionsdrivers/mtd/devices/Makefile
- drivers/mtd/devices/ps3vram.c 776 additions, 0 deletionsdrivers/mtd/devices/ps3vram.c
Loading
Please register or sign in to comment