commit | 2165c4a1f71a04c7ea6493f18740a3afd4e47e4f | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Tue May 16 18:35:45 2017 +0200 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Thu Jun 01 10:09:34 2017 +0200 |
tree | dd9337ccce3c06f3ee43676f196bd3f1104bddeb | |
parent | 41145649f4acb30249b636b945053db50c9331c5 [diff] |
mtd: nand: Support 'EXIT GET STATUS' command in nand_command[_lp]() READ0 is sometimes used to exit GET STATUS mode. When this is the case no address cycles are requested, and we can use this information to detect that READSTART should not be issued after READ0 or that we shouldn't wait for the chip to be ready. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>