commit | 7fbf4b203b442ad7de92406f743288413fab2228 | [log] [tgz] |
---|---|---|
author | Thomas Schaefer <thomas.schaefer@kontron.com> | Mon Jul 01 17:37:34 2019 +0200 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Thu Jul 18 17:11:16 2019 +0530 |
tree | b0217e1dea03e24506c19bbfedd9d78dcd6c1aff | |
parent | 3858d52222147ceb3f963a1869ccb3b627a67ea3 [diff] |
drivers/spi: fsl_qspi: fix read timeout During QSPI reads, current is_controller_busy function sporadically fails with -ETIMEDOUT due to fixed number of 5 test loops. Using timer functions to wait 1000 us instead will fix this. Signed-off-by: Thomas Schaefer <thomas.schaefer@kontron.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>