1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-06 06:19:17 +01:00
Files
u-boot-megous/include/linux
Sascha Hauer 01042499b8 mtd: nand: Introduce nand_data_interface
Currently we have no data structure to fully describe a NAND timing.
We only have struct nand_sdr_timings for NAND timings in SDR mode,
but nothing for DDR mode and also no container to store both types
of timing.
This patch adds struct nand_data_interface which stores the timing
type and a union of different timings. This can be used to pass to
drivers in order to configure the timing.
Add kerneldoc for struct nand_sdr_timings while touching it anyway.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
[Linux commit: eee64b700e26b9bcc6fce024681c31f5e12271fc]
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2017-11-29 00:28:57 +09:00
..
2016-01-19 08:31:21 -05:00
2011-01-18 23:38:08 +01:00
2016-04-11 20:48:26 -04:00
2011-10-17 22:25:34 +02:00
2016-01-19 08:31:21 -05:00
2017-07-06 16:17:19 -04:00
2016-01-19 08:31:21 -05:00
2010-05-06 00:17:01 +02:00
2010-05-06 00:17:01 +02:00
2016-02-06 12:00:59 +01:00
2017-04-13 09:41:10 -04:00
2011-09-11 21:24:09 +02:00
2017-08-14 12:47:32 -05:00
2008-08-31 04:24:51 +02:00
2001-04-28 17:59:11 +00:00
2017-07-06 16:17:19 -04:00
2017-06-01 07:03:12 -06:00
2012-10-15 11:53:47 -07:00
2017-10-16 09:42:51 -04:00