mtd: nand: sunxi: switch from manual to automated timing config
authorSascha Hauer <s.hauer@pengutronix.de>
Thu, 15 Sep 2016 08:32:51 +0000 (10:32 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Fri, 23 Sep 2016 07:35:16 +0000 (09:35 +0200)
commit907f45fb9951b0440d832098baeae9162604eb98
tree3926089abb6a24dec56fd510e7b7a00c8a887749
parentd8e725dd831186a3595036b2b1df9f68cbc6efa3
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>
drivers/mtd/nand/sunxi_nand.c