Hi Linus, Here's a PR with a couple of MMC fixes intended for v5.13-rc3. 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 6efb943b8616ec53a5e444193dccf1af9ad627b5: Linux 5.13-rc1 (2021-05-09 14:17:44 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.13-rc1 for you to fetch changes up to a1149a6c06ee094a6e62886b0c0e8e66967a728a: mmc: sdhci-pci-gli: increase 1.8V regulator wait (2021-05-10 14:39:06 +0200) ---------------------------------------------------------------- MMC host: - sdhci-pci-gli: Fix SD-card detection on Intel NUC10i3FNK4 (GL9755) - meson-gx: Replace WARN_ONCE with dev_warn_once for scatterlist offsets - meson-gx: Extend check of scatterlist size alignment with SD_IO_RW_EXTENDED ---------------------------------------------------------------- Daniel Beer (1): mmc: sdhci-pci-gli: increase 1.8V regulator wait Neil Armstrong (2): mmc: meson-gx: make replace WARN_ONCE with dev_warn_once about scatterlist offset alignment mmc: meson-gx: also check SD_IO_RW_EXTENDED for scatterlist size alignment drivers/mmc/host/meson-gx-mmc.c | 7 +++++-- drivers/mmc/host/sdhci-pci-gli.c | 7 ++++++- 2 files changed, 11 insertions(+), 3 deletions(-)