]> rtime.felk.cvut.cz Git - vajnamar/linux-xlnx.git/commit
mtd: nand: fix for mtd nand_oob test
authorNaga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com>
Tue, 31 Oct 2017 07:17:19 +0000 (12:47 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 3 Nov 2017 07:21:25 +0000 (08:21 +0100)
commitdaca7978772e304be9d6f4fab05bef5698ad52e7
tree4f3ea643847f9e6b88fc252373ffd1cb630716a9
parent97ea5efa49e43cc17c5477baea3a1eca49474e6c
mtd: nand: fix for mtd nand_oob test

mtd nand oob test gives reset to nand device at the start.
This will be problem for the nand devices which are configured for
nvddr modes. i.e controller and device both are not is same mode,
resulting failure in mtd-oob test. this patch fixes this with out
issuing reset.

Signed-off-by: Naga Sureshkumar Relli <nagasure@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/mtd/nand/nand_base.c