All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] mtd: nand: cleanups to BBT
@ 2013-07-24  6:27 Brian Norris
  2013-07-24  6:27 ` [PATCH 1/4] mtd: nand: add accessors, macros for in-memory BBT Brian Norris
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Brian Norris @ 2013-07-24  6:27 UTC (permalink / raw)
  To: linux-mtd; +Cc: Brian Norris, David Woodhouse, Artem Bityutskiy

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

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-08-06 14:03 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-24  6:27 [PATCH 0/4] mtd: nand: cleanups to BBT Brian Norris
2013-07-24  6:27 ` [PATCH 1/4] mtd: nand: add accessors, macros for in-memory BBT Brian Norris
2013-07-30 22:02   ` Ezequiel Garcia
2013-07-31  0:40     ` Brian Norris
2013-07-24  6:27 ` [PATCH 2/4] mtd: nand: refactor chip->block_markbad interface Brian Norris
2013-07-24  6:59   ` Huang Shijie
2013-07-24  6:27 ` [PATCH 3/4] mtd: nand: hide in-memory BBT implementation details Brian Norris
2013-07-24  6:27 ` [PATCH 4/4] mtd: nand: remove NAND_BBT_SCANEMPTY Brian Norris
2013-07-31  0:52 ` [PATCH v2 0/6] mtd: nand: cleanups to BBT Brian Norris
2013-07-31  0:52   ` [PATCH v2 1/6] mtd: nand: add accessors, macros for in-memory BBT Brian Norris
2013-07-31  0:52   ` [PATCH v2 2/6] mtd: nand: remove multiplied-by-2 block logic Brian Norris
2013-07-31  0:52   ` [PATCH v2 3/6] mtd: nand: eliminate cast Brian Norris
2013-07-31  0:52   ` [PATCH v2 4/6] mtd: nand: refactor chip->block_markbad interface Brian Norris
2013-07-31  0:52   ` [PATCH v2 5/6] mtd: nand: hide in-memory BBT implementation details Brian Norris
2013-07-31  0:53   ` [PATCH v2 6/6] mtd: nand: remove NAND_BBT_SCANEMPTY Brian Norris
2013-08-06 14:08   ` [PATCH v2 0/6] mtd: nand: cleanups to BBT Artem Bityutskiy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.