mtd: spi-nor: add support for flag status register on Micron chips
authorgrmoore@altera.com <grmoore@altera.com>
Tue, 29 Apr 2014 15:29:51 +0000 (10:29 -0500)
committerBrian Norris <computersforpeace@gmail.com>
Sat, 12 Jul 2014 02:10:35 +0000 (19:10 -0700)
commitc14deddec1fbd8c9757c53a49dbfd2dc83265f21
tree32b8abbae0d7c3ebfdc205b7bb3a8ee45da37e87
parentfdf43a420f5c2b737b0e65c4c3330867903b098a
mtd: spi-nor: add support for flag status register on Micron chips

Some new Micron flash chips require reading the flag status register to
determine when operations have completed.

Furthermore, chips with multi-die stacks of the 65nm 256Mb QSPI also
require reading the status register before reading the flag status
register.

This patch adds support for the flag status register in the n25q512ax3
and n25q00 Micron QSPI flash chips.

Signed-off-by: Graham Moore <grmoore@altera.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/spi-nor/spi-nor.c
include/linux/mtd/spi-nor.h
This page took 0.026394 seconds and 5 git commands to generate.