9
0
Fork 0
barebox/drivers/mtd/nand
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
..
Kconfig MACH SAMSUNG/S3C: Use the correct CPU family name to reflect NAND driver's usage 2012-01-02 13:32:13 +01:00
Makefile MACH SAMSUNG/S3C: Use the correct CPU family name to reflect NAND driver's usage 2012-01-02 13:32:13 +01:00
atmel_nand.c atmel_nand: add on_flash_btt option to enable bbt option 2012-04-02 10:31:23 +02:00
atmel_nand_ecc.h move drivers/nand to drivers/mtd/nand 2010-07-05 13:00:01 +02:00
diskonchip.c MTD/NAND/DOC: add forgotten change due to API change 2012-01-03 10:13:13 +01:00
nand-bb.c mtd: fix arguments to bad block ioctls 2012-06-30 16:53:16 +02:00
nand.h nand: nand_block_markbad is only used with nand write support 2011-04-12 09:54:55 +02:00
nand_base.c drivers/mtd: transfer NAND notions to MTD core 2011-12-22 10:11:11 +01:00
nand_bbt.c drivers/mtd: transfer NAND notions to MTD core 2011-12-22 10:11:11 +01:00
nand_ecc.c move drivers/nand to drivers/mtd/nand 2010-07-05 13:00:01 +02:00
nand_hwecc.c drivers/mtd: transfer NAND notions to MTD core 2011-12-22 10:11:11 +01:00
nand_hwecc_syndrome.c drivers/mtd: transfer NAND notions to MTD core 2011-12-22 10:11:11 +01:00
nand_ids.c nand: make vendor/type printout optional 2011-04-04 16:42:06 +02:00
nand_imx.c fix typo funtion -> function 2012-05-13 22:00:54 +02:00
nand_omap_bch_decoder.c nand_omap_bch_decoder: Fix up error detection 2012-01-02 12:44:55 +01:00
nand_omap_gpmc.c Revert "mtd omap nand: fix driver without CONFIG_PARAMETER" 2012-01-19 09:44:50 +01:00
nand_s3c24xx.c Make S3C24xx config options available for all S3Cs 2012-05-21 21:58:26 +02:00
nand_swecc.c drivers/mtd: transfer NAND notions to MTD core 2011-12-22 10:11:11 +01:00
nand_write.c introduce io.h 2011-09-22 19:03:05 +02:00
nomadik_nand.c drivers/mtd: transfer NAND notions to MTD core 2011-12-22 10:11:11 +01:00