Re: [patch 7/7] ps3: FLASH ROM Storage Driver

2007-05-29 Thread Christoph Hellwig
On Tue, May 29, 2007 at 11:57:52AM +0200, Geert Uytterhoeven wrote: > On Tue, 29 May 2007, Christoph Hellwig wrote: > > On Fri, May 25, 2007 at 10:36:14AM +0200, [EMAIL PROTECTED] wrote: > > > Add a FLASH ROM Storage Driver for the PS3: > > > - Implemented as a misc character device driver > > >

Re: [patch 7/7] ps3: FLASH ROM Storage Driver

2007-05-29 Thread Geert Uytterhoeven
On Tue, 29 May 2007, Christoph Hellwig wrote: > On Fri, May 25, 2007 at 10:36:14AM +0200, [EMAIL PROTECTED] wrote: > > 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 >

Re: [patch 7/7] ps3: FLASH ROM Storage Driver

2007-05-29 Thread Christoph Hellwig
On Fri, May 25, 2007 at 10:36:14AM +0200, [EMAIL PROTECTED] wrote: > 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 L

[patch 7/7] ps3: FLASH ROM Storage Driver

2007-05-25 Thread Geert . Uytterhoeven
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 Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- arch/powerpc/plat