]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mtd: nand: xway: remove manual reset
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 20 Jun 2016 21:32:10 +0000 (23:32 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Mon, 11 Jul 2016 06:40:15 +0000 (08:40 +0200)
commit44772fa5ec4162ef133f1294299d1e1ada7d2d11
treedf7bc14186a3826d26ff6fb3e07fa8d04ae7d1fb
parentf45eb7b522359260606852d79a8899e5db37d8f3
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>
drivers/mtd/nand/xway_nand.c