Re: [PATCH v8 2/5] mtd: ubi: use 'max_bad_blocks' to compute bad_peb_limit if available

2017-02-08 Thread Brian Norris
On Wed, Feb 08, 2017 at 02:03:45PM -0800, Brian Norris wrote: > I'm not sure what's happening with patches 3-5 yet either. Never mind, those were reviewed and ready for me (not the NAND tree). Applied 3 to 5 to l2-mtd.git.

Re: [PATCH v8 2/5] mtd: ubi: use 'max_bad_blocks' to compute bad_peb_limit if available

2017-02-08 Thread Brian Norris
On Tue, Feb 07, 2017 at 08:33:53PM +0100, Richard Weinberger wrote: > Am 10.01.2017 um 20:30 schrieb Zach Brown: > > From: Jeff Westfahl > > > > If the user has not set max_beb_per1024 using either the cmdline or > > Kconfig options for doing so, use the MTD function 'max_bad_blocks' to > > compu

Re: [PATCH v8 2/5] mtd: ubi: use 'max_bad_blocks' to compute bad_peb_limit if available

2017-02-07 Thread Richard Weinberger
Am 10.01.2017 um 20:30 schrieb Zach Brown: > From: Jeff Westfahl > > If the user has not set max_beb_per1024 using either the cmdline or > Kconfig options for doing so, use the MTD function 'max_bad_blocks' to > compute the UBI bad_peb_limit. > > Signed-off-by: Jeff Westfahl > Signed-off-by: Za

[PATCH v8 2/5] mtd: ubi: use 'max_bad_blocks' to compute bad_peb_limit if available

2017-01-10 Thread Zach Brown
From: Jeff Westfahl If the user has not set max_beb_per1024 using either the cmdline or Kconfig options for doing so, use the MTD function 'max_bad_blocks' to compute the UBI bad_peb_limit. Signed-off-by: Jeff Westfahl Signed-off-by: Zach Brown Acked-by: Boris Brezillon --- drivers/mtd/ubi/b