[MTD] OneNAND: Reduce internal BufferRAM operations
authorKyungmin Park <kyungmin.park@samsung.com>
Fri, 2 Feb 2007 00:29:36 +0000 (09:29 +0900)
committerKyungmin Park <kyungmin.park@samsung.com>
Fri, 2 Feb 2007 00:29:36 +0000 (09:29 +0900)
It use blockpage instead of a pair (block, page). It can also cover a small chunk access. 0x00, 0x20, 0x40 and so on.

And in JFFS2 behavior, sometimes it reads two pages alternatively.
e.g., It first reads A page, B page and A page.
So we check another bufferram to find requested page.

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>

No differences found