commit | cb884347f4f902b605932da1d45d477d10c144e3 | [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 | 32860bdbc1f2d4133c1ef38685c6b02368136fbb [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>