mtd: spi-nor: add support for s25fl128s
authorHuang Shijie <shijie.huang@intel.com>
Tue, 12 Aug 2014 00:54:56 +0000 (08:54 +0800)
committerBrian Norris <computersforpeace@gmail.com>
Mon, 1 Dec 2014 08:15:18 +0000 (00:15 -0800)
commit6d7604e517bc00a36ebf7ffb4973fb72823be18c
tree7f8539408af41b33a19827aa4708486525b4447a
parentd928a259385dc6fca3956b7775c588f21c0b50fc
mtd: spi-nor: add support for s25fl128s

We need to store the six bytes ID for s25fl128s, since it shares the same
five bytes with s25fl129p1.

This patch adds a macro INFO6 which is used for the six bytes ID flash, and adds
a new item for the s25fl128s.

Signed-off-by: Huang Shijie <shijie.huang@intel.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/spi-nor/spi-nor.c