]> rtime.felk.cvut.cz Git - linux-imx.git/commit
mtd: introduce mtd_can_have_bb helper
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 2 Jan 2012 11:48:54 +0000 (13:48 +0200)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 9 Jan 2012 18:26:24 +0000 (18:26 +0000)
commit8f461a730242c528ca221948edceca49266a3ffb
tree232b1d9ac6a74df87a84c9e1e6a61415afc9f583
parent079c985e7a6f4ce60f931cebfdd5ee3c38347e31
mtd: introduce mtd_can_have_bb helper

This patch introduces new 'mtd_can_have_bb()' helper function which checks
whether the flash can have bad eraseblocks. Then it changes all the
direct 'mtd->block_isbad' use cases with 'mtd_can_have_bb()'.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
12 files changed:
drivers/mtd/mtdchar.c
drivers/mtd/mtdconcat.c
drivers/mtd/mtdoops.c
drivers/mtd/mtdswap.c
drivers/mtd/nftlcore.c
drivers/mtd/redboot.c
drivers/mtd/tests/mtd_readtest.c
drivers/mtd/tests/mtd_speedtest.c
drivers/mtd/tests/mtd_stresstest.c
drivers/mtd/tests/mtd_torturetest.c
drivers/mtd/ubi/build.c
include/linux/mtd/mtd.h