driver/mtd/ifc: Read Status while programming NAND flash
authorPrabhakar Kushwaha <prabhakar@freescale.com>
Thu, 3 Oct 2013 06:06:41 +0000 (11:36 +0530)
committerBrian Norris <computersforpeace@gmail.com>
Thu, 7 Nov 2013 07:33:01 +0000 (23:33 -0800)
commit4af9874916b14db407bee18590fe1847f541c2e2
tree4325ff19567fb8843dfa1c9ba040f4c3b0264bfa
parentebff90b288c347f3af1b3d164c258aeb2bed60ec
driver/mtd/ifc: Read Status while programming NAND flash

as per controller description,
  "While programming a NAND flash, status read should never skipped.
   Because it may happen that a new command is issued to the NAND Flash,
   even when the device has not yet finished processing the previous request.
   This may result in unpredictable behaviour."

IFC controller never polls for R/B signal after command send. It just return
control to software. This behaviour may not occur with NAND flash access.
because new commands are sent after polling R/B signal. But it may happen
in scenario where GPCM-ASIC and NAND flash device are working simultaneously.

Update the controller driver to take care of this requirement

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/fsl_ifc_nand.c