Loading drivers/mmc/core/core.c +1 −4 Original line number Diff line number Diff line Loading @@ -2084,9 +2084,6 @@ void mmc_power_up(struct mmc_host *host) * This delay should be sufficient to allow the power supply * to reach the minimum voltage. */ if (host->caps2 & MMC_CAP2_VDD_MORE_POWER_UP_TIME) mmc_delay(150); else mmc_delay(10); host->ios.clock = host->f_init; Loading include/linux/mmc/host.h +0 −2 Original line number Diff line number Diff line Loading @@ -330,8 +330,6 @@ struct mmc_host { #define MMC_CAP2_HS400 (MMC_CAP2_HS400_1_8V | \ MMC_CAP2_HS400_1_2V) #define MMC_CAP2_NONHOTPLUG (1 << 25) /*Don't support hotplug*/ /*Vdd need more power up time*/ #define MMC_CAP2_VDD_MORE_POWER_UP_TIME (1 << 26) mmc_pm_flag_t pm_caps; /* supported pm features */ int clk_requests; /* internal reference counter */ Loading Loading
drivers/mmc/core/core.c +1 −4 Original line number Diff line number Diff line Loading @@ -2084,9 +2084,6 @@ void mmc_power_up(struct mmc_host *host) * This delay should be sufficient to allow the power supply * to reach the minimum voltage. */ if (host->caps2 & MMC_CAP2_VDD_MORE_POWER_UP_TIME) mmc_delay(150); else mmc_delay(10); host->ios.clock = host->f_init; Loading
include/linux/mmc/host.h +0 −2 Original line number Diff line number Diff line Loading @@ -330,8 +330,6 @@ struct mmc_host { #define MMC_CAP2_HS400 (MMC_CAP2_HS400_1_8V | \ MMC_CAP2_HS400_1_2V) #define MMC_CAP2_NONHOTPLUG (1 << 25) /*Don't support hotplug*/ /*Vdd need more power up time*/ #define MMC_CAP2_VDD_MORE_POWER_UP_TIME (1 << 26) mmc_pm_flag_t pm_caps; /* supported pm features */ int clk_requests; /* internal reference counter */ Loading