1. NAME▲
nand_scan_ident - [NAND Interface] Scan for the NAND device
2. SYNOPSIS ▲
int nand_scan_ident(struct mtd_info * mtd , int maxchips , struct nand_flash_dev * table );
3. ARGUMENTS ▲
mtd 
    MTD device structure 
maxchips 
    number of chips to scan for 
table 
    alternative NAND ID table 
4. DESCRIPTION ▲
This is the first phase of the normal nand_scan function. It reads the flash ID and sets up MTD fields accordingly.
The mtd->owner field must be set to the module of the caller.
5. AUTHOR ▲
Thomas Gleixner <> 
    Author. 
6. COPYRIGHT ▲