Re: [PATCH try #2] Blackfin on-chip NAND Flash Controller driver

2007-09-11 Thread Bryan Wu
On Tue, 2007-09-11 at 11:35 +0300, Artem Bityutskiy wrote: > Hi, > > On Mon, 2007-09-10 at 17:50 +0800, Bryan Wu wrote: > > Here is the test log, only 2 errors in oobtest. After digging into the > > mtd-nand driver code, it should be no relation to my bf5xx_nand driver. > > Maybe somethings wrong

Re: [PATCH try #2] Blackfin on-chip NAND Flash Controller driver

2007-09-11 Thread Artem Bityutskiy
Hi, On Mon, 2007-09-10 at 17:50 +0800, Bryan Wu wrote: > Here is the test log, only 2 errors in oobtest. After digging into the > mtd-nand driver code, it should be no relation to my bf5xx_nand driver. > Maybe somethings wrong in the mtd-nand code. I intend to get some help > from you, please see

Re: [PATCH try #2] Blackfin on-chip NAND Flash Controller driver

2007-09-10 Thread Bryan Wu
On Fri, 2007-09-07 at 13:52 +0800, Artem Bityutskiy wrote: > On Tue, 2007-09-04 at 13:57 +0800, Bryan Wu wrote: > > This is the driver for latest Blackfin on-chip nand flash > controller > > > > - use nand_chip and mtd_info common nand driver interface > > - provide both PIO and dma operation

Re: [PATCH try #2] Blackfin on-chip NAND Flash Controller driver

2007-09-06 Thread Artem Bityutskiy
On Tue, 2007-09-04 at 13:57 +0800, Bryan Wu wrote: > This is the driver for latest Blackfin on-chip nand flash controller > > - use nand_chip and mtd_info common nand driver interface > - provide both PIO and dma operation > - compiled with ezkit bf548 configuration > - use hardware 1-bit ECC

[PATCH try #2] Blackfin on-chip NAND Flash Controller driver

2007-09-03 Thread Bryan Wu
This is the driver for latest Blackfin on-chip nand flash controller - use nand_chip and mtd_info common nand driver interface - provide both PIO and dma operation - compiled with ezkit bf548 configuration - use hardware 1-bit ECC - tested with YAFFS2 and can mount YAFFS2 filesystem as rootfs