commit | 446e077a21024edb3d8636a979a99abbcaec9846 | [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 | 9586aa6ea3958dc0dd608e41c27d79d66309ba12 [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>