[MTD] NAND: nandsim page-wise allocation (2/2)
authorVijay Kumar <vijaykumar@bravegnu.org>
Sun, 8 Oct 2006 16:32:31 +0000 (22:02 +0530)
committerDavid Woodhouse <dwmw2@infradead.org>
Sat, 21 Oct 2006 15:40:27 +0000 (16:40 +0100)
For page wise allocation, an array of flash page pointers is allocated
during initialization. The flash pages are themselves allocated when a
write occurs to the page. The flash pages are deallocated when they
are erased.

Signed-off-by: Vijay Kumar <vijaykumar@bravegnu.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>

No differences found