9
0
Fork 0
barebox/drivers/mtd
Sascha Hauer e71c343668 mtd: fix arguments to bad block ioctls
In the Kernel the mtd ioctls expect a pointer to the offset, whereas
barebox interprets the pointer itself as an offset. Since we want
to add 64bit support for file sizes a pointer may not be sufficient,
so align with the kernel and convert it to a pointer to the offset.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-06-30 16:53:16 +02:00
..
devices mtd: docg3 fixes backport from Linux kernel 2012-04-17 22:02:54 +02:00
nand mtd: fix arguments to bad block ioctls 2012-06-30 16:53:16 +02:00
ubi cdev: pass flags to open function 2011-12-15 11:46:50 +01:00
Kconfig mtd Kconfig: only select NAND_READ_OOB when NAND is enabled 2012-01-02 14:53:17 +01:00
Makefile drivers/mtd: add docg3 chip 2012-01-02 12:34:58 +01:00
core.c mtd: fix arguments to bad block ioctls 2012-06-30 16:53:16 +02:00
mtd.h drivers/mtd: split mtd mtdoob devices 2011-12-22 10:11:11 +01:00
mtdoob.c drivers/mtd: split mtd mtdoob devices 2011-12-22 10:11:11 +01:00
mtdraw.c drivers/mtd: fix mtdraw write support 2012-01-27 12:24:04 +01:00
partition.c add partition mtd support 2010-07-05 13:00:02 +02:00