Hi Linus, Here's a PR with a couple of MMC fixes intended for v6.8-rc7. 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 841c35169323cd833294798e58b9bf63fa4fa1de: Linux 6.8-rc4 (2024-02-11 12:18:13 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.8-rc4 for you to fetch changes up to 09e23823ae9a3e2d5d20f2e1efe0d6e48cef9129: mmc: sdhci-xenon: add timeout for PHY init complete (2024-02-28 13:41:35 +0100) ---------------------------------------------------------------- MMC core: - Fix eMMC initialization with 1-bit bus connection MMC host: - mmci: Fix DMA API overlapping mappings for the stm32 variant - sdhci-xenon: Fix PHY stability issues ---------------------------------------------------------------- Christophe Kerello (1): mmc: mmci: stm32: fix DMA API overlapping mappings warning Elad Nachman (2): mmc: sdhci-xenon: fix PHY init clock stability mmc: sdhci-xenon: add timeout for PHY init complete Ivan Semenov (1): mmc: core: Fix eMMC initialization with 1-bit bus connection drivers/mmc/core/mmc.c | 2 ++ drivers/mmc/host/mmci_stm32_sdmmc.c | 24 +++++++++++++++++++ drivers/mmc/host/sdhci-xenon-phy.c | 48 ++++++++++++++++++++++++++++++------- 3 files changed, 65 insertions(+), 9 deletions(-)