Hi Linus, Here's a PR with a couple of MMC fixes intended for v5.8-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 b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.8-rc1 for you to fetch changes up to 3ec2d5113ea5e182b759b613dc1f7108ba7aac9e: mmc: sdhci-msm: Override DLL_CONFIG only if the valid value is supplied (2020-07-08 15:30:35 +0200) ---------------------------------------------------------------- MMC host: - sdhci-msm: Override DLL_CONFIG only with valid values - owl-mmc: Get rid of of_match_ptr() macro to fix warning - meson-gx: Limit segments to 1 to fix G12A/G12B SoCs ---------------------------------------------------------------- Manivannan Sadhasivam (1): mmc: owl-mmc: Get rid of of_match_ptr() macro Neil Armstrong (1): mmc: meson-gx: limit segments to 1 when dram-access-quirk is needed Veerabhadrarao Badiganti (1): mmc: sdhci-msm: Override DLL_CONFIG only if the valid value is supplied drivers/mmc/host/meson-gx-mmc.c | 6 ++++-- drivers/mmc/host/owl-mmc.c | 2 +- drivers/mmc/host/sdhci-msm.c | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-)