9
0
Fork 0
barebox/drivers/mtd
Sascha Hauer 6e66ab7a53 mtd: mtdraw: drop ioctl callback for mtdraw device
Do not call mtd_ioctl for mtdraw devices. mtd_ioctl will derefence
the priv pointer to a struct mtd_info whereas with mtdraw devices it will be
a struct mtdraw pointer. We do not need ioctls for mtdraw devices, so drop
it instead of fixing it.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-12-02 16:22:31 +01:00
..
devices mtd: m25p80: Allow to specify devicename via devicetree alias 2013-10-29 09:10:27 +01:00
nand Merge branch 'for-next/mtd' 2013-11-07 08:31:47 +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: mtdraw: drop ioctl callback for mtdraw device 2013-12-02 16:22:31 +01:00
partition.c mtd: introduce mtd_block_isbad 2012-11-03 23:20:59 +01:00