]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit176e3743b5736b12fb8d457e250b04a1392f46b2
tree3926089abb6a24dec56fd510e7b7a00c8a887749
parentdb433fe257916337dd48d62db4c41e826c15a9ae
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