9
0
Fork 0
barebox/drivers/mtd
Sascha Hauer c26ef8231f mtd: Add parameter to allow erasing bad blocks
While erasing bad blocks is a potentially dangerous operation
it is sometimes needed during development or when some foreign
code has touched the flash.

This patch adds a device parameter 'erasebad' to allow erasing
bad blocks. Since this is not wanted during production this is
behind a Kconfig option.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-03-04 11:00:33 +01:00
..
devices Use new device_platform_driver() macro for drivers 2013-02-13 09:23:28 +01:00
nand mtd: Add parameter to allow erasing bad blocks 2013-03-04 11:00:33 +01:00
nor Merge branch 'for-next/mtd' 2013-03-04 09:21:49 +01:00
ubi mtd: Use mtd_* functions where appropriate 2013-02-14 10:38:23 +01:00
Kconfig nor flash: integrate into mtd 2013-02-14 23:37:53 +01:00
Makefile nor flash: integrate into mtd 2013-02-14 23:37:53 +01:00
core.c mtd: Add parameter to allow erasing bad blocks 2013-03-04 11:00:33 +01:00
mtd.h mtd: add private data to mtddev-hook 2012-09-03 11:06:01 +02:00
mtdoob.c mtd oob: do not register oob device for devices without oob 2012-11-29 19:52:26 +01:00
mtdraw.c mtd: Add parameter to allow erasing bad blocks 2013-03-04 11:00:33 +01:00
partition.c mtd: introduce mtd_block_isbad 2012-11-03 23:20:59 +01:00