Hi Linus, Here's a pull-request with a few updates/fixes for MMC for v5.14-rc1. 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 c54b245d011855ea91c5beff07f1db74143ce614: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace (2021-06-28 20:39:26 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.14-2 for you to fetch changes up to d0244847f9fc5e20df8b7483c8a4717fe0432d38: mmc: sdhci: Fix warning message when accessing RPMB in HS400 mode (2021-07-02 14:59:51 +0200) ---------------------------------------------------------------- MMC core: - Clear flags before allowing to retune MMC host: - sdhci: Clear unused bounce buffer at DMA mmap error path - sdhci: Fix warning message when accessing RPMB in HS400 mode - sdhci-of-arasan: Use clock-frequency property to update clk_xin - mtk-sd: Fixup compatible string for MT8195 ---------------------------------------------------------------- Al Cooper (1): mmc: sdhci: Fix warning message when accessing RPMB in HS400 mode Rashmi A (2): mmc: sdhci-of-arasan: Use clock-frequency property to update clk_xin phy: intel: Fix for warnings due to EMMC clock 175Mhz change in FIP Takashi Iwai (1): mmc: sdhci: Clear unused bounce buffer at DMA mmap error path Wenbin Mei (1): dt-bindings: mmc: change compatiable string for MT8195 mmc host IP Wolfram Sang (1): mmc: core: clear flags before allowing to retune Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 2 ++ drivers/mmc/core/core.c | 7 +++++-- drivers/mmc/host/sdhci-of-arasan.c | 14 ++++++++++++-- drivers/mmc/host/sdhci.c | 10 +++++++++- drivers/mmc/host/sdhci.h | 1 + drivers/phy/intel/phy-intel-keembay-emmc.c | 3 ++- 6 files changed, 31 insertions(+), 6 deletions(-)