Hi Linus, Here's a PR with a couple of MMC fixes intended for v6.1-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 833477fce7a14d43ae4c07f8ddc32fa5119471a2: Merge tag 'sound-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound (2022-10-05 12:02:07 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.1-2 for you to fetch changes up to 6e141772e6465f937458b35ddcfd0a981b6f5280: mmc: sdhci-sprd: Fix minimum clock limit (2022-10-11 15:48:51 +0200) ---------------------------------------------------------------- MMC core: - Add SD card quirk for broken discard MMC host: - renesas_sdhi: Fix clock rounding errors - sdhci-sprd: Fix minimum clock limit to detect cards - sdhci-tegra: Use actual clock rate for SW tuning correction ---------------------------------------------------------------- Avri Altman (1): mmc: core: Add SD card quirk for broken discard Biju Das (1): mmc: renesas_sdhi: Fix rounding errors Prathamesh Shete (1): mmc: sdhci-tegra: Use actual clock rate for SW tuning correction Wenchao Chen (1): mmc: sdhci-sprd: Fix minimum clock limit drivers/mmc/core/block.c | 6 +++++- drivers/mmc/core/card.h | 6 ++++++ drivers/mmc/core/quirks.h | 6 ++++++ drivers/mmc/host/renesas_sdhi_core.c | 21 ++++++++++++++++++--- drivers/mmc/host/sdhci-sprd.c | 2 +- drivers/mmc/host/sdhci-tegra.c | 2 +- include/linux/mmc/card.h | 1 + 7 files changed, 38 insertions(+), 6 deletions(-)