mtd: rename MTD_MODE_* to MTD_FILE_MODE_*
authorBrian Norris <computersforpeace@gmail.com>
Wed, 31 Aug 2011 01:45:41 +0000 (18:45 -0700)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Sun, 11 Sep 2011 12:29:36 +0000 (15:29 +0300)
commitbeb133fc165e1289c858d8f952b982b7d0b313cd
treed247b021d3e28f16cfaf74e08404a304f554882c
parent0612b9ddc2eeda014dd805c87c752b342d8f80f0
mtd: rename MTD_MODE_* to MTD_FILE_MODE_*

These modes hold their state only for the life of their file descriptor,
and they overlap functionality with the MTD_OPS_* modes. Particularly,
MTD_MODE_RAW and MTD_OPS_RAW cover the same function: to provide raw
(i.e., without ECC) access to the flash. In fact, although it may not be
clear, MTD_MODE_RAW implied that operations should enable the
MTD_OPS_RAW mode.

Thus, we should be specific on what each mode means. This is a start,
where MTD_FILE_MODE_* actually represents a "file mode," not necessarily
a true global MTD mode.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
drivers/mtd/mtdchar.c
include/mtd/mtd-abi.h