commit | 40525e23ac51585e6ac4c3a2a698d5638b654def | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Oct 03 20:03:03 2014 +0900 |
committer | Scott Wood <scottwood@freescale.com> | Thu Oct 09 17:33:24 2014 -0500 |
tree | 3e3b85095f496c7e2edb972316dfd377b29d88cd | |
parent | 428ea9e640656d242a6e1ded01002a6b152a9d2e [diff] |
mtd: denali: fix NAND_CMD_PARAM command NAND_CMD_PARAM (0xEC) command is not working on the Denali NAND controller driver. Unlike NAND_CMD_READID (0x90), when the NAND_CMD_PARAM command is followed by an address cycle, the target device goes busy. (R/B# is deasserted) Wait until the parameter data are ready. In addition, unnecessary clear_interrupts() should be removed. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Chin Liang See <clsee@altera.com>