commit | ed3c980bee74dc1bd599dd44b41b2c32ee78c0a8 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Oct 03 20:03:04 2014 +0900 |
committer | Scott Wood <scottwood@freescale.com> | Thu Oct 09 17:33:26 2014 -0500 |
tree | 65c3606979618fe7e40960f3b5fd79d0286cd823 | |
parent | 05968e7cfd5dcc50cfe51d03d119a5e9d77bd07c [diff] |
mtd: denali: support NAND_CMD_RNDOUT command The function nand_flash_detect_ext_param_page() requires NAND_CMD_RNDOUT command supported. It is necessary to detect some types of ONFi-compliant devices. Without it, the error message "unsupported command received 0x5" is shown. Let's support this command on the Denali NAND controller driver. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Chin Liang See <clsee@altera.com>