Re: [PATCH v2 05/12] mtd: nand: use new BBT API instead of old ones

2016-01-06 Thread Boris Brezillon
On Tue, 15 Dec 2015 05:59:31 + Peter Pan wrote: > From: Brian Norris > > Use new BBT APIs (nand_bbt_*()) in NAND. Keep old APIs (nand_*_bbt()) > exist temporarily. > > Signed-off-by: Brian Norris > [Peter: 1. use nand_bbt_markbad_factory() in docg4.c and implement > 2. nand_create

Re: [PATCH v2 05/12] mtd: nand: use new BBT API instead of old ones

2016-01-06 Thread Boris Brezillon
On Tue, 15 Dec 2015 05:59:31 + Peter Pan wrote: > From: Brian Norris > > Use new BBT APIs (nand_bbt_*()) in NAND. Keep old APIs (nand_*_bbt()) > exist temporarily. > > Signed-off-by: Brian Norris > [Peter: 1. use nand_bbt_markbad_factory() in docg4.c and implement > 2. nand_create

Re: [PATCH v2 05/12] mtd: nand: use new BBT API instead of old ones

2016-01-06 Thread Boris Brezillon
On Tue, 15 Dec 2015 05:59:31 + Peter Pan wrote: > From: Brian Norris > > Use new BBT APIs (nand_bbt_*()) in NAND. Keep old APIs (nand_*_bbt()) > exist temporarily. > > Signed-off-by: Brian Norris > [Peter: 1. use nand_bbt_markbad_factory() in docg4.c and implement > 2. nand_create

[PATCH v2 05/12] mtd: nand: use new BBT API instead of old ones

2015-12-14 Thread Peter Pan
From: Brian Norris Use new BBT APIs (nand_bbt_*()) in NAND. Keep old APIs (nand_*_bbt()) exist temporarily. Signed-off-by: Brian Norris [Peter: 1. use nand_bbt_markbad_factory() in docg4.c and implement 2. nand_create_factory_badblock_pattern(), nand_is_bad_bbm() and nand_defaul