commit | c98a9358ad40c9bcbe3a0b301a4d3ef6e1b98b46 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <florian@openwrt.org> | Fri Feb 25 00:01:34 2011 +0000 |
committer | Scott Wood <scottwood@freescale.com> | Fri Apr 01 14:49:08 2011 -0500 |
tree | 1b7dc349248e26f3e641871312b379b1577fbe97 | |
parent | 8ad16cf0c2d690e851390d0e3bc90b4dfcddc0e4 [diff] |
NAND: add support for reading ONFI page table This patch adds support for reading an ONFI page parameter from a NAND device supporting it. If this is the case, struct nand_chip onfi_version member contains the supported ONFI version, 0 otherwise. This allows NAND drivers past nand_scan_ident to set the best timings for the NAND chip. Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Scott Wood <scottwood@freescale.com>