[patch 8/8] mtd: make onenand/generic.c more generic

Kyungmin Park kmpark at infradead.org
Thu Aug 6 20:53:06 EDT 2009


Hi,

> +/*
> + * Note: Driver name and platform data format have been updated!
> + *
> + * This version of the driver is named "onenand-flash" and takes struct
> + * onenand_platform_data as platform data. The old ARM-specific version
> + * with the name "onenand" used to take struct flash_platform_data.
> + */
> +#define DRIVER_NAME    "onenand-flash"
>

At least only apollon board use this driver name, "onenand" at kernel.
so there's no reason to change it.
Of course internally we use it "onenand" at other board. but at this
time no need to rename it.

we not fully discuss it so I hope to discuss it more. I hope to keep
the name as before.

Thank you,
Kyungmin Park



More information about the linux-mtd mailing list