Michael (XIAO Xufeng) 534b8a7940 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 04:13:39 +00:00
..
2020-10-08 11:13:17 +05:30
2019-08-13 17:14:16 +10:00
2020-01-09 13:09:21 +08:00
2019-06-11 13:06:32 +08:00
2019-08-13 17:14:16 +10:00
2019-06-11 13:06:32 +08:00
2019-09-13 00:03:52 +08:00
2020-01-09 13:09:21 +08:00
2019-06-11 13:06:32 +08:00
2020-10-08 11:13:17 +05:30
2019-08-13 17:14:16 +10:00
2019-08-13 17:14:16 +10:00
2020-11-05 04:13:39 +00:00