[nand interface] scan for the nand device
int nand_scan_tail(struct mtd_info * mtd);
mtd
MTD device structure
This is the second phase of the normal nand_scan function. It fills out all the uninitialized function pointers with the defaults and scans for a bad block table if appropriate.
Thomas Gleixner <[email protected]>
Author.