]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtd: denali: support NAND_CMD_RNDOUT command
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 3 Oct 2014 11:03:04 +0000 (20:03 +0900)
committerScott Wood <scottwood@freescale.com>
Thu, 9 Oct 2014 22:33:26 +0000 (17:33 -0500)
commited3c980bee74dc1bd599dd44b41b2c32ee78c0a8
tree65c3606979618fe7e40960f3b5fd79d0286cd823
parent05968e7cfd5dcc50cfe51d03d119a5e9d77bd07c
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>
drivers/mtd/nand/denali.c