[PATCH v4] mtd:nor:timeout:fix do_write_buffer() timeout error

2014-07-16 Thread Bean Huo
For some Norflashes,the size of the buffer program has been increased from 256 bytes to 512 bytes,2ms maximum timeout can not adapt to all the different vendor's norflash.There maximum timeout information in the CFI area,so the best way is to choose the result calculated according to timeout field

[PATCH v4] mtd:nor:timeout:fix do_write_buffer() timeout error

2014-07-15 Thread Bean Huo
For some Norflashes,the size of the buffer program has been increased from 256 bytes to 512 bytes,2ms maximum timeout can not adapt to all the different vendor's norflash.There maximum timeout information in the CFI area,so the best way is to choose the result calculated according to timeout field