commit | 93919d384df98eba02bebd417ecb2f481b3bdcb8 | [log] [tgz] |
---|---|---|
author | Hamish Moffatt <hamish@cloud.net.au> | Fri Mar 28 15:00:00 2008 +1100 |
committer | David Woodhouse <dwmw2@infradead.org> | Tue Apr 22 21:11:54 2008 +0100 |
tree | 6195a891c1f232b30e7ae6593f6ecce910330a4d | |
parent | 1938de46cb7e108120ffbf5155678a2a5e05b377 [diff] |
[MTD] [NAND] plat_nand: set mtd->name This patch sets mtd->name to the platform bus ID in the plat_nand driver, so that you can specify partitions readily with mtdparts=. Currently it relies on nand_base filling in the name from the device, which results in names like "NAND 256MiB 3,3V 8-bit", that you can't use with cmdlineparts. Signed-off-by: Hamish Moffatt <hamish@cloud.net.au> Signed-off-by: David Woodhouse <dwmw2@infradead.org>