[PATCH v3 0/3] mtd: nand: support more Hynix nands

Huang Shijie b32955 at freescale.com
Fri Jan 3 03:08:35 EST 2014


This patch set adds the support for more Hynix nands.

(1) H27UBG8T2CTR uses a different rule for its ID data, we have to add a new
    parsing code for it. The new rule is triggerd when the Device ID is 0xd7 and
    the process technology is <= 20nm.

(2) Add the H27UCG8T2B support.    
    The H27UCG8T2B is (16K + 1280), it use the legacy parsing rule. But needs
    a small change.


v2 -- > v3:
	[1] use the new parsing rule if the Device ID is 0xd7 and the process
	    technology is <=20 nm.
	[2] add the H27UCG8T2B support.    

Huang Shijie (3):
  mtd: nand: add a helper to parse the Hynix nand
  mtd: nand: add new parsing rule for Hynix's H27UBG8T2CTR
  mtd: nand: add support for H27UCG8T2B(16K + 1280)

 drivers/mtd/nand/nand_base.c |  140 ++++++++++++++++++++++++++++++------------
 1 files changed, 101 insertions(+), 39 deletions(-)

-- 
1.7.2.rc3





More information about the linux-mtd mailing list