Skip to content

Commit

Permalink
mtd: Define MLC Flash as a different flash type
Browse files Browse the repository at this point in the history
MLC NAND Flash has a different cell structure and differs in
functioning than the SLC NAND Flash. Hence we are considering it as
a different Flash type.

Signed-off-by: Rohit H.S <rohit.hs@samsung.com>
Signed-off-by: Raghav Gupta <gupta.raghav@samsung.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Rohit Hassan Sathyanarayan authored and David Woodhouse committed Oct 24, 2010
1 parent ebe8a64 commit 17a2282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/mtd/mtd-abi.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ struct mtd_oob_buf64 {
#define MTD_NANDFLASH 4
#define MTD_DATAFLASH 6
#define MTD_UBIVOLUME 7
#define MTD_MLCNANDFLASH 8

#define MTD_WRITEABLE 0x400 /* Device is writeable */
#define MTD_BIT_WRITEABLE 0x800 /* Single bits can be flipped */
Expand Down

0 comments on commit 17a2282

Please sign in to comment.