commit | 44772fa5ec4162ef133f1294299d1e1ada7d2d11 | [log] [tgz] |
---|---|---|
author | Hauke Mehrtens <hauke@hauke-m.de> | Mon Jun 20 23:32:10 2016 +0200 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Mon Jul 11 08:40:15 2016 +0200 |
tree | df7bc14186a3826d26ff6fb3e07fa8d04ae7d1fb | |
parent | f45eb7b522359260606852d79a8899e5db37d8f3 [diff] |
mtd: nand: xway: remove manual reset nand_scan() already resets the NAND flash chip, this driver does not have to call it manually. The xway_reset_chip() functions does the same as the normal NAND reset function. The waiting for the NAND_WAIT_WR_C is done in xway_cmd_ctrl(). Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>