Re: [PATCH v3 3/5] mtd: nand: Add bb_per_lun and blocks_per_lun fields to nand_chip

2016-11-06 Thread Boris Brezillon
On Tue, 1 Nov 2016 13:32:32 -0500 Zach Brown wrote: > On Tue, Nov 01, 2016 at 02:50:58PM +0100, Boris Brezillon wrote: > > On Fri, 28 Oct 2016 15:27:42 -0500 > > Zach Brown wrote: > > > > > The fields bb_per_lun and blocks_per_lun are useful determining

Re: [PATCH v3 3/5] mtd: nand: Add bb_per_lun and blocks_per_lun fields to nand_chip

2016-11-06 Thread Boris Brezillon
On Tue, 1 Nov 2016 13:32:32 -0500 Zach Brown wrote: > On Tue, Nov 01, 2016 at 02:50:58PM +0100, Boris Brezillon wrote: > > On Fri, 28 Oct 2016 15:27:42 -0500 > > Zach Brown wrote: > > > > > The fields bb_per_lun and blocks_per_lun are useful determining the > > > number of bad blocks a MTD

Re: [PATCH v3 3/5] mtd: nand: Add bb_per_lun and blocks_per_lun fields to nand_chip

2016-11-01 Thread Zach Brown
On Tue, Nov 01, 2016 at 02:50:58PM +0100, Boris Brezillon wrote: > On Fri, 28 Oct 2016 15:27:42 -0500 > Zach Brown wrote: > > > The fields bb_per_lun and blocks_per_lun are useful determining the > > number of bad blocks a MTD needs to allocate. How they are set will > > depend

Re: [PATCH v3 3/5] mtd: nand: Add bb_per_lun and blocks_per_lun fields to nand_chip

2016-11-01 Thread Zach Brown
On Tue, Nov 01, 2016 at 02:50:58PM +0100, Boris Brezillon wrote: > On Fri, 28 Oct 2016 15:27:42 -0500 > Zach Brown wrote: > > > The fields bb_per_lun and blocks_per_lun are useful determining the > > number of bad blocks a MTD needs to allocate. How they are set will > > depend on if the chip is

Re: [PATCH v3 3/5] mtd: nand: Add bb_per_lun and blocks_per_lun fields to nand_chip

2016-11-01 Thread Boris Brezillon
On Fri, 28 Oct 2016 15:27:42 -0500 Zach Brown wrote: > The fields bb_per_lun and blocks_per_lun are useful determining the > number of bad blocks a MTD needs to allocate. How they are set will > depend on if the chip is ONFI, JEDEC or a fuill-id entry in the nand_ids > table.

Re: [PATCH v3 3/5] mtd: nand: Add bb_per_lun and blocks_per_lun fields to nand_chip

2016-11-01 Thread Boris Brezillon
On Fri, 28 Oct 2016 15:27:42 -0500 Zach Brown wrote: > The fields bb_per_lun and blocks_per_lun are useful determining the > number of bad blocks a MTD needs to allocate. How they are set will > depend on if the chip is ONFI, JEDEC or a fuill-id entry in the nand_ids > table. > > Signed-off-by:

[PATCH v3 3/5] mtd: nand: Add bb_per_lun and blocks_per_lun fields to nand_chip

2016-10-28 Thread Zach Brown
The fields bb_per_lun and blocks_per_lun are useful determining the number of bad blocks a MTD needs to allocate. How they are set will depend on if the chip is ONFI, JEDEC or a fuill-id entry in the nand_ids table. Signed-off-by: Zach Brown --- include/linux/mtd/nand.h | 5

[PATCH v3 3/5] mtd: nand: Add bb_per_lun and blocks_per_lun fields to nand_chip

2016-10-28 Thread Zach Brown
The fields bb_per_lun and blocks_per_lun are useful determining the number of bad blocks a MTD needs to allocate. How they are set will depend on if the chip is ONFI, JEDEC or a fuill-id entry in the nand_ids table. Signed-off-by: Zach Brown --- include/linux/mtd/nand.h | 5 + 1 file