commit | d222921dcc072600a5fcb70359582be6fa9e54ae | [log] [tgz] |
---|---|---|
author | Faiz Abbas <faiz_abbas@ti.com> | Wed Feb 26 13:44:31 2020 +0530 |
committer | Peng Fan <peng.fan@nxp.com> | Mon Mar 09 08:33:16 2020 +0800 |
tree | d50b20f834650f2fb2a32ccb95a22b9f708e1976 | |
parent | f6fd4ece373560c861a91f00613e2d63753b000c [diff] |
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>