]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mtd: nand: atmel: Fix EDO mode check
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Mon, 31 Jul 2017 08:32:21 +0000 (10:32 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Wed, 2 Aug 2017 08:26:43 +0000 (10:26 +0200)
commitee02f73e04c0e690600f621a3a1d2245834af7fe
tree2ec4301c1ebba4793f8c29a505a01f09630e7b3d
parent6d29231000bbe0fb9e4893a9c68151ffdd3b5469
mtd: nand: atmel: Fix EDO mode check

EDO mode should be used when tRC is less than 30ns, but timings are
expressed in picoseconds in the nand_sdr_timings struct.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Fixes: f9ce2eddf176 ("mtd: nand: atmel: Add ->setup_data_interface() hooks")
Reported-by: Alexander Dahl <ada@thorsis.com>
Tested-by: Alexander Dahl <ada@thorsis.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/atmel/nand-controller.c