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

2016-03-29 Thread Boris Brezillon
On Mon, 28 Mar 2016 16:12:08 +0800 Peter Pan wrote: > On Fri, Mar 25, 2016 at 4:51 PM, Boris Brezillon > wrote: > > On Mon, 14 Mar 2016 02:47:58 + > > Peter Pan wrote: > > > >> Use new BBT APIs (nand_bbt_*()) in NAND. Keep old APIs (nand_*_bbt()) > >> exist temporarily. > >> > >> Signed-off

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

2016-03-28 Thread Peter Pan
On Fri, Mar 25, 2016 at 4:51 PM, Boris Brezillon wrote: > On Mon, 14 Mar 2016 02:47:58 + > Peter Pan wrote: > >> Use new BBT APIs (nand_bbt_*()) in NAND. Keep old APIs (nand_*_bbt()) >> exist temporarily. >> >> Signed-off-by: Brian Norris >> Signed-off-by: Peter Pan >> --- >> drivers/mtd/n

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

2016-03-25 Thread Boris Brezillon
On Mon, 14 Mar 2016 02:47:58 + Peter Pan wrote: > Use new BBT APIs (nand_bbt_*()) in NAND. Keep old APIs (nand_*_bbt()) > exist temporarily. > > Signed-off-by: Brian Norris > Signed-off-by: Peter Pan > --- > drivers/mtd/nand/docg4.c | 7 +- > drivers/mtd/nand/nand_base.c | 151 > ++

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

2016-03-13 Thread Peter Pan
Use new BBT APIs (nand_bbt_*()) in NAND. Keep old APIs (nand_*_bbt()) exist temporarily. Signed-off-by: Brian Norris Signed-off-by: Peter Pan --- drivers/mtd/nand/docg4.c | 7 +- drivers/mtd/nand/nand_base.c | 151 --- include/linux/mtd/nand.h |