Michael (XIAO Xufeng) 49ace4968f spiram: fix the read id failure
The issue is caused by:
1. The disable_qio_mode inside read_id may have side effects.
2. read_id twice may have side effects.

Fix this issue by moving disable_qio_mode out of read_id and only do it
once before read_id. And retry read_id only when the first one is
failed.

Issue introduced in 3ecbb59c15e0fd8209bd8921725d52cff3f0fb12.
2020-11-05 06:11:29 +00:00
..
2020-09-22 11:57:00 +08:00
2020-11-03 15:23:28 +08:00
2018-08-20 16:49:20 +08:00
2020-07-10 17:57:34 +08:00
2019-03-05 12:11:45 +08:00
2016-08-17 23:08:22 +08:00
2019-12-17 12:55:47 +00:00
2019-04-02 12:54:08 +11:00
2020-11-05 06:11:29 +00:00