1 file changed, 1 insertion(+) diff --git a/drivers/mmc/core/host.c b/drivers/mmc/core/host.c index 5466f25f0281..b246803f2f1d 100644 --- a/drivers/mmc/core/host.c +++ b/drivers/mmc/core/host.c @@ -677,6 +677,7 @@ EXPORT_SYMBOL(mmc_remove_host); */ void mmc_free_hos...
Expand Up@@ -649,6 +649,7 @@ static struct platform_driver litex_mmc_driver = { .driver={ .name="litex-mmc", .of_match_table=litex_match, .probe_type=PROBE_PREFER_ASYNCHRONOUS, }, }; module_platform_driver(litex_mmc_driver); ...
MMC1 card probe error Power Pan Expert1985points Hi, don't know why while enabling MMC1 card, it always probe SDIO driver, how I could solve the problem? I made modification to mux.h, da850.c board-da850-evm.c related codes, below is the error print by kernel while starting up....
Hew SueLen
> MMC probe cleanup is racy: consider the following sequence: > > - mmc_alloc_host() > - mmc_gpio_request_cd() > - some failure > - mmc_free_host() > > mmc_gpio_request_cd() registers a handler for the card detect GPIO
Internal MMC Team to Probe False DataMitsubishi Motors Corp. (MMC) plans to set up an internal investigation team to gain a clearer...Takashi ItodaKisaki Ozawa
Probe-fed cylindrical dielectric resonator antennas (CDRAs), with dielectric constant r=37 and supported by an infinite ground plane, are simulated using the finite element method. From this, closed form expressions are obtained for the resonant frequency, directivity, and unloaded Q-factor, ...
diff --git a/drivers/mmc/host/tmio_mmc.c b/drivers/mmc/host/tmio_mmc.c index f746df493892..3d368b830e7c 100644 --- a/drivers/mmc/host/tmio_mmc.c +++ b/drivers/mmc/host/tmio_mmc.c @@ -85,8 +85,10 @@ static int tmio_mmc_probe(struct platform_device *pdev) } res = platf...
vmmc_aux and pbias returns -EPROBE_DEFER. This gives omap_hsmmc driver another chance to get these regulators. Signed-off-by: Kishon Vijay Abraham I <kis...@ti.com> --- drivers/mmc/host/omap_hsmmc.c | 20 ++++++++++-- 1 file changed...
+ if (mmc_regulator_get_supply(mmc) == -EPROBE_DEFER) { + pr_notice("%s: regulator supply unavailable, deferring probe.\n", + mmc_hostname(mmc)); return -EPROBE_DEFER; + } /* If vqmmc regulator and no 1.8V signalling, then there's no UHS */ ...