Home
last modified time | relevance | path

Searched hist:"09 b465fd0fff6e540bbc1c34fdebb07f5d8091ef" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mmc/
H A Dfsl_esdhc.c09b465fd0fff6e540bbc1c34fdebb07f5d8091ef Sat Jul 29 17:35:17 UTC 2017 Simon Glass <sjg@chromium.org> dm: mmc: fsl_esdhc: Pass private data to internal functions

With driver model we will not use mmc->priv to access driver-private data.
To accomodate this, update internal functions so that we can pass the
private data directly. This will allow the caller to obtain it as it
prefers.

Signed-off-by: Simon Glass <sjg@chromium.org>