ralink: add missing nand layer hack
authorJohn Crispin <john@openwrt.org>
Sat, 21 Nov 2015 21:25:33 +0000 (21:25 +0000)
committerJohn Crispin <john@openwrt.org>
Sat, 21 Nov 2015 21:25:33 +0000 (21:25 +0000)
commit55ee2e0ef75433e3f2685bb0923b1cc295c9ef13
tree4a4ef722ff34114604867c62ecff998f27d4b386
parent0d5f66f3b26daa02787de90252a1ec1e119b77e7
ralink: add missing nand layer hack

It turned out that mtk_nand driver uses some sophisticated accounting and a
general nand code must be patched.

This patch adds required read and erase calls to a general nand code. I
used a  code  for re6500 released by Linksys as a reference.

All required operations (erase, write and read) are usable. However I found
that jffs2 filesystem can be created only on top of a ubi volume. I tried
to create jffs2 directly on mtd device but pages with clean markers are
became uncorrectable.

Signed-off-by: Kirill Berezin <fyiwdt@gmail.com>
SVN-Revision: 47565
target/linux/ramips/patches-3.18/0075-mtk_nand_alloc_buffer.patch [new file with mode: 0644]