mtd: nand: convert ONFI mode into data interface
authorSascha Hauer <s.hauer@pengutronix.de>
Thu, 15 Sep 2016 08:32:47 +0000 (10:32 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Fri, 23 Sep 2016 07:35:16 +0000 (09:35 +0200)
commitb1dd3ca203fccd111926c3f6ac59bf903ec62b05
tree03116680174d6a865676379f0f3836eb26385e9c
parenteee64b700e26b9bcc6fce024681c31f5e12271fc
mtd: nand: convert ONFI mode into data interface

struct nand_data_interface is the designated type to pass to
the NAND drivers to configure the timing. To simplify further
patches convert the onfi_sdr_timings array from type struct
nand_sdr_timings nand_data_interface.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/nand_timings.c