diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2016-09-15 10:32:46 +0200 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2016-09-23 09:35:16 +0200 |
commit | eee64b700e26b9bcc6fce024681c31f5e12271fc (patch) | |
tree | 89d2030d19fb62fd0053aed8c097c683cecc26e4 /drivers/mtd | |
parent | 2f94abfe35b210e7711af9202a3dcfc9e779219a (diff) | |
download | talos-op-linux-eee64b700e26b9bcc6fce024681c31f5e12271fc.tar.gz talos-op-linux-eee64b700e26b9bcc6fce024681c31f5e12271fc.zip |
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>
Diffstat (limited to 'drivers/mtd')
0 files changed, 0 insertions, 0 deletions