All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/5] optimize and clean-up of OMAP NAND and ELM driver
@ 2013-07-15 14:55 ` Pekon Gupta
  0 siblings, 0 replies; 16+ messages in thread
From: Pekon Gupta @ 2013-07-15 14:55 UTC (permalink / raw)
  To: dedekind1, dwmw2
  Cc: arnd, tony, benoit.cousson, avinashphilipk, balbi, linux-mtd,
	linux-omap, Pekon Gupta

This patch series builds the base for adding support for newer H/W based ECC
schemes for NAND flash. This patch cleans-up redundant code among various
ECC schemes and improves scalability and readability.
This patch affects following data-paths: 
[PATCH 1/5] NAND chip->ecc.correct(): Detects and corrects ECC errors on read accesses.
[PATCH 2/5] NAND chip->ecc.calculate(): Calculates and fetches ECC syndrome from controller.
[PATCH 3/5] NAND chip->ecc.hwctl(): Configures H/W controller for Read/Write data acccesses.
[PATCH 4/5] ELM  add checks and updates code for scalability.
[PATCH 5/5] NAND code clean-up to improve readability.


Pekon Gupta (5):
  mtd: nand: omap: optimized chip->ecc.correct() for H/W ECC schemes
  mtd: nand: omap: optimize chip->ecc.calculate() for H/W ECC schemes
  mtd: nand: omap: optimize chip->ecc.hwctl() for H/W ECC schemes
  mtd: devices: elm: add checks ELM H/W constrains, driver code cleanup
  mtd: nand: omap: code clean-up and white-space fixes

 drivers/mtd/devices/elm.c         | 114 ++---
 drivers/mtd/nand/omap2.c          | 906 ++++++++++++++------------------------
 include/linux/platform_data/elm.h |   6 +-
 3 files changed, 411 insertions(+), 615 deletions(-)

-- 
1.8.1


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

end of thread, other threads:[~2013-07-16  7:47 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-15 14:55 [PATCH v1 0/5] optimize and clean-up of OMAP NAND and ELM driver Pekon Gupta
2013-07-15 14:55 ` Pekon Gupta
2013-07-15 14:55 ` [PATCH v1 1/5] mtd: nand: omap: optimized chip->ecc.correct() for H/W ECC schemes Pekon Gupta
2013-07-15 14:55   ` Pekon Gupta
2013-07-16  6:46   ` avinash philip
2013-07-16  6:46     ` avinash philip
2013-07-16  7:47     ` Gupta, Pekon
2013-07-16  7:47       ` Gupta, Pekon
2013-07-15 14:55 ` [PATCH v1 2/5] mtd: nand: omap: optimize chip->ecc.calculate() " Pekon Gupta
2013-07-15 14:55   ` Pekon Gupta
2013-07-15 14:55 ` [PATCH v1 3/5] mtd: nand: omap: optimize chip->ecc.hwctl() " Pekon Gupta
2013-07-15 14:55   ` Pekon Gupta
2013-07-15 14:55 ` [PATCH v1 4/5] mtd: devices: elm: add checks ELM H/W constrains, driver code cleanup Pekon Gupta
2013-07-15 14:55   ` Pekon Gupta
2013-07-15 14:55 ` [PATCH v1 5/5] mtd: nand: omap: code clean-up and white-space fixes Pekon Gupta
2013-07-15 14:55   ` Pekon Gupta

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.