Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'fixes' into next

+6
+6
drivers/mmc/host/sdhci.c
··· 2039 2039 break; 2040 2040 case MMC_VDD_32_33: 2041 2041 case MMC_VDD_33_34: 2042 + /* 2043 + * 3.4 ~ 3.6V are valid only for those platforms where it's 2044 + * known that the voltage range is supported by hardware. 2045 + */ 2046 + case MMC_VDD_34_35: 2047 + case MMC_VDD_35_36: 2042 2048 pwr = SDHCI_POWER_330; 2043 2049 break; 2044 2050 default: