All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] omap_gpmc nand ecc switch bug fixes
@ 2013-12-16 17:19 Nikita Kiryanov
  2013-12-16 17:19 ` [U-Boot] [PATCH 1/2] mtd: nand: omap: fix sw->hw->sw ecc switch Nikita Kiryanov
  2013-12-16 17:19 ` [U-Boot] [PATCH 2/2] mtd: nand: omap: fix ecc ops assignment when changing ecc Nikita Kiryanov
  0 siblings, 2 replies; 8+ messages in thread
From: Nikita Kiryanov @ 2013-12-16 17:19 UTC (permalink / raw)
  To: u-boot

This patchset fixes two omap_gpmc.c bugs which are related to ecc switching.
The first bug fixes a situation in which sw->hw->sw ecc switch corrupts ecc
layout data, resulting in incorrect sw ecc layout.
The second bug fixes an issue where switching from sw to hw ecc results in hw
ecc data being read/written using sw ecc functions.

Cc: Scott Wood <scottwood@freescale.com>
Cc: Pekon Gupta <pekon@ti.com>

Nikita Kiryanov (2):
  mtd: nand: omap: fix sw->hw->sw ecc switch
  mtd: nand: omap: fix ecc ops assignment when changing ecc

 drivers/mtd/nand/omap_gpmc.c | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

-- 
1.8.1.2

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

end of thread, other threads:[~2013-12-17 23:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-16 17:19 [U-Boot] [PATCH 0/2] omap_gpmc nand ecc switch bug fixes Nikita Kiryanov
2013-12-16 17:19 ` [U-Boot] [PATCH 1/2] mtd: nand: omap: fix sw->hw->sw ecc switch Nikita Kiryanov
2013-12-17 23:47   ` [U-Boot] [U-Boot, " Scott Wood
2013-12-16 17:19 ` [U-Boot] [PATCH 2/2] mtd: nand: omap: fix ecc ops assignment when changing ecc Nikita Kiryanov
2013-12-16 23:03   ` Scott Wood
2013-12-17 13:16     ` Nikita Kiryanov
2013-12-17 13:18   ` [U-Boot] [PATCH V2 " Nikita Kiryanov
2013-12-17 23:49     ` [U-Boot] [U-Boot, V2, " Scott Wood

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.