From: Alexey Korolev Date: Tue, 29 Jul 2008 12:54:11 +0000 (+0100) Subject: [MTD] [NAND] fix subpage read for small page NAND X-Git-Tag: v2.6.27-rc2~104^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96d8b647cfff90c8ff07863866aacdcd9d13cead;p=pandora-kernel.git [MTD] [NAND] fix subpage read for small page NAND Current implementation of subpage read feature for NAND has issues with small page devices. Small page NAND do not support RNDOUT command. So subpage feature is not applicable for them. This patch disables support of subpage for small page NAND. The code is verified on nandsim(SP NAND simulation) and on LP NAND devices. Thanks a lot to Artem for finding this issue. Signed-off-by: Alexey Korolev Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed