commit | 907f45fb9951b0440d832098baeae9162604eb98 | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Thu Sep 15 10:32:51 2016 +0200 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Fri Sep 23 09:35:16 2016 +0200 |
tree | 3926089abb6a24dec56fd510e7b7a00c8a887749 | |
parent | d8e725dd831186a3595036b2b1df9f68cbc6efa3 [diff] |
mtd: nand: sunxi: switch from manual to automated timing config The NAND framework is now able to select the best NAND timings for us. All we have to do is implement a ->setup_data_interface() function to apply those timings and remove the timing selection code from the sunxi driver. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>