[PATCH 0/4] mtd: nand: cleanups to BBT

Brian Norris computersforpeace at gmail.com
Wed Jul 24 02:27:55 EDT 2013


A few random BBT cleanups, some of which I've had sitting around for a
while. There will probably be some more in the near future.

Brian Norris (4):
  mtd: nand: add accessors, macros for in-memory BBT
  mtd: nand: refactor chip->block_markbad interface
  mtd: nand: hide in-memory BBT implementation details
  mtd: nand: remove NAND_BBT_SCANEMPTY

 Documentation/DocBook/mtdnand.tmpl     |   2 -
 drivers/mtd/nand/docg4.c               |   6 -
 drivers/mtd/nand/gpmi-nand/gpmi-nand.c |  44 +++-----
 drivers/mtd/nand/nand_base.c           | 113 ++++++++++---------
 drivers/mtd/nand/nand_bbt.c            | 194 +++++++++++++++++----------------
 drivers/mtd/nand/omap2.c               |   2 +-
 drivers/mtd/nand/sm_common.c           |   9 +-
 drivers/mtd/onenand/onenand_bbt.c      |   1 -
 include/linux/mtd/bbm.h                |   2 -
 include/linux/mtd/nand.h               |   2 +-
 10 files changed, 185 insertions(+), 190 deletions(-)

-- 
1.8.3.2




More information about the linux-mtd mailing list