Hi Linus, Here's a PR with a couple of MMC fixes intended for v5.11-rc5. 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 7c53f6b671f4aba70ff15e1b05148b10d58c2837: Linux 5.11-rc3 (2021-01-10 14:34:50 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.11-rc3 for you to fetch changes up to b503087445ce7e45fabdee87ca9e460d5b5b5168: mmc: core: don't initialize block size from ext_csd if not present (2021-01-15 12:09:15 +0100) ---------------------------------------------------------------- MMC core: - Fix initialization of block size when ext_csd isn't present MMC host: - sdhci-brcmstb: Fix mmc timeout errors on S5 suspend - sdhci-of-dwcmshc: Fix request accessing RPMB - sdhci-xenon: Fix 1.8v regulator stabilization ---------------------------------------------------------------- Al Cooper (1): mmc: sdhci-brcmstb: Fix mmc timeout errors on S5 suspend Alex Leibovich (1): mmc: sdhci-xenon: fix 1.8v regulator stabilization Jisheng Zhang (1): mmc: sdhci-of-dwcmshc: fix rpmb access Peter Collingbourne (1): mmc: core: don't initialize block size from ext_csd if not present drivers/mmc/core/queue.c | 4 +++- drivers/mmc/host/sdhci-brcmstb.c | 6 +----- drivers/mmc/host/sdhci-of-dwcmshc.c | 27 +++++++++++++++++++++++++++ drivers/mmc/host/sdhci-xenon.c | 7 ++++++- 4 files changed, 37 insertions(+), 7 deletions(-)