diff options
author | Prabhakar Kushwaha | 2013-10-03 11:35:35 +0530 |
---|---|---|
committer | Scott Wood | 2013-11-13 18:43:39 -0600 |
commit | ed5ac34a33821809ddee6307aa6dc80aeb0245a7 (patch) | |
tree | 69b16e93c98362c57f63749db98acd5d5ea4f616 /include/mtd | |
parent | 7604a3f920031aa6f3426eedf44494b69ae291e1 (diff) |
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>
Diffstat (limited to 'include/mtd')
0 files changed, 0 insertions, 0 deletions