Hello Tokunori-san,Thanks for your testing. I have just sent the patch to review.
On 13.02.22 17:47, Tokunori Ikegami wrote:
Hi Ahmad-san,No worries. I appreciate you taking the time.
Thanks for your confirmations. Sorry for late to reply.
Could you please try the patch attached to disable the chip_good() change as before?yes, this resolves my issue:
I think this should work for S29GL964N since the chip_ready() is used and works as mentioned.
Tested-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx>
I just mentioned about the actual issue behaviors as not worked chip_good() on S29GL964N and not worked chip_ready() on MX29GL512FHT2I-11G before etc.
What exactly in the datasheet makes you believe chip_good is not appropriate?Sorry I am not sure about this.What seems to work for me is checking if chip_good or chip_readyDoesn't seem to be a buffered write issue here though as the writesAt first I thought the issue is possible to be resolved by using the word write instead of the buffered writes.
did work fine before dfeae1073583. Any other ideas?
Now I am thinking to disable the changes dfeae1073583 partially with any condition if possible.
and map_word is equal to 0xFF. I can't justify why this is ok though.
(Worst case bus is floating at this point of time and Hi-Z is read
as 0xff on CPU data lines...)
I thought the chip_ready() itself is correct as implemented as the data sheet in the past.
But it did not work correctly so changed to use chip_good() instead as it is also correct.
Cheers,
Ahmad