barebox/drivers/mtd/devices
Sascha Hauer 3e1adbf832 mtd: m25p80: make it possible to use large blocks if desired
Some SPI NOR flashes support 4K erase blocks. 4K erase blocks do not
work with UBIFS which needs a minimum erase block size of 15360 bytes.
Also bigger sectors are faster to erase. This patch adds a device tree
option to use the bigger blocks instead of the default 4K blocks.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
2015-08-26 15:14:00 +02:00
..
docg3.c mtd: Pass device_id to add_mtd_device 2013-10-29 09:10:21 +01:00
docg3.h drivers/mtd: add docg3 chip 2012-01-02 12:34:58 +01:00
Kconfig mtd: m25p80: Fix Kconfig dependencies 2015-06-29 07:13:23 +02:00
m25p80.c mtd: m25p80: make it possible to use large blocks if desired 2015-08-26 15:14:00 +02:00
Makefile mtd: add mtdram device (which build mtd over ram area - useful for FRAM oder MRAM) 2014-09-09 09:52:53 +02:00
mtd_dataflash.c mtd: Update internal API to support 64-bit device size 2014-03-12 21:26:37 +01:00
mtdram.c mtd: add mtdram device (which build mtd over ram area - useful for FRAM oder MRAM) 2014-09-09 09:52:53 +02:00