commit | f9ce2eddf1769a2cf93e87332c55063537e69119 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Thu Mar 16 09:35:59 2017 +0100 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Thu Jun 01 10:09:29 2017 +0200 |
tree | 08817554ed27b9ae4195a8ce0da594938f6b3353 | |
parent | 104e442a67cfba4d0cc982384761befb917fb6a1 [diff] |
mtd: nand: atmel: Add ->setup_data_interface() hooks The NAND controller IP can adapt the NAND controller timings dynamically. Implement the ->setup_data_interface() hook to support this feature. Note that it's not supported on at91rm9200 because this SoC has a completely different SMC block, which is not supported yet. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>