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

mmc: Merge branch fixes into next

Merge the mmc fixes for v6.8-rc[n] into the next branch, to allow them to
get tested together with the new mmc changes that are targeted for v6.9.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

+2
+2
drivers/mmc/core/mmc.c
··· 1015 1015 static unsigned ext_csd_bits[] = { 1016 1016 EXT_CSD_BUS_WIDTH_8, 1017 1017 EXT_CSD_BUS_WIDTH_4, 1018 + EXT_CSD_BUS_WIDTH_1, 1018 1019 }; 1019 1020 static unsigned bus_widths[] = { 1020 1021 MMC_BUS_WIDTH_8, 1021 1022 MMC_BUS_WIDTH_4, 1023 + MMC_BUS_WIDTH_1, 1022 1024 }; 1023 1025 struct mmc_host *host = card->host; 1024 1026 unsigned idx, bus_width = 0;