1. NAME

nand_scan - [NAND Interface] Scan for the NAND device

2. SYNOPSIS

int nand_scan(struct mtd_info *  mtd , int  maxchips );

3. ARGUMENTS

mtd
    MTD device structure

maxchips
    number of chips to scan for

4. DESCRIPTION

This fills out all the uninitialized function pointers with the defaults. The flash ID is read and the mtd/chip structures are filled with the appropriate values. The mtd->owner field must be set to the module of the caller.

5. AUTHOR

Thomas Gleixner <>
    Author.

6. COPYRIGHT