[PATCH 0/4] UBI: Use the whole NAND device to calculate max bad block number

2012-07-10 Thread Richard Genoud
Hi, This patch serie applies on top of Shmulik Ladkani's patch serie: "[PATCH 0/5] ubi: Fix bad PEBs reserve caclulation" (and on mtd-artem git tree) The goal here is to make UBI reserve a number of PEB for bad block dependant of the whole NAND chipset size, and not of the MTD partition size.

[PATCH 0/4] UBI: Use the whole NAND device to calculate max bad block number

2012-07-10 Thread Richard Genoud
Hi, This patch serie applies on top of Shmulik Ladkani's patch serie: [PATCH 0/5] ubi: Fix bad PEBs reserve caclulation (and on mtd-artem git tree) The goal here is to make UBI reserve a number of PEB for bad block dependant of the whole NAND chipset size, and not of the MTD partition size. As