Loading drivers/mmc/core/core.c +2 −0 Original line number Diff line number Diff line Loading @@ -3721,6 +3721,7 @@ void mmc_rescan(struct work_struct *work) void mmc_start_host(struct mmc_host *host) { mmc_claim_host(host); host->f_init = max(freqs[0], host->f_min); host->rescan_disable = 0; host->ios.power_mode = MMC_POWER_UNDEFINED; Loading @@ -3729,6 +3730,7 @@ void mmc_start_host(struct mmc_host *host) else mmc_power_up(host, host->ocr_avail); mmc_gpiod_request_cd_irq(host); mmc_release_host(host); _mmc_detect_change(host, 0, false); } Loading Loading
drivers/mmc/core/core.c +2 −0 Original line number Diff line number Diff line Loading @@ -3721,6 +3721,7 @@ void mmc_rescan(struct work_struct *work) void mmc_start_host(struct mmc_host *host) { mmc_claim_host(host); host->f_init = max(freqs[0], host->f_min); host->rescan_disable = 0; host->ios.power_mode = MMC_POWER_UNDEFINED; Loading @@ -3729,6 +3730,7 @@ void mmc_start_host(struct mmc_host *host) else mmc_power_up(host, host->ocr_avail); mmc_gpiod_request_cd_irq(host); mmc_release_host(host); _mmc_detect_change(host, 0, false); } Loading