ps3: Add a NOR FLASH driver for PS3s without NANDps3
commitad1a79ea0856818fe3cf739c36ffa64453d03dcc
authorAndre Heider <a.heider@gmail.com>
Sat, 30 Jul 2011 23:58:21 +0000 (31 01:58 +0200)
committerdhewg <dhewg@wiibrew.org>
Sun, 3 Jun 2012 10:55:13 +0000 (3 12:55 +0200)
tree97dfc209791c43f0cc3d13f7afb38849cc47bcbe
parent2abf6bc56e196985d680206b24dc252069f16990
ps3: Add a NOR FLASH driver for PS3s without NAND

A gendisk for each accessible region is created, and a default set
of region flags is provided - overwritable via a module param array.

Signed-off-by: Andre Heider <a.heider@gmail.com>
arch/powerpc/include/asm/ps3.h
arch/powerpc/platforms/ps3/Kconfig
arch/powerpc/platforms/ps3/device-init.c
arch/powerpc/platforms/ps3/platform.h
arch/powerpc/platforms/ps3/system-bus.c
drivers/block/Makefile
drivers/block/ps3nflash.c [new file with mode: 0644]