]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0af3b25b154f9e3b10a8cc89f8d9849df4ef15d4
tree03116680174d6a865676379f0f3836eb26385e9c
parent46454a7d6856fd9ded2ba7f05711bb50be45496f
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