Hi Linus, Here's a PR with a couple of MMC fixes intended for v6.6-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 6465e260f48790807eef06b583b38ca9789b6072: Linux 6.6-rc3 (2023-09-24 14:31:13 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.6-rc3 for you to fetch changes up to 84ee19bffc9306128cd0f1c650e89767079efeff: mmc: core: Capture correct oemid-bits for eMMC cards (2023-09-27 12:17:04 +0200) ---------------------------------------------------------------- MMC core: - Capture correct oemid-bits for eMMC cards - Fix error propagation for some ioctl commands - Hold retuning if SDIO is in 1-bit mode MMC host: - mtk-sd: Use readl_poll_timeout_atomic to not "schedule while atomic" - sdhci-msm: Correct minimum number of clocks - sdhci-pci-gli: Fix LPM negotiation so x86/S0ix SoCs can suspend - sdhci-sprd: Fix error code in sdhci_sprd_tuning() ---------------------------------------------------------------- Avri Altman (1): mmc: core: Capture correct oemid-bits for eMMC cards Dan Carpenter (1): mmc: sdhci-sprd: Fix error code in sdhci_sprd_tuning() Haibo Chen (1): mmc: core: sdio: hold retuning if sdio in 1-bit mode Krzysztof Kozlowski (1): dt-bindings: mmc: sdhci-msm: correct minimum number of clocks Pablo Sun (1): mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw Sven van Ashbrook (1): mmc: sdhci-pci-gli: fix LPM negotiation so x86/S0ix SoCs can suspend Ulf Hansson (1): mmc: core: Fix error propagation for some ioctl commands .../devicetree/bindings/mmc/sdhci-msm.yaml | 2 +- drivers/mmc/core/block.c | 31 +++--- drivers/mmc/core/mmc.c | 2 +- drivers/mmc/core/sdio.c | 8 +- drivers/mmc/host/mtk-sd.c | 6 +- drivers/mmc/host/sdhci-pci-gli.c | 104 +++++++++++++-------- drivers/mmc/host/sdhci-sprd.c | 1 + 7 files changed, 99 insertions(+), 55 deletions(-)