1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-04-11 19:50:01 +02:00
Files
u-boot-megous/drivers/mtd
Masahiro Yamada fe3fddfad7 mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)
Set Features (0xEF) command toggles the R/B# pin after 4 sub feature
parameters are written.

Currently, nand_command(_lp) calls chip->dev_ready immediately after
the address cycle because NAND_CMD_SET_FEATURES falls into default:
label.  No wait is needed at this point.

If you see nand_onfi_set_features(), R/B# is already cared by the
chip->waitfunc call.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>

[ Linux commit: c5d664aa5a4c4b257a54eb35045031630d105f49 ]
2017-10-15 22:32:10 +09:00
..
2017-08-16 08:22:18 -04:00
2014-11-19 08:48:41 +01:00
2015-11-12 08:26:58 +08:00
2008-09-09 11:48:53 +02:00