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)
commitcb884347f4f902b605932da1d45d477d10c144e3
treed50b20f834650f2fb2a32ccb95a22b9f708e1976
parent32860bdbc1f2d4133c1ef38685c6b02368136fbb
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