commit | 81357b53092e8d483116b04b38bb4789c1040747 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 29 11:35:19 2017 -0600 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Thu Aug 17 16:44:17 2017 +0900 |
tree | b3d358ccca450e4ac64d5b90770ab89e07f5f8af | |
parent | 6aa55dcba959bda4f5a923e5000549939558e871 [diff] |
dm: mmc: fsl_esdhc: Detect reset failure Since esdhc_reset() can fail it should return an error code. Update this and also adjust the timeout mechanism to use get_timer(), which is a more common approach. Signed-off-by: Simon Glass <sjg@chromium.org>