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

Brian Norris computersforpeace at gmail.com
Sat Feb 22 21:31:12 EST 2014


On Fri, Feb 21, 2014 at 01:39:36PM +0800, Huang Shijie wrote:
> 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.)
> 
> v2 --> v3:
> 	[1] add more comment for the new fields.
> 	[2] follow Brian's suggestions to change the parsing code.
> 
> v1 --> v2:
> 	[1] use the read_byte to replace the read_buf.

Pushed the series to l2-mtd.git. Thanks!

Brian



More information about the linux-mtd mailing list