Hi Linus, Here's a PR with a couple of MMC fixes intended for v6.7-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 8f6f76a6a29f36d2f3e4510d0bde5046672f6924: Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm (2023-11-02 20:53:31 -1000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.7-2 for you to fetch changes up to 015c9cbcf0ad709079117d27c2094a46e0eadcdb: mmc: sdhci-pci-gli: GL9750: Mask the replay timer timeout of AER (2023-11-07 13:08:12 +0100) ---------------------------------------------------------------- MMC core: - Fix broken cache-flush support for Micron eMMCs - Revert "mmc: core: Capture correct oemid-bits for eMMC cards" MMC host: - sdhci_am654: Fix TAP value parsing for legacy speed mode - sdhci-pci-gli: Fix support for ASPM mode for GL9755/GL9750 - vub300: Fix an error path in probe ---------------------------------------------------------------- Bean Huo (1): mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC Q2J54A Dan Carpenter (1): mmc: vub300: fix an error code Dominique Martinet (1): Revert "mmc: core: Capture correct oemid-bits for eMMC cards" Nitin Yadav (1): mmc: sdhci_am654: fix start loop index for TAP value parsing Victor Shih (2): mmc: sdhci-pci-gli: GL9755: Mask the replay timer timeout of AER mmc: sdhci-pci-gli: GL9750: Mask the replay timer timeout of AER drivers/mmc/core/block.c | 4 +++- drivers/mmc/core/card.h | 4 ++++ drivers/mmc/core/mmc.c | 10 +++++++--- drivers/mmc/core/quirks.h | 7 ++++--- drivers/mmc/host/sdhci-pci-gli.c | 16 ++++++++++++++++ drivers/mmc/host/sdhci_am654.c | 2 +- drivers/mmc/host/vub300.c | 1 + include/linux/mmc/card.h | 2 ++ 8 files changed, 38 insertions(+), 8 deletions(-)