Re: [PATCH v2 1/3] mtd: add new fields to nand_flash_dev{}

2013-02-04 Thread Huang Shijie
于 2013年02月04日 16:42, Artem Bityutskiy 写道: On Mon, 2013-01-28 at 10:06 +0800, Huang Shijie wrote: + unsigned int id_len; + unsigned long oobsize; + unsigned long ecc_len; I think it's better to submit another patch set to solve the ECC problem. Would you please strip the cited text

Re: [PATCH v2 1/3] mtd: add new fields to nand_flash_dev{}

2013-02-04 Thread Artem Bityutskiy
On Mon, 2013-01-28 at 10:06 +0800, Huang Shijie wrote: > > + unsigned int id_len; > > + unsigned long oobsize; > > + unsigned long ecc_len; > I think it's better to submit another patch set to solve the ECC > problem. Would you please strip the cited text when bottom-posting - this

Re: [PATCH v2 1/3] mtd: add new fields to nand_flash_dev{}

2013-02-04 Thread Artem Bityutskiy
On Mon, 2013-01-28 at 10:06 +0800, Huang Shijie wrote: + unsigned int id_len; + unsigned long oobsize; + unsigned long ecc_len; I think it's better to submit another patch set to solve the ECC problem. Would you please strip the cited text when bottom-posting - this would be a

Re: [PATCH v2 1/3] mtd: add new fields to nand_flash_dev{}

2013-02-04 Thread Huang Shijie
于 2013年02月04日 16:42, Artem Bityutskiy 写道: On Mon, 2013-01-28 at 10:06 +0800, Huang Shijie wrote: + unsigned int id_len; + unsigned long oobsize; + unsigned long ecc_len; I think it's better to submit another patch set to solve the ECC problem. Would you please strip the cited text

Re: [PATCH v2 1/3] mtd: add new fields to nand_flash_dev{}

2013-01-27 Thread Huang Shijie
于 2013年01月24日 14:11, Huang Shijie 写道: > As time goes on, we begin to meet the situation that we can not get enough > information from some nand chips's id data. Take some Toshiba's nand chips > for example. I have 4 Toshiba's nand chips in my hand: > TC58NVG2S0F, TC58NVG3S0F, TC58NVG5D2,

Re: [PATCH v2 1/3] mtd: add new fields to nand_flash_dev{}

2013-01-27 Thread Huang Shijie
于 2013年01月24日 14:11, Huang Shijie 写道: As time goes on, we begin to meet the situation that we can not get enough information from some nand chips's id data. Take some Toshiba's nand chips for example. I have 4 Toshiba's nand chips in my hand: TC58NVG2S0F, TC58NVG3S0F, TC58NVG5D2,

[PATCH v2 1/3] mtd: add new fields to nand_flash_dev{}

2013-01-23 Thread Huang Shijie
As time goes on, we begin to meet the situation that we can not get enough information from some nand chips's id data. Take some Toshiba's nand chips for example. I have 4 Toshiba's nand chips in my hand: TC58NVG2S0F, TC58NVG3S0F, TC58NVG5D2, TC58NVG6D2 When we read these chips'

[PATCH v2 1/3] mtd: add new fields to nand_flash_dev{}

2013-01-23 Thread Huang Shijie
As time goes on, we begin to meet the situation that we can not get enough information from some nand chips's id data. Take some Toshiba's nand chips for example. I have 4 Toshiba's nand chips in my hand: TC58NVG2S0F, TC58NVG3S0F, TC58NVG5D2, TC58NVG6D2 When we read these chips'