All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] at91: atmel_nand: add PMECC(Programmable Multibit ECC controller) support
@ 2012-08-09 10:21 Josh Wu
  2012-08-09 10:21 ` [U-Boot] [PATCH 1/3] at91: atmel_nand: extract HWECC initialization code into one function: atmel_hw_nand_init_param() Josh Wu
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Josh Wu @ 2012-08-09 10:21 UTC (permalink / raw)
  To: u-boot

This patch series will add PMECC support for atmel nand driver in u-boot.

The driver patch is ported from kernel patch. The main different from kernel patch is 
the modification about registers access part. in this version it via a register structure to access.

It is tested in atmel 9x5 series board.

Josh Wu (3):
  at91: atmel_nand: extract HWECC initialization code into one function:
    atmel_hw_nand_init_param().
  at91: atmel_nand: remove unused variables.
  at91: atmel_nand: Update driver to support Programmable Multibit
    ECC controller

 drivers/mtd/nand/atmel_nand.c     |  759 ++++++++++++++++++++++++++++++++++---
 drivers/mtd/nand/atmel_nand_ecc.h |  107 ++++++
 2 files changed, 813 insertions(+), 53 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2012-08-15  8:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-09 10:21 [U-Boot] [PATCH 0/3] at91: atmel_nand: add PMECC(Programmable Multibit ECC controller) support Josh Wu
2012-08-09 10:21 ` [U-Boot] [PATCH 1/3] at91: atmel_nand: extract HWECC initialization code into one function: atmel_hw_nand_init_param() Josh Wu
2012-08-09 10:21 ` [U-Boot] [PATCH 2/3] at91: atmel_nand: remove unused variables Josh Wu
2012-08-09 10:21 ` [U-Boot] [PATCH 3/3] at91: atmel_nand: Update driver to support Programmable Multibit ECC controller Josh Wu
2012-08-15  6:50 ` [U-Boot] [PATCH 0/3] at91: atmel_nand: add PMECC(Programmable Multibit ECC controller) support Josh Wu
2012-08-15  7:50   ` Andreas Bießmann
2012-08-15  8:19     ` Josh Wu
2012-08-15  8:47       ` Andreas Bießmann

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.