[PATCH 0/5] mtd: nand: support the JEDEC compliant nand.

Huang Shijie b32955 at freescale.com
Fri Dec 27 00:14:41 EST 2013


Some vendors support the JEDEC standard only, such as Toshiba.
We can get all the information for the JEDEC parameter page, just like
we did with the ONFI parameter page.

This patch set adds the support for the JEDEC compliant nand chips.

You can download the JEDEC standard about the NAND in the:
    www.jedec.org

My code references to the JESD230A, August 2013, revision 1.

Tested with Toshiba TH58TEG7DDKTA20(16K + 1280).
(Unfortuately, this ECC info of its JEDEC parameter page is zero,
 i hope toshiba can fix it in future.)

This patch set depends on another patch set :
  http://lists.infradead.org/pipermail/linux-mtd/2013-December/051174.html

Huang Shijie (5):
  mtd: nand: add the data structures for JEDEC parameter page
  mtd: nand: add fields for JEDEC in nand_chip
  mtd: nand: add a helper to get the supported features for JEDEC
  mtd: nand: parse out the JEDEC compliant nand
  mtd: nand: print out the right information for JEDEC compliant nand

 drivers/mtd/nand/nand_base.c |   96 +++++++++++++++++++++++++++++++++++++++++-
 include/linux/mtd/nand.h     |   90 ++++++++++++++++++++++++++++++++++++++-
 2 files changed, 183 insertions(+), 3 deletions(-)

-- 
1.7.2.rc3





More information about the linux-mtd mailing list