]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: nand: move NAND_CREATE_EMPTY_BBT flag
authorBrian Norris <computersforpeace@gmail.com>
Tue, 31 May 2011 23:31:24 +0000 (16:31 -0700)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Thu, 9 Jun 2011 08:03:24 +0000 (11:03 +0300)
commit45573d41f0ec9c5fd3f28a85f44835bf838b1000
treeb71ad30465efdc3fc8997a19ac803f9a2d760c73
parent49ac7f3a3702b88e7e1ea11f38e75d0a50ed565c
mtd: nand: move NAND_CREATE_EMPTY_BBT flag

The NAND_CREATE_EMPTY_BBT flag was added by commit:
  453281a973c10bce941b240d1c654d536623b16b
  mtd: nand: introduce NAND_CREATE_EMPTY_BBT
This flag is not used within the kernel and not explained well, so I
took the liberty to edit its comments.

Also, this is a BBT-related flag (and closely tied with NAND_BBT_CREATE)
so I'm moving it to bbm.h next to NAND_BBT_CREATE, thus requiring that
we use the flag in nand_chip.bbt_options, *not* in nand_chip.options.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
drivers/mtd/nand/nand_bbt.c
include/linux/mtd/bbm.h
include/linux/mtd/nand.h