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

2013-03-15 Thread Brian Norris
On 03/14/2013 07:29 PM, Huang Shijie wrote: sorry for my poor english. No need to apologize. Thanks for braving through the 6 iterations of this! We were going to need this eventually anyway. Now that the dust is settling, your v6 is looking pretty good. I'll have a closer look later and

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

2013-03-15 Thread Brian Norris
On 03/14/2013 07:29 PM, Huang Shijie wrote: sorry for my poor english. No need to apologize. Thanks for braving through the 6 iterations of this! We were going to need this eventually anyway. Now that the dust is settling, your v6 is looking pretty good. I'll have a closer look later and

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

2013-03-14 Thread Huang Shijie
于 2013年03月14日 01:10, Brian Norris 写道: On Wed, Mar 13, 2013 at 7:59 PM, Huang Shijie wrote: 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. The

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

2013-03-14 Thread Huang Shijie
于 2013年03月14日 01:10, Brian Norris 写道: On Wed, Mar 13, 2013 at 7:59 PM, Huang Shijieb32...@freescale.com wrote: 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

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

2013-03-13 Thread Brian Norris
On Wed, Mar 13, 2013 at 7:59 PM, Huang Shijie wrote: > 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. > > The nand_get_flash_type() scans the full id

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

2013-03-13 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. The nand_get_flash_type() scans the full id nands firstly. If a full-id nand matchs, it will not continue to

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

2013-03-13 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. The nand_get_flash_type() scans the full id nands firstly. If a full-id nand matchs, it will not continue to

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

2013-03-13 Thread Brian Norris
On Wed, Mar 13, 2013 at 7:59 PM, Huang Shijie b32...@freescale.com wrote: 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. The nand_get_flash_type() scans