mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2] nand-bb fixes
@ 2015-02-10  9:03 Sascha Hauer
  2015-02-10  9:03 ` [PATCH 1/6] mtd: nand: omap: Fix OMAP_ECC_BCH8_CODE_HW ecc mode Sascha Hauer
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sascha Hauer @ 2015-02-10  9:03 UTC (permalink / raw)
  To: Barebox List

Changes:

- in nand_bb_erase we have to use '>' instead of '>=' to test if we must
  bail out
- Add patch to fix testing for a bad block when reading from the device.
- Add patch to also print the raw position when debugging.

Sascha

----------------------------------------------------------------
Sascha Hauer (6):
      mtd: nand: omap: Fix OMAP_ECC_BCH8_CODE_HW ecc mode
      mtd: Fix allowing to erase bad blocks on partitions
      mtd: nand-bb: Fix accesses beyond device
      mtd: nand-bb: fix erasing bb devices with bad blocks
      mtd: nand-bb: Fix test for bad block when reading
      mtd: nand-bb: Also print raw position in debug messages

 drivers/mtd/core.c                |  6 ++---
 drivers/mtd/nand/nand-bb.c        | 48 ++++++++++++++++++++++++++++++++++-----
 drivers/mtd/nand/nand_omap_gpmc.c |  4 ++--
 3 files changed, 47 insertions(+), 11 deletions(-)

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2015-02-10  9:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-10  9:03 [PATCH v2] nand-bb fixes Sascha Hauer
2015-02-10  9:03 ` [PATCH 1/6] mtd: nand: omap: Fix OMAP_ECC_BCH8_CODE_HW ecc mode Sascha Hauer
2015-02-10  9:03 ` [PATCH 2/6] mtd: Fix allowing to erase bad blocks on partitions Sascha Hauer
2015-02-10  9:03 ` [PATCH 3/6] mtd: nand-bb: Fix accesses beyond device Sascha Hauer
2015-02-10  9:03 ` [PATCH 4/6] mtd: nand-bb: fix erasing bb devices with bad blocks Sascha Hauer
2015-02-10  9:03 ` [PATCH 5/6] mtd: nand-bb: Fix test for bad block when reading Sascha Hauer
2015-02-10  9:03 ` [PATCH 6/6] mtd: nand-bb: Also print raw position in debug messages Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox