commit | 0272c718ba69c60a9d719db6806971d98db98090 | [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 | e935a374dbe5c745fdde05b2b07ced0bbe70887f [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>