commit | d086d43640a40dda7783f3c56724048685586d17 | [log] [tgz] |
---|---|---|
author | Vijay Kumar <vijaykumar@bravegnu.org> | Sun Oct 08 22:02:31 2006 +0530 |
committer | David Woodhouse <dwmw2@infradead.org> | Sat Oct 21 16:40:27 2006 +0100 |
tree | 32ad427c5f8376d490d570fc03242cbde4904b6b | |
parent | 47e37743381823a5c2d51ef88cfc3d6cff1f8580 [diff] |
[MTD] NAND: nandsim page-wise allocation (2/2) 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>