commit | ece03cfd5260e0349442dea1d1065f44fbed1ea8 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Fri Mar 04 17:21:35 2016 +0100 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Tue Apr 19 22:05:40 2016 +0200 |
tree | a91eb933f8a30326c1ae3b16036ff92908acd549 | |
parent | e9aa671f69acb87db4835e4f0b41f5fa16d16562 [diff] |
mtd: nand: sunxi: let the NAND controller control the CE line We don't need to manually toggle the CE line since the controller handles it for us. Moreover, keeping the CE line low when interacting with a DDR NAND can be problematic (data loss in some corner cases). Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>