Container structure for platform-specific data
struct platform_nand_data {
struct platform_nand_chip chip;
struct platform_nand_ctrl ctrl;
};
chip
chip level chip structure
ctrl
controller level device structure
Thomas Gleixner <[email protected]>
Author.