Re: [PATCH V4 2/3] mtd: add 4 Toshiba nand chips for the full-id case

2013-03-13 Thread Artem Bityutskiy
On Thu, 2013-03-07 at 18:49 +0800, Huang Shijie wrote: > + /* TOSHIBA */ > + {"TC58NVG2S0F 4G 3.3V 8-bit", > + { .id = {0x98, 0xdc, 0x90, 0x26, 0x76, 0x15, 0x01, 0x08}}, > + SZ_4K, SZ_512, SZ_256K, 0, 8, 224}, > + {"TC58NVG3S0F 8G 3.3V 8-bit", > +

[PATCH V4 2/3] mtd: add 4 Toshiba nand chips for the full-id case

2013-03-07 Thread Huang Shijie
I have 4 Toshiba nand chips which can not be parsed out by the id data. We can not get the oob size from the id data. So add them as the full-id nand chips in the first of nand_flash_ids. Signed-off-by: Huang Shijie --- drivers/mtd/nand/nand_ids.c | 15 +++ 1 files changed, 15 inse