Re: [OpenWrt-Devel] [RFC] A patch for mt7621 nand controler. Revision 2.

2015-11-21 Thread John Crispin
Hi, ugly patch to make an ugly driver work. i am sure you had a lot of fun debugging this one. thanks ! John On 13/11/2015 08:55, Kirill Berezin wrote: > Hello, > > It turned out that mtk_nand driver uses some sophisticated accounting > and a general nand code must be patched. > > This

[OpenWrt-Devel] [RFC] A patch for mt7621 nand controler. Revision 2.

2015-11-12 Thread Kirill Berezin
Hello, 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 rea