All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5]  mtd: nand: support the JEDEC compliant nand.
@ 2014-02-08  6:03 Huang Shijie
  2014-02-08  6:03 ` [PATCH v2 1/5] mtd: nand: add the data structures for JEDEC parameter page Huang Shijie
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Huang Shijie @ 2014-02-08  6:03 UTC (permalink / raw)
  To: dwmw2; +Cc: Huang Shijie, computersforpeace, linux-mtd

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,
 TOSHIBA FAE confirmed that they will fix it in future.)

v1 --> v2:
	[1] use the read_byte to replace the read_buf.

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 |   99 +++++++++++++++++++++++++++++++++++++++++-
 include/linux/mtd/nand.h     |   90 +++++++++++++++++++++++++++++++++++++-
 2 files changed, 186 insertions(+), 3 deletions(-)

-- 
1.7.2.rc3

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

end of thread, other threads:[~2014-02-20  8:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-08  6:03 [PATCH v2 0/5] mtd: nand: support the JEDEC compliant nand Huang Shijie
2014-02-08  6:03 ` [PATCH v2 1/5] mtd: nand: add the data structures for JEDEC parameter page Huang Shijie
2014-02-08  6:03 ` [PATCH v2 2/5] mtd: nand: add fields for JEDEC in nand_chip Huang Shijie
2014-02-11 20:36   ` Brian Norris
2014-02-08  6:03 ` [PATCH v2 3/5] mtd: nand: add a helper to get the supported features for JEDEC Huang Shijie
2014-02-08  6:04 ` [PATCH v2 4/5] mtd: nand: parse out the JEDEC compliant nand Huang Shijie
2014-02-11 20:32   ` Brian Norris
2014-02-14  7:08     ` Huang Shijie
2014-02-20  8:00       ` Brian Norris
2014-02-08  6:04 ` [PATCH v2 5/5] mtd: nand: print out the right information for " Huang Shijie
2014-02-11 20:43 ` [PATCH v2 0/5] mtd: nand: support the " Brian Norris
2014-02-14  6:47   ` Huang Shijie

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.