commit | a463bbeb31698acb067d9d2a6667fda9cce6daee | [log] [tgz] |
---|---|---|
author | Stefan Bosch <stefan_b@posteo.net> | Sat Jan 23 13:37:41 2021 +0100 |
committer | Peng Fan <peng.fan@nxp.com> | Fri Feb 19 15:04:15 2021 +0800 |
tree | 0873aa2c1e0e584812d6d0301a5fa8dbf9742eb2 | |
parent | 1f838f6ebd0ae2cb645213ea19e490989ff0a700 [diff] |
mmc: fix response timeout after switch command After issuing the switch command: Wait until 'current state' of the card status becomes 'tran'. This prevents from response timeout at the next command because of 'current state' = 'data'. Signed-off-by: Stefan Bosch <stefan_b@posteo.net> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>