mbox series

[RESEND,v5,0/2] mtd: cfi_cmdset_0002: Changes to retry for flash erase

Message ID 20180514092727.28924-1-smtpuser@allied-telesis.co.jp
Headers show
Series mtd: cfi_cmdset_0002: Changes to retry for flash erase | expand

Message

smtpuser May 14, 2018, 9:27 a.m. UTC
From: Tokunori Ikegami <ikegami@allied-telesis.co.jp>

The flash erase error is caued on the Macronix flash device below.
  MX29GL512FHT2I-11G
Also it has been just confirmed to be able to reproduce.
And the retry function can resolved the flash erase error correctly.

The v5 patch series ware not sent by using git send-email.
Also the cover letter of previous resend patch series did not include the mailing list address.
So let me resend again the v5 patch series.

This patch has be sent by git-send-email.
But for our company mail system the sender mail address is needed to be set as smtpuser <smtpuser at allied-telesis.co.jp>.
So do not reply to the email address smtpuser <smtpuser at allied-telesis.co.jp>.
But please reply to my email address Tokunori Ikegami <ikegami at allied-telesis.co.jp> if any comment or problem.
Sorry for inconvenient about this.
I am asking to our IS department to resolve this issue.

Cc: linux-mtd@lists.infradead.org

Tokunori Ikegami (2):
  mtd: cfi_cmdset_0002: Change definition naming to retry write 
    operation
  mtd: cfi_cmdset_0002: Change erase functions to retry for error

 drivers/mtd/chips/cfi_cmdset_0002.c | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)