]> git.baikalelectronics.ru Git - uboot.git/commit
sdhci: Add sdhci_deferred_probe() API
authorFaiz Abbas <faiz_abbas@ti.com>
Wed, 26 Feb 2020 08:14:31 +0000 (13:44 +0530)
committerPeng Fan <peng.fan@nxp.com>
Mon, 9 Mar 2020 00:33:16 +0000 (08:33 +0800)
commit44541c9a56cb6b712d7e2f9b0fa5d2b01a92ebe8
treed50b20f834650f2fb2a32ccb95a22b9f708e1976
parentca846b9c73c356dba4bb714498c62deca26fa5d7
sdhci: Add sdhci_deferred_probe() API

Add the sdhci_deferred_probe() function to register as the
deferred_probe() callback to the mmc core. It will in turn call the
deferred_probe() callback of the platform drivers as declared in the
sdhci_ops.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
drivers/mmc/sdhci.c
include/sdhci.h