Hi Linus, Here's a PR with a couple of MMC fixes intended for v5.18-rc6. Details about the highlights are as usual found in the signed tag. Please pull this in! Kind regards Ulf Hansson The following changes since commit af2d861d4cd2a4da5137f795ee3509e6f944a25b: Linux 5.18-rc4 (2022-04-24 14:51:22 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.18-rc4 for you to fetch changes up to 3e5a8e8494a8122fe4eb3f167662f406cab753b9: mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC (2022-05-04 12:31:55 +0200) ---------------------------------------------------------------- MMC core: - Fix initialization for eMMC's HS200/HS400 mode MMC host: - sdhci-msm: Reset GCC_SDCC_BCR register to prevent timeout issues - sunxi-mmc: Fix DMA descriptors allocated above 32 bits ---------------------------------------------------------------- Brian Norris (1): mmc: core: Set HS clock speed before sending HS CMD13 Samuel Holland (1): mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits Shaik Sajida Bhanu (1): mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC drivers/mmc/core/mmc.c | 23 +++++++++++++++++++---- drivers/mmc/host/sdhci-msm.c | 42 ++++++++++++++++++++++++++++++++++++++++++ drivers/mmc/host/sunxi-mmc.c | 5 +++-- 3 files changed, 64 insertions(+), 6 deletions(-)