]> git.baikalelectronics.ru Git - kernel.git/commit
ps3: FLASH ROM Storage Driver
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Sat, 21 Jul 2007 11:37:48 +0000 (04:37 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 22 Jul 2007 00:49:16 +0000 (17:49 -0700)
commite4dcc182a614ce540c783eb1b49704b62ff850c8
tree9bc2730a69a4b3fba1750e75e7d6ee6474e6f6b2
parent40056ac98935e94d29d2180c67d77e165c518d55
ps3: FLASH ROM Storage Driver

Add a FLASH ROM Storage Driver for the PS3:
  - Implemented as a misc character device driver
  - Uses a fixed 256 KiB buffer allocated from boot memory as the hypervisor
    requires the writing of aligned 256 KiB blocks

Cc: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.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/char/Makefile
drivers/char/ps3flash.c [new file with mode: 0644]