commit | 6aa55dcba959bda4f5a923e5000549939558e871 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 29 11:35:18 2017 -0600 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Thu Aug 17 16:44:17 2017 +0900 |
tree | 95b3a053dbf697923f5d029345673bedce734804 | |
parent | 1d177d4754a45499d6ca96ba794d53ea9ccaf484 [diff] |
dm: mmc: fsl_esdhc: Set up common versions of operations Driver model wants to use the core functions in this file but accesses the driver-private data in a different way. Move the code into new 'common' functions and set up stubs to call these. Also sort the operations into alphabetical order for consistency. Signed-off-by: Simon Glass <sjg@chromium.org>