]> git.baikalelectronics.ru Git - uboot.git/commit
dm: mmc: fsl_esdhc: Set up common versions of operations
authorSimon Glass <sjg@chromium.org>
Sat, 29 Jul 2017 17:35:18 +0000 (11:35 -0600)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 17 Aug 2017 07:44:17 +0000 (16:44 +0900)
commitf46ae0e1fea37b1e1bce0a5a9b71885be8a6bbaf
tree95b3a053dbf697923f5d029345673bedce734804
parent4e1d4f3eb3110c6a0e926713b61a878a4f3393dd
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>
drivers/mmc/fsl_esdhc.c