9
0
Fork 0
barebox/drivers/mtd
Sascha Hauer d317b1bf85 mtd: Pass device_id to add_mtd_device
Right now we do not support persistent names for mtd devices. The
base name can be passed to add_mtd_device, but this is always appended
with a dynamic number. With this patch add_mtd_device takes a device_id
argument which can be used to create a mtd device with an exact name.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-10-29 09:10:21 +01:00
..
devices mtd: Pass device_id to add_mtd_device 2013-10-29 09:10:21 +01:00
nand mtd: Pass device_id to add_mtd_device 2013-10-29 09:10:21 +01:00
nor mtd: Pass device_id to add_mtd_device 2013-10-29 09:10:21 +01:00
ubi move print_hex_dump function to include/common.h 2013-08-07 08:44:48 +02:00
Kconfig UBI: reimport UBI from Linux v3.10 2013-07-25 10:24:16 +02:00
Makefile UBI: reimport UBI from Linux v3.10 2013-07-25 10:24:16 +02:00
core.c mtd: Pass device_id to add_mtd_device 2013-10-29 09:10:21 +01:00
mtd.h mtd: add private data to mtddev-hook 2012-09-03 11:06:01 +02:00
mtdoob.c mtd: introduce mtd_read_oob and mtd_write_oob 2013-07-22 16:14:16 +02:00
mtdraw.c mtd: raw: rename raw device 2013-10-29 09:10:17 +01:00
partition.c mtd: introduce mtd_block_isbad 2012-11-03 23:20:59 +01:00