Re: [PATCH 1/1] mtd: cfi_cmdset_0002:add fixup for Micron M29EW after erase operation

2014-09-01 Thread Christian Riesch
On Mon, Sep 1, 2014 at 4:20 AM, bpqw wrote: > For Micron M29EW,20ms delay is needed after erase operation. > > Signed-off-by: BeanHuo > --- > drivers/mtd/chips/cfi_cmdset_0002.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/drivers/mtd/chips/cfi_cmdset_0002.c > b/drive

Re: [PATCH 1/1] mtd: cfi_cmdset_0002:add fixup for Micron M29EW after erase operation

2014-09-01 Thread Christian Riesch
On Mon, Sep 1, 2014 at 4:20 AM, bpqw wrote: > For Micron M29EW,20ms delay is needed after erase operation. > > Signed-off-by: BeanHuo > --- > drivers/mtd/chips/cfi_cmdset_0002.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/drivers/mtd/chips/cfi_cmdset_0002.c > b/drive

Re: [PATCH 1/1] mtd: cfi_cmdset_0002:add fixup for Micron M29EW after erase operation

2014-09-01 Thread Christian Riesch
Hi, On Mon, Sep 1, 2014 at 4:20 AM, bpqw wrote: > For Micron M29EW,20ms delay is needed after erase operation. Is there a datasheet/application note/technical note from Micron describing this issue? Like the TN-13-07 for the other M29EW fixes? Are all M29EW types affected? Thanks, Christian >

Re: [PATCH 1/1] mtd: cfi_cmdset_0002:add fixup for Micron M29EW after erase operation

2014-08-31 Thread Jingoo Han
On Monday, September 01, 2014 11:21 AM, Bean Huo wrote: > > For Micron M29EW,20ms delay is needed after erase operation. You already added the reason to cfi_fixup_m29ew_delay_after_erase(). However, please add the comment to this commit message. > > Signed-off-by: BeanHuo BeanHuo/Bean Huo Ot

[PATCH 1/1] mtd: cfi_cmdset_0002:add fixup for Micron M29EW after erase operation

2014-08-31 Thread bpqw
For Micron M29EW,20ms delay is needed after erase operation. Signed-off-by: BeanHuo --- drivers/mtd/chips/cfi_cmdset_0002.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/mtd/chips/cfi_cmdset_0002.c b/drivers/mtd/chips/cfi_cmdset_0002.c index 5a4bfe3..9b0de91 100644