linux/drivers/mtd/onenand
Brian Norris 905c6bcdb4 mtd: move mtd_oob_mode_t to shared kernel/user space
We will want to use the MTD_OOB_{PLACE,AUTO,RAW} modes in user-space
applications through the introduction of new ioctls, so we should make
this enum a shared type.

This enum is now anonymous.

Artem: tweaked the patch.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
2011-09-11 15:26:20 +03:00
..
Kconfig mtd: onenand: convert to mtd_device_register() 2011-05-25 02:21:19 +01:00
Makefile
generic.c mtd: onenand: remove redundant mtd_device_unregister before onenand_release 2011-09-11 15:02:10 +03:00
omap2.c mtd: onenand/omap2.c: use mtd_device_parse_register 2011-09-11 15:02:10 +03:00
onenand_base.c mtd: move mtd_oob_mode_t to shared kernel/user space 2011-09-11 15:26:20 +03:00
onenand_bbt.c mtd: replace DEBUG() with pr_debug() 2011-09-11 15:02:16 +03:00
onenand_sim.c mtd: convert remaining users to mtd_device_register() 2011-05-25 02:25:00 +01:00
samsung.c mtd: onenand/samsung.c: use mtd_device_parse_register 2011-09-11 15:02:10 +03:00