From: Kyungmin Park Date: Fri, 2 Feb 2007 00:29:36 +0000 (+0900) Subject: [MTD] OneNAND: Reduce internal BufferRAM operations X-Git-Tag: v2.6.21-rc1~66^2~27^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abf3c0f23df6686a984efc8fae7277fcdaffaa32;p=pandora-kernel.git [MTD] OneNAND: Reduce internal BufferRAM operations 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 --- Reading git-diff-tree failed