nand_init_data_interface (9) - Linux Manuals

nand_init_data_interface: find the best data interface and timings

NAME

nand_init_data_interface - find the best data interface and timings

SYNOPSIS

int nand_init_data_interface(struct nand_chip chip);

ARGUMENTS

chip

The NAND chip

DESCRIPTION

Find the best data interface and NAND timings supported by the chip and the driver. First tries to retrieve supported timing modes from ONFI information, and if the NAND chip does not support ONFI, relies on the ->onfi_timing_mode_default specified in the nand_ids table. After this function nand_chip->data_interface is initialized with the best timing mode available.

Returns 0 for success or negative error code otherwise.

AUTHOR

Thomas Gleixner <tglx [at] linutronix.de>

Author.

COPYRIGHT